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.
parsing from multiple forms in a single payload
Ben Manning (etherFAX)
1
Reputation point
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?