How to assign one region/label to multiple table cells
Hello, As in the question's title - I am trying to assign the same label to multiple table cells, as that label's cell spans multiple table rows, and I need the value to exist in all the rows. From what I've checked, the Document Intelligence UI doesn't…
Document Intelligence API returning incomplete KeyValuePairs (incorrectly detected)
Hello all. I have a scanned PDF which is correctly extracted to text by AI Document Intelligence, but an existing string that appears in its pages 1 and 2 (a string that is correctly extrated to text from both pages) only appears one time in the…
Using document_intelligence_client.begin_analyze_document returns Session.request() got an unexpected keyword argument 'body'
When I'm trying to use the following script: # Open local file in binary mode with open(file_path, "rb") as f: poller = document_intelligence_client.begin_analyze_document( model_id="prebuilt-layout", …
Azure Document Intelligence Studio Loading Issue
Azure Document Intelligence Studio fails to load, displaying an error after a delay, regardless of whether accessed directly from Azure or through a Google search result.
document intelligence webpage not loading
Azure document intelligence screen is stuck on loading page and unaccessible
Can I train a custom model without set container access level to public?
Hi, I need to train an extraction custom model on a set of sensible data. In order to be compliant with security rules I need to use a container with access level set to private. If I try to do this, I get the following error: Content is not accessible:…
why is the 1040 prebuilt only reading a couple of lines from my example?
So when I tried the prebuilt 1040, it could only read at most 4 lines. I even used the add on to see if that improves but nothing. How is anyone using this where the results are so bad? Since is a prebuilt model there is nothing I can do. It would be…

Can the Custom Neural Model Extract Signatures?
In the documentation, it is mentioned that the custom template model can extract signatures, while the custom neural model is stated to only detect signatures. The relevant documentation links are: Custom Template Documentation "Custom template…
How to analyze multiple format documents in Azure AI Document Intelligence in a single request?
Hi, Does Azure AI Document Intelligence allows analyzing multiple document formats (For e.g. JPEG, PDF's, TIFF ) in a single request? If yes, how many multiple documents formats can we analyze in a single request?
How to Add Barcode Capabilities to Azure.AI.DocumentIntelligence.AnalyzeDocumentAsync() method for scanning all Barcode
Hi, I'm trying to add Barcode Feature to the AnalyzeDocumentAsync() method and its only scanning 3 barcodes on the page instead of scanning all the barcodes present. I'm using the "prebuilt-layout" as a model.
Cannot access Azure Document Studio
Since March 6 11:30 CET I cannot access Azure Document Intelligence Studio. The request to https://documentintelligence.ai.azure.com/studio/ hangs or returns error
Advise on the Table with Dynamic header / double header
I has a table as following: I am using the "Custom Extraction Model" to extract the data from above table as following: However, on "test" after training the model, it returns the following where all data cluttered into single row…
Unstable Table Layout with Merged Column Headers
Hello Everyone, We are currently using Azure Document Intelligence to extract table data from PDF documents. By default, we use the layout model for data extraction. However, we've encountered some issues with specific documents, particularly when: …
VS 2022 and DocumentIntelligence Library (1.0)
Hello, I am new to Azure AI Document Intelligence. I just download the Azure.AI.DocumentIntelligence library in my VS 2022 IDE via NuGet packages. I copied the sample code from the tutorials and able to read the content using Uri option. But my files…
Document intelligence Layout : Connected container getting Invalid Billing Endpoint URI
Affected Service : Azure document intelligent : connected container ( layout 3.1 mode) Followed tutorial : https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/containers/configuration?view=doc-intel-3.1.0&preserve-view=true…

Can you create PII detection using Document Intelligence Custom Model?
I was trying to fetch PII using Document Intelligence custom extraction model to make a PII detection model. But couldn't get the expected result. It is not labeling the information correctly. It gives only one label for each field. Maybe I am using it…
When testing a custom model in Document Intelligence, trying to upload the tested files after it says "Custom Model Project Not Found"
I tested a model that I built with Document Intelligence, I got the test and results of the custom extraction. When I want to upload the tested file and make some labelling updates, it then says "Custom Model Project Not Found". I followed the…
Why do I get duplicated entities on the same tokens using Document Intelligence Studio contract prebuilt model?
Why do I get duplicated entities on the same tokens using Document Intelligence Studio contract prebuilt model? There are two entities overlapping on the same tokens as shown below: image (4).png They have the same confidence score. One of them is…

Combining Form Recognizer with OpenAI for Improved Table Extraction - Seeking Examples/Documentation
Hello community, I'm currently working on a project that involves extracting tables from UK financial statements. I have been using Azure Form Recognizer, but I'm encountering challenges due to the diverse layouts and inconsistent table naming across…
For Some invoice i did not get exact vendor address or info in api even it is shown in visualizer
The invoice I uploaded is retrieving incorrect data from the code, even though it appears correct in the visualizer. Could you help me identify what might be causing this issue and suggest possible solutions? I am attaching screenshots and doc for your…