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?
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…
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.
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:…
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
document intelligence webpage not loading
Azure document intelligence screen is stuck on loading page and unaccessible
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.
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…
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…
Parallelize Azure Document Intelligence API call
I am wondering if i can speed up my document intelligence function, as i searched alot but in vain. I tried to cut my pdf to chunks and parallelize the running of the function but it didn't go faster. Do Azure provide a way of multi-processing or…
How can i extract flowchart shapes like process,decision etc from a pdf using doc intelligence
I have a scenario where I need to extract flowchart data, including each node, its content, and the connection details between nodes. I am considering using Azure Document Intelligence's Custom Extraction Model for this task. Would this approach be…