Fields extraction using logic app and form recognizer

Ananya Dixith 101 Reputation points
2022-04-26T07:03:11.903+00:00

I need to extract particular fields from invoice pdf. I have created model in FormRecognizer studio.
196492-image.png

How to use these model in Azure Logic App work flow? I need to store extracted data in azure blob storage

196436-image.png

I cant able to find trainmodel action in Form Recognizer

Azure Form Recognizer
Azure Form Recognizer
An Azure service that applies machine learning to extract text, key/value pairs, tables, and structures from documents.
780 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 33,011 Reputation points Microsoft Employee
    2022-04-26T10:58:54.897+00:00

    @Ananya Dixith You should be able to use a model that is trained with form recognizer v2.1 API when you connect your form recognizer resource by adding the endpoint URL and keys. This is part of the steps mentioned for creation of automation flow in the form-recognizer logic apps documentation.
    In this case you might be using the v3.0 API from the studio and it might be incompatible with this connector in logic apps.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.