An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Welcome to Microsoft Q&A
Hello @Chithra P I hope you are doing well,
Yes, there are explicit processing limits enforced on the Free (F0) pricing tier for Azure Document Intelligence.
When utilizing the F0 tier, you are subject to the following resource constraints:
Per-Document Page Limit: The engine will only process the first 2 pages of any multi-page document (PDF or TIFF).
Monthly Quota: You are allocated a maximum throughput of 500 pages per month across the resource.
Payload Size: The maximum allowable file size per request is 4 MB.
If a document exceeds the 2-page limit, the service will not throw an exception; instead, it will silently drop the remaining pages and only return the extraction payload for pages 1 and 2. To process full documents (up to 2,000 pages) and increase the payload limit to 500 MB, you must scale the resource to the Standard (S0) tier.
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!