2,016 questions with Azure AI Document Intelligence tags

Sort by: Updated
0 answers

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,016 questions
asked 2025-04-24T12:29:03.1666667+00:00
Clemens Fiedler 0 Reputation points
0 answers

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,016 questions
asked 2025-04-24T12:11:49.24+00:00
Clemens Fiedler 0 Reputation points
0 answers

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,016 questions
asked 2025-04-24T10:18:17.52+00:00
Herson Ian Moneda 40 Reputation points
0 answers

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,016 questions
asked 2025-04-22T14:42:10.89+00:00
Ubana, Siddharth 0 Reputation points
commented 2025-04-24T08:24:08.5533333+00:00
Ubana, Siddharth 0 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,016 questions
asked 2025-01-31T11:54:55.96+00:00
Andrew Richardson (W) 0 Reputation points
commented 2025-04-24T07:45:29.95+00:00
Elisa Piccin 0 Reputation points Microsoft Employee
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,016 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
1 answer One of the answers was accepted by the question author.

Can build content for custom classifier be specified using generic urls?

I’m a bit confused by this APIdocumentation regarding how to train a custom document classifier in v4.0. The ClassifierDocumentTypeDetails specifies the build content files, and has 2 possible formats (azureBlobSource and azureBlobFileListSource) 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,016 questions
asked 2025-01-06T18:48:35.04+00:00
Abby Newcomb 20 Reputation points
commented 2025-04-24T04:54:28.04+00:00
Vikram Singh 2,575 Reputation points Microsoft Employee
1 answer

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,016 questions
asked 2025-04-24T00:25:40.8433333+00:00
병운 전 0 Reputation points
answered 2025-04-24T02:30:00.9066667+00:00
Pavankumar Purilla 6,380 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Support for Document Intelligence containers API Version v3.1 and higher

Hello MS Team, I would like to know if there is a timeline for container support to be available for Rest API Versions v3.1 and v4.0. As stated here…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2024-01-30T14:25:09.05+00:00
Erik Jörn Müller 20 Reputation points
commented 2025-04-23T06:55:45.48+00:00
Dariusz Paziuk 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to publish the model created in Azure Document Intelligence? Model is created but not able to find option to publish it.

How to publish the model created in Azure Document Intelligence? Model is created but not able to find option to publish it.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2025-04-16T09:23:52.8833333+00:00
GIRISH PATIL 20 Reputation points
commented 2025-04-22T07:49:22.7+00:00
GIRISH PATIL 20 Reputation points
1 answer

Issue with Mandatory Query Parameters Being Added to Template Parameters in Azure API Management (APIM) When Importing OpenAPI Specification

Hi everyone, I’m facing an issue while adding an API to Azure API Management (APIM) using an OpenAPI specification. Specifically, all mandatory query parameters are being automatically added to the template parameters in the operation URL, which is…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,369 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,016 questions
asked 2024-09-18T06:14:34.99+00:00
Nilabh Prashar 0 Reputation points
edited a comment 2025-04-21T08:06:30.9266667+00:00
Henrijs Puspurs 0 Reputation points
1 answer One of the answers was accepted by the question author.

Document AI get table values

Hello, I have a field table in my model. How can I get their values? I can get the values of the string fields just fine I have this code but it only gives the value of string fields. The Items field is blank. Am I missing something? This is the code 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,016 questions
asked 2025-04-19T15:55:07.2766667+00:00
Herson Ian Moneda 40 Reputation points
accepted 2025-04-20T16:38:59.36+00:00
Herson Ian Moneda 40 Reputation points
1 answer One of the answers was accepted by the question author.

document ai read change fileURI to local file path

Hi, I'm new to this document AI, I want to know if we change the fileURI path to a local file path. fileURI requires an https link, is there a way or a code to use a local file path. string modelId = ""; Uri fileUri = 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,016 questions
asked 2025-04-17T17:00:39.94+00:00
Herson Ian Moneda 40 Reputation points
edited a comment 2025-04-19T15:54:29.4533333+00:00
Herson Ian Moneda 40 Reputation points
0 answers

Is there a better OCR service than Azure Document Intelligence for text extraction?

I’m currently using Azure Document Intelligence (formerly Form Recognizer) for OCR tasks, but I’m wondering if there are any more accurate or efficient alternatives — either within Azure or outside it. My main goal is to extract clean and structured text…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2025-04-14T05:56:44.4566667+00:00
Harshit Gupta 60 Reputation points
commented 2025-04-17T09:30:38.1033333+00:00
SriLakshmi C 4,395 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Extracting Tables only

Is there a way of extracting tables only using Azure AI Document Intelligence

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2025-04-16T17:34:40.0833333+00:00
Luzuko Yena 20 Reputation points
accepted 2025-04-17T06:29:00.19+00:00
Luzuko Yena 20 Reputation points
0 answers

Extract line item fields with query fields

I've seen a few posts that says its possible to extract line item fields with query fields. I've tried this and at best it will only extract a single field value and not extract the value for every line. If there is a way to extract additional line…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2025-04-15T14:53:33.92+00:00
Maher 21 Reputation points
commented 2025-04-17T06:01:36.61+00:00
Manas Mohanty 3,110 Reputation points Microsoft External Staff
1 answer

Inconsistent analyze results for form recognizer studio and form regognizer service invoked via the sdk (28-02-23-preview api version)?

I've trained a custom neural model for some customer specific invoices using the 28-02-23-preview api version. The invoices comprise a number of typical line items with price etc. Specific to those invoices, however, is that a group of line items is…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2023-07-14T12:03:31.77+00:00
SnkeFrantz-3041 0 Reputation points
edited the question 2025-04-16T20:42:22.12+00:00
VasaviLankipalle-MSFT 18,656 Reputation points
2 answers One of the answers was accepted by the question author.

Azure document Intelligence - Invoice Model stopped returning Date data we rely on

Until very recently, the invoice model returned two fields that are critical to our service's value: fields.ServiceStartDate fields.ServiceEndDate ^ These represent the start and end date of the service. This was being extracted perfectly, until today,…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2025-04-11T17:49:17.6066667+00:00
Joe Roddy 20 Reputation points
commented 2025-04-16T16:14:17.79+00:00
Joe Roddy 20 Reputation points
0 answers

Azure AI Document Intelligence - Unable to see project under "All projects"

I have a custom extraction model project set up that others need access to—they have access to the Document Intelligence resource and the Storage Account in question, but when they try to use the filter under "All Projects" it doesn't return…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2025-04-14T15:08:20.08+00:00
ArkalShriyans-2355 20 Reputation points
commented 2025-04-16T14:57:06.2766667+00:00
ArkalShriyans-2355 20 Reputation points
2 answers

Could not build the model: Total number of pages in the dataset is 1013. The maximum number of pages allowed in a dataset is 1000

Error: (Depicted Below) Could not build the model: Total number of pages in the dataset is 1013. The maximum number of pages allowed in a dataset is 1000 Question: why this happing ?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,016 questions
asked 2025-01-22T13:59:36.9633333+00:00
Prafful Agarwal 0 Reputation points
commented 2025-04-16T07:45:24.4133333+00:00
Prafful Agarwal 0 Reputation points