Limit in # of documents that can be uploaded in Form Recognizer model

Raghu Paripati 1 Reputation point
2021-08-24T21:05:25.693+00:00

I was trying to find out if there is a limit of the number of documents that can be uploaded to a model in Form recognizer? I tried looking into MS documentation but was not able to find any reference.

Is there any link or resource where I can find info about it?

Thanks!

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,901 Reputation points Microsoft Employee Moderator
    2021-08-25T09:44:48.11+00:00

    @Raghu Paripati If you are looking to train a model and would like to know the limit for number of documents that are required to train, then the guidance is to use atleast 5 or more documents of good quality to train the model. All the requirements are mentioned in the documentation here.

    The number of documents that can be passed to the model for extraction is basically limited by the pricing tier of your form recognizer resource and the document type. As per the pricing page if you are on free tier you could only pass 500 pages but for other S0 tiers the charge is 50$/1000 pages for custom and invoice document types and 10$/1000 pages for all pre-built models.

    In case of custom models when the analyze POST call is made the request is accepted and the result is available via a GET call to read the result. This makes the service asynchronous and you should not have any problems with the performance too. I hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.