Extracting “other” information from Azure Form Recognizer’s Prebuilt Invoice Recognize output

uridah sami 1 Reputation point
2021-10-04T06:01:53.71+00:00

Hi all,
I did a comparison between Amazon Textract and Azure Form Recognizer. Azure Form Recognizer gives key value pairs as output and it contains these fields. This covers quite a bunch of fields. However Textract only covers very few fields (see here)

Now even though, Textract doesn’t identify many fields in a standard manner but it still recognizes key value pairs from the document well. For instance, if a document has a field P.O. # 1234567, Form Recognizer misses it but Textract extracts it and labels it as “other” fields.

I want to stick with Form Recognizer because the overall accuracy is better and it recognizes more fields which are missed by textract if they are not explicitly mentioned.
But the way Form Recognizer gives the output, I can’t find a way to extract those “other” fields other than having to parse the JSON and creating some rules. I was wondering that maybe I am missing something here and maybe Azure does provide some way to access these values directly similar to Textract.

Please let me know if I need to add any more info here. TIA.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,478 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. GiftA-MSFT 11,161 Reputation points
    2021-10-06T01:07:42.547+00:00

    Hi, we are planning to add a new API into Form Recognizer to detect generic key/value from any document which will be released very soon. This API should help to detect fields which are not detected or not defined by Invoice API. You will need to make two API calls (invoice and the new api), but this may change in a future.

    ---------- *Kindly Accept Answer or upvote if the information provided helps. Thanks.*


  2. GiftA-MSFT 11,161 Reputation points
    2021-10-08T17:34:55.567+00:00

    Please check out Form Recognizer general document model | Preview now available with preview (v3.0) API.


    --- *Kindly Accept Answer or upvote if the information provided helps. Thanks.*

    0 comments No comments