An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello @Steven Banks [E] (VAC/ACC)
Thank you for reaching out to Microsoft Q&A.
The message stating "Adobe Reader 8 or higher is required" is typically embedded within the PDF itself and is not generated by Azure AI Document Intelligence. This message is commonly associated with dynamic or interactive XFA (XML Forms Architecture) PDF forms, which are designed to be rendered specifically by Adobe Acrobat Reader.
Azure AI Document Intelligence does not use Adobe Reader to process documents, nor does it provide any option to configure or specify an Adobe Reader version. Therefore, there is no setting within the service to change the Adobe Reader version used during processing.
If Document Intelligence is unable to process the PDF, it is generally due to the document format or one of the following conditions:
Encrypted or password-protected PDFs Azure AI Document Intelligence cannot process encrypted or password-protected PDF files. If your document is protected, please remove the encryption or password and upload it again.
Document size or page limits exceeded
- Maximum supported file size: 50 MB
- Maximum supported pages: 2,000 pages
- If you're using the Free (F0) pricing tier, only the first two pages are processed.
Unsupported page dimensions PDF page dimensions must not exceed 17 × 17 inches (approximately A3 or Legal size).
Corrupted or unsupported PDF structure If the PDF is malformed, contains unsupported structures (such as certain XFA forms), or has compatibility issues, the service may not be able to parse it successfully. In many cases, recreating the PDF for example, by using Print to PDF or Save As PDF in Adobe Acrobat produces a standard PDF that can be processed successfully.
Recommended troubleshooting steps
Please Verify that the PDF is not encrypted or password protected.
Confirm the document is within the supported limits:
- ≤ 2,000 pages
- ≤ 50 MB
- Page size ≤ 17 × 17 inches
If the document is an XFA or interactive form, or if it appears to be malformed, recreate it as a standard PDF (for example, using Print to PDF) and upload the new copy.
Retry the analysis with the regenerated PDF.
For more information, please refer to the supported document requirements:
Document Intelligence input requirements: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/model-overview?view=doc-intel-4.0.0#identity-document
https://learn.microsoft.com/azure/ai-services/document-intelligence/overview/ (reference context from provided material)
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!