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…
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…
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…
How to read data from a local pdf using Document intelligence studio (layout)
Hello All, I am trying to read data from a pdf in below code it used formurl. I want to read data from local How to do it?
Unable to view custom model from Azure document intelligence
A custom model was successfully deployed but is no longer appearing in custom models after successful deployment. Any suggesters on why this would happen and how to get this resource back?
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…
Azure AI Document Intelligence - How do I incrementally train a custom extraction model?
I am aware that custom extraction models do not support incremental training, only the custom classifiers. The previous workaround for this was to execute a model compose operation where we would combine the previously trained model with another model…
[promptflow.core._prompty_utils][ERROR] 500
I made RAG as shown in : https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/copilot-sdk-create-resources?tabs=linux but when i evaluate the model (Part 3 of the tutorial) i face this problem : [2025-02-23 23:59:51…
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…
Document Intelligence Studio - Multiple people working simultaneously
We have developed an application that enables our staff to train custom extraction models, which are subsequently integrated into our downstream processes. Currently, we are encountering challenges in facilitating parallel training sessions for multiple…
Document Intelligence Model Internal Server Error
We are using AP Automation solution and facing issues reading an invoice that is 476 pages and 918 KB. Azure supports 2000 pages, I also tested on another Document Intelligence instance and had same issue. I then split to first two pages and it processed…
Azure Document Intelligence: Custom Model Fails to Separate Adjacent Document Number and Date
Hello Microsoft Community, I'm encountering an issue with Azure Document Intelligence (API version 2024-11-30-GA, 4.0 Generally Availability) when trying to extract the Document Number and Date from documents where these fields are adjacent and always…
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…
Issues with Microsoft Syntex Document Processing Model: Incomplete Extraction for Multi-Page PDFs
I'm facing several challenges with the Microsoft Syntex document processing model, particularly when dealing with multi-page PDFs and large tables. I'd appreciate any insights or suggestions from fellow users or Microsoft experts who may have encountered…
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…
Document Intelligence Studio | deploy / import models with CI/CD
I am looking to deploy a Document Intelligence Studio resource and I wish to be able to import a pre-trained Custom Extraction Model into the newly deployed resource as part of an automated CI/CD pipeline. How would I do this? Thanks!
Need some details about the Azure Custom Classifier
Hi all, So I have been using up azure custom classifier for a while now and i have few doubts regarding a bunch of things Training the model using API - Have been uploading documents using console but uploading and labelling bulk documents via console…
does SDK c# support add-on query field ( Document intelligence)
Hi everyone, I'm trying to use the Azure Document intelligence prebuilt model (invoice) to read and extract specific fields , I read the document of Microsoft to see some examples how to add-onn field query to the request using c# sdk , but I only found…
Azure document intelligence 3.1 to 4.0 output comparision
We have upgraded from 3.1 to 4.0 custom extraction model. We would like to compare results between older 3.1 and latest 4.0 version's output. Any solution for this?
Azure AI document intelligence prebuilt-Layout model cannot extract "role" with docx files
I am using Azure Document Intelligence SDK (Version 1.0.0) with the prebuilt-layout model to extract paragraph roles from documents with docx type(it works well with PDFs). However, I am not receiving any roles for the paragraphs, even though the…