Azure

Call Azure Form Recognizer API on SharePoint document/image URL in Power Automate

Power Automate (formerly Microsoft Flow) can call Azure Form Recognizer via the connector. However, at the time of this writing, the Form Recognizer v2 connector is not yet available. One of the options is to use the HTTP connection. Refer to my previous post, we can call Form Recognizer API by passing the image URL …

Call Azure Form Recognizer API on SharePoint document/image URL in Power Automate Read More »

Call Azure Form Recognizer Analyze Receipt using Document/Image File URL or Binary Content

This is a quick post showing how to use Azure Form Recognizer API. Azure Form Recognizer can analyze custom-model form, where we will have to train data to create a model first, or pre-built model, which currently offers only for U.S. sales receipts. Even though this post will only talk about the latter, the same …

Call Azure Form Recognizer Analyze Receipt using Document/Image File URL or Binary Content Read More »

Azure Form Recognizer with labeling tool

Azure Form Recognizer is one of Cognitive Services that uses machine learning to extract information from form documents such as invoices, receipts, etc. The service performs OCR (Optical Character Recognition) to extract text and structure to be used in model training and prediction.  The service, consumed via REST API, offers the prebuilt (pre-trained) and custom …

Azure Form Recognizer with labeling tool Read More »

Scroll to Top