parsing from multiple forms in a single payload

Ben Manning (etherFAX) 1 Reputation point
2021-03-23T13:09:48.207+00:00

I need to extract data from each individual form that is received when multiple forms are sent in a single payload. For example, for an Accounts Receivable department that batch sends me their daily forms. They may have 50 forms sent in one batch (such as sending me a large fax). I need to extract the data using MS Forms Recognizer for each individual form in the batch into JSON or XML.

How do I achieve this if I have a training model for the single form, but receive multiple forms at a time sent to me in one payload?

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

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2021-03-24T14:54:58.277+00:00

    Thanks for clarifying, however, this scenario isn't supported. Currently, the analyze api only supports 1 form. My suggestion would be to create a heuristic where you implement logic in your code to process multiple files with several api calls (with time interval). Another workaround would be to use Azure Data Factory as mentioned above. Hope this helps.

    0 comments No comments