August last year I posted a Logic App “hack” or alternative to build workflows consuming the new Form Recognizer API Version 3.0. Look like now there is an official Microsoft task out there: (click here)
The new control is under “Form Recognizer” :

Basic steps to use that are:

#1 – First create a connection passing the azure cognitive service Api and secret. key

#2 – The Model ID used for the training model:

#3 – The Field “Document/Image File Content” is the file from previous tasks, on this case, a document that was uploaded to SharePoint:

The result does not split the fields automatically to be passed to the next task. you will need more tasks to isolate the results:


May add more to this post later but thought was worthy posting for now as an update to my previous post.
Leave a Reply