Content Understanding - New API version has missing attributes in the output
When I call the analyzer that I created in azure content understanding, the page number could have been extracted from the previous version of Content Understanding - 2024-12-01-preview from the 'source' key but the output of new version…
Azure AI Document Intelligence
Extract the spot a signature should be placed
Is there a way to provide a blank document which requires a signature and have cognitive services tell me where the signature should go?
Azure AI Document Intelligence
How to enable Markdown feature in Azure Prebuilt Layout v3.1 model ?
Hi Team We have access to v3.1 of Azure Layout model but could not find support for a uri parameter like outputContentFormat that is available in v4.0. Can you please help us in how to enable same feature in v3.1 layout model ? I believe if we somehow…
Azure AI Document Intelligence
Microsoft document intelligence service down
Hi, It seems like the west EU doc int is down. Can you please let us know what the status of a fix is? When we send a document for field extraction it does not return the result - only keeps saying the analysis is running. This is both API and…
Azure AI Document Intelligence

US Bank Statements: Failure to extract whole series of elements using prebuilt bankStatment.us
Hi all, I'm having difficulties with Doc Intelligence's prebuilt US Bank Statements model. It often appears to fail to extract entire series of transactions in an almost pattern-like fashion. This always occurs on the latter part of a table of…
Azure AI Document Intelligence
Form-Recogniser Layout - Paragraphs not in order
Hi, My firm is utilising the Azure Document Intelligence form-recognizer layout, specifically the Dockerized solution. I am talking about this Docker image: mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout-3.1:latest. It's being used to…
Azure AI Document Intelligence

Azure Document Intelligence: Disaster Recovery: Route traffic to secondary region automatically in the event of regional failure
In the last a couple of months, we had 2 incidents where Azure Document Intelligence Service in East US region has degraded performance. Because of that, we were getting a lot 503 (Service Unavailable) while doing various operations and our retries…
Azure AI Document Intelligence


Which vision ai model is suitable for extracting datapoints from a bar graph?
I have a bar graph like this: I want to extract the datapoints, like this: Jun 24, 23 Jul 24, 24 Aug 24, 20.5 etc, etc I understand that Document Intelligence - Layout will identify this as a "figure" and it can read the text labels on…
Azure AI Document Intelligence
Error in Document Intelligence Studio after clicking on try out
Hi, after clicking on get started in document intelligence studio of the customer extraction model i get the following error Failed to initialize authentication with below error. Please try again or contact support. Error details: AADSTS5000225: This…
Azure AI Document Intelligence
Is the cost of Azure Document Intelligence included in Fabric subscription?
Our company is using Fabric subscription for ETL + report We are having a hefty sum of documents as pdf (mostly invoice) -> requires Azure AI Document Intelligence to parse those information into JSON files. Would the cost of Azure AI Document…
Azure AI Document Intelligence
In AZdocument intellegence when I am trying to document classification with some filled forms the custom model is getting failed but with the forms which are blanks , the custom model got trained. Can you help me the issue with forms which are filled form
I'm using Azure Document Intelligence to train a custom document classification model. When I upload blank versions of the forms, the model trains successfully. However, when I upload filled-in versions of the same forms (with handwritten or typed…
Azure AI Document Intelligence
What model to use from AI Foundry for Document Intelligence?
Hello, I would like to use AI Foundry for data extraction from documents. Which model should I use? "Azure-AI-Document-Intelligence" or Phi3/3.5/4 or any other model? Is "Content understanding" available for usage in production…
Azure AI Document Intelligence

How to deal with 500 errors on Azure Document Intelligence APIs
We encountered several errors like this: File "/home/app/azure/core/polling/base_polling.py", line 803, in run raise HttpResponseError(response=self._pipeline_response.http_response, error=err) from err azure.core.exceptions.HttpResponseError:…
Azure AI Document Intelligence

Azure AI Document Intelligence pre-built model for invoice is not recognizing Payment ID reference?
When uploading invoices in the PaymentDetails.*.BPayReference, this information is never retrieved from the invoice. There is any known issue related with this field, similar to what happens to bank account? Thank you
Azure AI Document Intelligence
Internal Server Error response from Forms analyser
Hi, today we are getting an internal server error response from the Azure Forms Recogniser service - Western Europe. Any suggestions please
Azure AI Document Intelligence

Deleted A Model in Azure AI Document Intelligence Named ("revcorPurchaseOrders"). Now I can't used this same name when copying another model and save as same name as deleted model.
Deleted A Model in Azure AI Document Intelligence Named ("revcorPurchaseOrders"). It is successfully deleted and not showing in model list now. Want to Copy another Model ( "revcorPurchaseOrders_backup1") and reuse Deleted Name…
Azure AI Document Intelligence
Latency in Document Intelligence extremely high
Hello, since yesterday morning around 09:00 central european time (CET) the document intelligence services are giving no response anymore. Sending requests to it works fine but the status will stay on running for several hours, now even days. Before it…
Azure AI Document Intelligence
Long running operation failed in azure AI document Intelligence
Hi, I am using the AI Foundry portal and created a model named LLM05062025 on 05/06/2025. The model ran successfully on 03/07/2025, but on the night of 04/07/2025, it failed to run and returned the following error: "Long running operation…
Azure AI Document Intelligence

How to Pass Document Images to Azure AI Agent without Using SAS URLs?
I'm building a solution using Azure AI Studio Agents + Prompt Flow. My use case involves: A user uploads a document image (JPEG/PNG) from a Streamlit app. I use a Prompt Flow tool that processes the image (base64) using Azure Document Intelligence and…
Azure AI Document Intelligence
How to query an invoice pdf file using Azure Docuement Intelligence ?
Hi, I have an use case to extract few fields from the invoice documents. The format of the invoices is not the same for all. Is there any way to query the pdf document using Azure Document Intelligence or any other AI tool? Thanks