Increase Document Intelligence TPS Limit
We're developing a solution that relies heavily on Azure Document Intelligence for high-volume data extraction from large, scanned PDF documents. The default 15 TPS limit is causing significant sequential processing delays (e.g., processing a ~66-page…
Azure AI Document Intelligence
Different HTR Performance on Forms with Spanish instructions vs English instructions
We have a custom model to parse data from forms with English instructions and forms with Spanish instructions. For forms in both languages, the model does a good job of recognizing the fields we trained it to find. But strangely we have noticed the…
Azure AI Document Intelligence
Why is Azure AI Document Intelligence Custom Classifier labeling a blank page with some numbers on the top as a "Prescription" with high confidence?
This image is classified by the model as a "Prescription". I reviewed all my training data and can't find a reason why would this image would be classified as such. I even have a category called "Others" where I have similar images…
Azure AI Document Intelligence
How to share document intelligence model with other subscription
Ho to share custom document intelligence model with other subscritpion
Azure AI Document Intelligence
How to fix this Authorization Failure in Azure Document Intelligence again?
I am unable to create a custom trained model in Azure AI Document Intelligence. I keep getting this error even after following…
Azure AI Document Intelligence
How to fix text detected from images
Hey, it came to my attention that document intelligence scans the text from images as well as plain text paragraphs. Is there an option for disabling the text output from an image?
Azure AI Document Intelligence
Azure Cognitive Document Intelligence -- Unjustified rate limite abuse
Azure is starting to destroy our reputation because of unexpected behavior and complexity in troubleshooting Subject: Document Intelligence custom model hits RateLimit despite low usage We are using a Standard S0-tier Document Intelligence resource…
Azure AI Document Intelligence
Pre-Built check model locked up
Is the Document Intelligence for pre-built checks down on the East again? We are now seeing the calls hang forever through the API. Central appears to be fine, but East is not functional.
Azure AI Document Intelligence

How can I programmatically create a new resource group, and doc intelligence and storage account resources in that newly created group in Java?
My goal is to programmatically create a new resource group, and create a doc intelligence and storage account in that newly created group in Java. I've looked at some of the ARM SDK for Java documentation but it seems outdated and is causing some errors.
Azure AI Document Intelligence
Document Intelligence Studio, file processing to export data stoped working
From this morning the models of extraction stopped to work in production, is there a way to have a quick support, I have this when I try to launch from azure: Some of the flow started since this morning.
Azure AI Document Intelligence

Document intelligence down
I'm using document intelligence, ressource is in EAST US. Ressource health says everything is good. Same on services status, everything green! I'm using DI in production and this is one among many: Absolutely nothing says ressource is down or in…
Azure AI Document Intelligence
Using Prebuilt-Layout 2024-11-30
I am using Document Intelligence resource with endpoint ___location in West Europe. I am expecting to use prebuilt-layout version 2024-11-30, but I keep getting prebuilt-layout 2023-07-31 despite my manual attempt to call 2024 version. I also reckon the API…
Azure AI Document Intelligence
Azure Doc Intel Run Layout bug
When I upload 5 documents and click "Run layout" it highlights everything in a light yellow that will be identified when you run it through your document models. However, the 1 checkbox I need isn't highlighting in yellow meaning it won't be…
Azure AI Document Intelligence
How can I create a Azure Document Intelligence resource and a project inside it, using the Java SDK?
I am using the Azure Java SDK to create a new Document Intelligence (Form Recognizer) resource. I want to make sure that the resource is created using the latest available API version, so that I can take advantage of the newest features. Additionally,…
Azure AI Document Intelligence
InvalidContentLength on PDF without any reason
I'm trying to set up a basic pipeline to take a PDF, OCR it, and return a searchable PDF with Azure prebuilt-read under the v4.0 API. I'm sure ten thousand people have done this before, right?! I can't get Azure to process anything more than the smallest…
Azure AI Document Intelligence
Document Intelligence Services with PowerAutomate + Restrict Public Access
Hi, I have set up an Azure Document Intelligence Service but I want to restrict Public Access. I want to still be using this service from PowerAutomate from my tenant. I was not able to find a complete guide or solution for this. Any help would be very…
Azure AI Document Intelligence
Test Model Document Intelligence got stuck
I'm trying to test my model but it just stuck there
Azure AI Document Intelligence
Custom DI Extraction Model - stops working for a brief period
I have a custom model on azure DI. The model stops working once in a while for a period of 1-2 days. Currently, it is on Standard Pricing Tier. Is there any way to ensure availability of the service or monitor on why the service was down ? Note: Azure…
Azure AI Document Intelligence
API to get the Add-on Capability supported by a prebuilt model
I understand that Add-on Capabilities are linked to a model in the Document-Intelligence service. I am programmatically accessing the service, and I want to present the same set of add-ons to my app users to enable them to pick the add-ons that should be…
Azure AI Document Intelligence
Azure Document Intelligence: Analyzing Multiple Document Types Together
Currently, we have used prebuilt models like "prebuilt-idDocument" for passport analysis, and we have also trained a custom model for specific academic test result documents. There is now interest in supporting the scenario where uploaded…