Access and Configure Azure AI Document Intelligence from On Premise Network
We have configured document intelligence in our organization cloud subscription. We have setup vnet for document intelligence and created private endpoints as well also selected the network settings only private network and selected IP. Now while…
Azure AI Document Intelligence

How to handle an identifier being repeated on each page when training a custom extraction model?
We have documents that contain an identifier/number at the bottom right of each page. If we annotate it only on the first page, I am concerned that the model will treat the other pages as negative examples. My understanding is that each word is…
Azure AI Document Intelligence
What is the list of possible language codes returned by the "Languages" add-on in Document Intelligence?
When running Document Intelligence prebuilt-layout model with &features=languages, what is the list of possible language codes that can be returned by the model? Do the language codes follow a specific standard such as ISO-639? Referring to the…
Azure AI Document Intelligence
How to read text from a document skipping tables data using Document Intelligence Prebuilt Layout Model?
Hello, We are looking to pass in a PDF document which contains Paragraphs, Tables and Images. We want to extract only paragraphs data from the document with the help of 'Document Intelligence prebuilt layout model' . Currently the output contains JSON…
Azure AI Document Intelligence
Classifier for Custom Forms and Wage Stubs
I'd like to train a custom classifier to categorize several documents, including some forms with predefined format. Among input document types, we also have wage stubs that need to be classified as such. However, training a classifier on wage stubs is…
Azure AI Document Intelligence
Training a Custom Extraction Model to recognize special characters
I am trying to extract lexical information from scanned dictionary definitions such as: The AI Document Intelligence's OCR utility works pretty well out of the box, but it has trouble with uncommon characters that appear frequently in my text,…
Azure AI Document Intelligence
Is the OCR engine different when using a custom extraction model and prebuilt-layout?
When using a custom extraction model or a prebuilt model, is the OCR engine the same? I noticed differences in the word confidences as well as in the paragraph roles. Also, does the API version influence OCR results?
Azure AI Document Intelligence
Issue Encountered with Azure Document Intelligence Prebuilt Invoice Model (S0 Standard Tier)
I am currently utilizing the OCR feature of Azure Document Intelligence with the Prebuilt Invoice template model, and my pricing tier is set to S0 (Standard). However, today I encountered the attached error while processing a document. Could you please…
Azure AI Document Intelligence
How to recognize copyright symbol © using pre-built layout model
When using the AI Document Intelligence service with the model prebuilt-layout, we are having issues recognising text containing the copyright symbol ©. Is there any possible solution(s) to fix/improve the accuracy for recognising this (and other)…
Azure AI Document Intelligence
How to get custom model metrics?
Helllo, we are training custom classification and field exraction models in Document Intelligence Studio. We need to see the metrics (e.g. accuracy, precision, recall, F1, confusion matrix) of the newly trained model to decide whether we can apply it or…
Azure AI Document Intelligence
Confirmation on Azure Document Analysis Prebuilt Invoice Model Limitations
Is it confirmed that the Azure Document Analysis Prebuilt Invoice Model only processes tables on the first page? Although the behavior is inconsistent, there are invoices where the table with invoice items spans across pages that are not processed as…
Azure AI Document Intelligence
Azure document intelligence (OCR) is not stable? How to fix or set a random seed?
Hi everyone, I am using this service (AI Document Intelligence) for OCR task. I used prebuilt invoice model. I find the automatic table detection feature of this service quite good. Many times it helps the results become clearer. However, yesterday I…
Azure AI Document Intelligence
Batch analyse is slow and seems to not generate PDF with OCR
Hi, We are trying to use Document Intelligence Batch Analyze in our document OCR workflow. But we were unable to use the PDF generation feature on this option we tried the following C# code so that it would be created. string MODEL_ID =…
Azure AI Document Intelligence

503 Service Unavailable - Document Intelligence
Apologize in advance if the child tag is incorrect, couldn't find the right one. My custom classifier deployment in East US has been returning consistent 503 Service Unavailable and no healthy upstream responses since this morning. This is reproducible…
Azure AI Document Intelligence

Azure AI Document Intelligence - Studio finds key-value pairs, but code has keyValuePairs as None - how do I enable this?
I have a bunch of files with the same format from which I'm trying to extract key:value pairs in batch. It appears that in the document intelligence studio I have to do this for every document separately, which is not feasible given the number of…
Azure AI Document Intelligence
Authentication Error: interaction_required Failed to initialize authentication with below error. Please try again or contact support. Error details: AADSTS5000224:
Getting this error, after creating the resource in document intelligence Authentication Error: interaction_required Failed to initialize authentication with below error. Please try again or contact support. Error details: AADSTS5000224: We are sorry,…
Azure AI Document Intelligence
Internal Server Error when running Azure DI Layout with High Resolution+Style with Markdown output
Hi! Using PDF document with quite a lot of text, I've noticed that I'm consistently getting a InternalServerError during analysis. Only way to go through is to either change the output format back to text, or to remove one of the two feature flag. …
Azure AI Document Intelligence
how do I add multiple drawing box to label missed item number on a drawing using custom extraction model
I am trying to extract Item numbers on an exploded drawing. Most of the numbers are recognised so I can assign them to a field. But there are some item numbers that are not recognised. it I draw a bounding box around one of the missed numbers it only…
Azure AI Document Intelligence

Azure Document Intelligence: Group multiple checkbox responses to a single question
I am able to extract individual checkbox value using Azure Document Intelligence: Is there any way I can define a field (e.g. Languages) and get selected checkbox values (e.g. in this case English and Latin)? My form contains multiple questions in this…
Azure AI Document Intelligence
Custom extraction model will not "auto label" table items (line items ). What's causing this?
I noticed in my labeling and model analysis tests the document's table items are not being auto labeled by the model. I can label them manually, for now, but before I did not have to. I only modified the labels the model completed they were incorrect.…