Label multiple instances of the same field on the same page
Hi Experts, I am using Document Intelligence Custom Model to extract data from invoices. I have a use case - A field can have multiple values in 1 page. I need to extract all the values in the same field as I need their sum. But while labelling it is…
Extract data from multi page pdf
Hi Experts, I am using Document Intelligence Custom Model to extract data from invoices. The file can be a multi page pdf. Each page represents a separate invoice. I want to extract data from each page. Eg. amount field is present on page1, as well as on…
EOF Occurred in Violation of Protocol / Timeout Error in Azure Document Intelligence for Specific PDFs
Encountering issues when using Azure Document Intelligence to parse certain PDF files. The errors received are: EOF occurred in violation of protocol (_ssl.c:2417) Timeout error These errors only occur with specific PDF files, while others process…
Getting InternalServerError trying to make an api call to document intelligent (document v3.0) container
Error: - Azure.RequestFailedException: 'An unexpected error occurred. Status: 200 (OK) ErrorCode: InternalServerError Additional Information: AdditionInformation: InternalServerError: An unexpected error occurred. Details: HttpRequestException: Could not…
Can Azure Document Intelligence Prebuilt model for invoice reading give me the result of my analysis in xml format?
I'm trying to integrate the document intelligence prebuilt model for invoice reading into my invoice analysis software, but I'm struggling to get an analysis results into xml format. Can the AI service gice us the results in an xml?
Can't Access US Unified Tax Prebuilt Model in Document Intelligence
I'm not able to access the Unified US Tax prebuilt model in Document Intelligence Studio. The analysis will only review the first 1040 it finds and no other information. Is there something I'm missing or is this not deployed fully…
When do I use a composed model vs a custom model in azure ai document intelligence studio?
Our company receives invoices from various vendors, each with unique layouts, but they all contain similar key data fields, such as invoice number, line items, and total amounts. We need an automated solution to extract these fields accurately from…
Can I move a custom extraction model to a subscription belonging to a different organization?
Hi, I need to train a custom extraction model to detect signatures. If I train it on a subscription within one organization, is it possible to move only the model to a subscription in another organization? Thank you for your help
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!
SSL Connection could not be established with Azure Document Intelligence for .NET CORE
Using this sample below from Azure Samples for Document Intelligence https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/.NET(v4.0)/Quickstarts/Samples/Sample_ExtractLayout.cs Get this error below for this call - await…
Issue labeling docs words in two paragraph
Good morning. I have a problem training a custom model using Document Intelligence. For example, I need to select the city, but it's split between two paragraphs. If I draw a region over "Buenos" only, it only allows me to select another…
Custom model in Document Intelligence is greyed out and stuck in state "running"
Hello, my custom model in Azure Document Intelligence is stuck in state "running" and no actions might be performed with it. When I select it in the list of other models, all the action options are greyed out. I would appreciate if there might…
Azure Document Intelligence Model Training Error - InternalServerError
I have been experiencing issues with training models in Azure Document Intelligence. In my subscription, I have both F0 and S0 tiers. Recently, I purchased a plan for 20,000 pages on the S0 tier. The models that have a "Succeeded" status were…
Document Intelligence General Document model not support keyValuePair
We are getting feature not supported error when I use "prebuilt-layout" modelID and sending keyValuePair feature option as specified in this link…
Add subscript/superscript handling to Azure DocumentAI
Hi, I am using Azure DocAI layout model and I really like its high-quality results. One thing I am recently struggling with is the handling of subscript and superscript characters. I am using PDF input documents (not scneed), though I guess this doesn't…
Decent results using the Custom Classification model for invoices got worse after increasing the number of training documents
We initially trained a model to detect invoices using 10 documents. We saw decent results, but found that some obvious invoice documents (to a human) resulted in very low confidence levels. We then increased the number of training documents to 99 and…
ServiceRequestError: SSL Certificate Verification Failure with Azure Document Intelligence
I am encountering a ServiceRequestError when attempting to analyze a PDF document using the Azure Document Intelligence service. The error seems to be related to SSL certificate verification. Below is the full traceback for your…
How can export the created custom model in azure document intelligence model
I want to export the created custom models (extraction and classification) in azure document intelligence studio. Is it possible? And then I also want to know where I can search these created models in azure portal. Where can I search folder path that…
Document Intelligence Studio (Former Form Recognizer) Project Access
How do I share my projects in Document Intelligence Studio to other team members?
![](https://techprofile.blob.core.windows.net/images/e7s9gP8_AwAAAAAAAAAAAA.png?8DB21C)
How to improve line breaks in Document Intelligence's OCR output?
Hello everyone, I'm currently working with an image of code that I need to convert into text using OCR. The issue is that the code uses line breaks in a way that, if modified, could lead to compile/runtime errors. Here's an example of the OCR output I am…