2,026 questions with Azure AI Document Intelligence tags

Sort by: Updated
0 answers

Issues with Handling Multi-page Tables in Document Intelligence (Custom Model)

I am currently working with Document Intelligence (formerly known as Form Recognizer) on a custom model and am encountering a problem when processing multi-page documents. Specifically, the issue involves tables that span multiple pages. Problem: When a…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,395 questions
asked 2024-04-22T08:54:38.53+00:00
Kohl, Konstantin 5 Reputation points
commented 2025-05-03T06:47:08.8+00:00
Pauline Nguyen 0 Reputation points
1 answer

There appears to be a bug in the Test section of Azure AI Document Intelligence Studio

In Document Intelligence Studio I clicked on Custom Extraction models, picked a project and then clicked to Test the project but the model that it was using was from a different project. Below is a screen shot. In the screenshot I wanted to test the…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-25T16:29:15.2+00:00
Ryan Brown 0 Reputation points
commented 2025-05-02T21:00:48.65+00:00
Ryan Brown 0 Reputation points
1 answer One of the answers was accepted by the question author.

Document Intelligence models running slow/not finishing

Our Document Intelligence (DI) models are all running very slow, or not completing at all. We push the documents to storage and DI via Power Automate, the flows are all timing out because the models do not finish analyzing. I've also taken one of the…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-30T19:42:50.69+00:00
Bill Corrigan 30 Reputation points
commented 2025-05-02T18:29:36.34+00:00
Philip Traugott 10 Reputation points
0 answers

Getting "Cannot connect document 2022-08-31 grpc server from 127.0.0.1:50051 after 150 seconds." when running container locally

I keep getting this error when running my container locally on Kubernetes using helm charts Below Document container console log EULA Notice: Copyright © Microsoft Corporation 2020. This Cognitive Services Container image is made available to you under…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,385 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-05-02T14:46:44.19+00:00
Pelican Azure 0 Reputation points
commented 2025-05-02T17:23:04.8666667+00:00
Markapuram Sudheer Reddy 1,670 Reputation points Microsoft External Staff
1 answer

Performance issue with Document Intelligence

The APIs were working fine till 9:30 AM and after that all calls to models are neither timing out and the SDK keeps polling for more than 15 plus minute. Even from document intelligence UI, we see the same issue. We tried switching the model to a new…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-30T17:36:13.57+00:00
Vimal Umapathi 5 Reputation points
answered 2025-05-02T13:37:32.3866667+00:00
Saideep Anchuri 6,690 Reputation points Microsoft External Staff
0 answers

Azure AI, Custom Model training, Fail

Training Custom Model, failed. There is no specific reasons. Fyi, I already have experience for training custom models over 100.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-05-01T18:32:55.5633333+00:00
KYOUNGTAEK OH 0 Reputation points
commented 2025-05-02T08:25:07.2766667+00:00
Pavankumar Purilla 6,940 Reputation points Microsoft External Staff
0 answers

Power Automate and Document Intelligence

I have a Power Flow set up to send my invoices to Document Intelligence. It has always worked without any issues, but now it just keeps spinning when I try to send something. The flow has been running for about an hour with no progress. I'm not sure what…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-30T19:54:23.42+00:00
Jason Kotzur 0 Reputation points
commented 2025-05-02T07:45:01.6366667+00:00
Saideep Anchuri 6,690 Reputation points Microsoft External Staff
0 answers

Azure AI Forms Recognizer Service is failing

The FormRecognizer service in East US is failing. We have code that has been running with no changes for over a year and right now each call is failing. The second line of code below is what is throwing the error shown below. Please do not ask for…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-30T23:38:50.8533333+00:00
Ryan Brown 0 Reputation points
commented 2025-05-01T15:45:04.05+00:00
Ryan Brown 0 Reputation points
0 answers

Content Understanding Suddenly Not Recognizing Earnings Table in Paystubs – Anyone Else Seeing This?

As of around 11:00 PM last night, we noticed that Content Understanding (formerly Form Recognizer Layout/Custom Model) stopped recognizing the earnings table in paystub documents. This was working reliably before, with no changes on our end. Now, the…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-29T12:19:38.4766667+00:00
Jason Overand 0 Reputation points
commented 2025-05-01T09:37:02.2633333+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
2 answers

1095A US Tax form is not working with python

I am not able to analyze 1095A &C models with the follwoing code. from azure.core.credentials import AzureKeyCredential from azure.ai.formrecognizer import DocumentAnalysisClient from azure.ai.documentintelligence.models import…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-25T18:35:30.62+00:00
Muhammad 20 Reputation points
edited an answer 2025-05-01T04:50:01.42+00:00
Manas Mohanty 3,210 Reputation points Microsoft External Staff
1 answer

OCR issues extracting math formulas with Document Intelligence

I want to extract mathematic formulas from scientific/ engineering PDF documents. The extracted formula values are later injected as LaTex math code back into the extracted text which is then provided to a GPT model used by a Chatbot AI app. With Azure…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-24T12:11:49.24+00:00
Clemens Fiedler 0 Reputation points
commented 2025-04-30T18:44:15.9533333+00:00
Ravada Shivaprasad 30 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Document AI table confidence

Hi, I would like to know if we can extract or get the confidence value of the table. I can get the confidence value of the fields but I had a hard time figuring out if we can get the confidence of each table rows. I used this code but it will only get…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-24T10:18:17.52+00:00
Herson Ian Moneda 60 Reputation points
accepted 2025-04-29T16:05:40.17+00:00
Herson Ian Moneda 60 Reputation points
1 answer

Why is Document Intelligence extremely slow?

I've started a resource in US East to test analyzing documents via the APIs. It seems to accept the requests and give me a URL for fetching the results. However the result URL just keep saying "running". I'm talking 15 minutes later. So then I…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,395 questions
asked 2024-04-12T02:01:21.8966667+00:00
Arman 50 Reputation points
edited a comment 2025-04-29T15:37:06.4133333+00:00
Pedro Camellon 0 Reputation points
0 answers

Custom document extractor has phantom entries

I created some custom document extractors that I can't delete. Even if I delete the entire resource group and create a new document intelligence service the extractors I want to delete are still in there. What is going on and how can I get them deleted?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-24T22:52:05.3633333+00:00
Walter H 0 Reputation points
commented 2025-04-28T16:45:08.0833333+00:00
Prashanth Veeragoni 4,030 Reputation points Microsoft External Staff
1 answer

False positives when extracting math formulas

In my python script detecting math formulas for an AI chat app, I am using Azure Document Intelligence function "begin_analyze_document" with the "formula" feature. Sometimes it is returning false positives - which are clearly not…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-24T12:29:03.1666667+00:00
Clemens Fiedler 0 Reputation points
commented 2025-04-28T12:40:12.4266667+00:00
Saideep Anchuri 6,690 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Does Azure Document Intelligence C# SDK support add-on query field?

Hi, I am trying to use the query fields feature using the Azure .NET C# SDK but I am getting below error on calling the method. Could you please help me. Error details - ErrorCode: InvalidArgument Content: …

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-22T14:42:10.89+00:00
Ubana, Siddharth 20 Reputation points
accepted 2025-04-28T12:26:58.49+00:00
Ubana, Siddharth 20 Reputation points
2 answers

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 AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2024-06-29T18:44:30.8333333+00:00
Khadija Alaqra 0 Reputation points
answered 2025-04-28T11:12:58.3366667+00:00
Ubana, Siddharth 20 Reputation points
1 answer

How to batch create a searchable pdf using azure document intelligence python API

Hi All, I have stored some PDFs in Azure Blob storage and I am trying to batch OCR these documents while also creating a searchable PDF. Unfortunately at the moment I'm getting a file with the following extension "filename.pdf.ocr.json" which…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-01-31T11:54:55.96+00:00
Andrew Richardson (W) 0 Reputation points
commented 2025-04-25T03:47:22.13+00:00
Vikram Singh 2,585 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Inquiry about Preprocessing Steps in Azure AI Document Intelligence (Prebuilt Receipt Model)

I am currently working with the Azure AI Document Intelligence service, specifically the Prebuilt Receipt model, and I have a question regarding the preprocessing steps performed automatically by the service. Could you please clarify the following: …

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-04-24T00:25:40.8433333+00:00
병운 전 20 Reputation points
accepted 2025-04-25T00:12:30.38+00:00
병운 전 20 Reputation points
1 answer

Document Text extraction model

I have created a model for "Document Text extraction" under Azure AI foundry. I would like to use the model that i have created in my python code. How do i use the model to extract the fields from the files?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,026 questions
asked 2025-02-06T12:46:12.8766667+00:00
Vusirikala, Aishwarya 0 Reputation points
commented 2025-04-24T05:30:52.7933333+00:00
Vusirikala, Aishwarya 0 Reputation points