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 services
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
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
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 AI Document Intelligence
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, 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
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 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
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
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
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
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


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 services

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

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
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
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
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
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
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?