Read image invoice receipts using high performance document intelligence APIs (AKA Form recognizer) with Logic Apps
Azure AI form intelligence is a wonderful way of reading image invoices. You can now create a document intelligence API and pass on an image document, with preseiely reading embdded words, figures and everything. They return contents in both literature as well as JSON based contents. And guess what? Whenever there is a JSON based content involved, obvously you can leverage them on Azure middlewares like Azure Logic Apps, can't you? Reading such a JSON response could be tricky. And this document can give you a fair idea to achieve this. And here are the steps: Step 1: Create a Document intelligence API: Go to https://portal.azure.com and create a new Form recognizer resource: For our demo purpose we are selecting 'Standard' pricing tier. Alternately you can also select Free tier, if needed. Click 'Preview + create' >> Create finish the wizard. It will take few moments to create the resource. Come to the resource thus created and note the endpoint and access ke...