Form Recognizer Load Balancing

Chris Cichielo 21 Reputation points
2020-10-05T20:34:01.35+00:00

Few questions regarding load balancing with the Form Recognizer service. I would be curious to know the answer for the on premise container, as well as the web container.

How many documents can each docker instance handle? Would multiple instances have to be set up in order to run documents efficiently?

  • if scaling to multiple machines is needed, is there a way to uniquely identify which docker instance the POST request for analysis was sent from

My use case would be potentially handling several thousand documents a day.

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

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,161 Reputation points
    2020-10-07T22:01:56.773+00:00

    Thanks for reaching out. Please review the document for the minimal requirements. Based on our testing, the throughput could be about 6 docs/minute (it also depends on many other factors, like document type, pdf, image, and size). One instance would be sufficient (if it meets the minimum requirement). In Post command, you can not specify a docker. Hope this helps!