1,410 questions with Azure AI Document Intelligence tags

Sort by: Updated
0 answers

Issue with Table Values Returning Null in API Response After Training Custom Extraction Model

Hello, I need a little assistance with an issue I'm encountering using Document Intelligence Studio. I've successfully trained a few invoices with a custom extraction model, and while I'm able to extract all specified fields correctly via the API, I'm…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
988 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-13T19:36:00.5366667+00:00
Munawar 0 Reputation points
0 answers

Document Intelligence AI returns 404

Hello, I try to run the example of the sdk Python find here…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-13T09:51:01.71+00:00
MONCUQUET Paul 0 Reputation points
edited a comment 2024-05-13T19:11:34.29+00:00
VasaviLankipalle-MSFT 14,661 Reputation points
1 answer

commitment tiers of azure AI services

are the commitment tiers of Azure AI services - document intelligence applicable.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,419 questions
asked 2024-05-09T15:42:30.3633333+00:00
Manvendra Mahra 0 Reputation points
commented 2024-05-13T13:06:39.0866667+00:00
romungi-MSFT 42,321 Reputation points Microsoft Employee
0 answers

Azure AI Document Intelligence : ARM64 image

Hi, I want to run api on-premises of Azure AI Document Intelligence. For this i'm following below doc of Document Intelligence container(s). …

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-09T16:37:42.9566667+00:00
Sidharth Chauhan 0 Reputation points
commented 2024-05-13T10:10:12.52+00:00
dupammi 7,130 Reputation points Microsoft Vendor
0 answers

why do i have a trailing comma included in my identification of the field VendorTaxID with the invoice prebuilt model?

why do i have a trailing comma included in my identification of the field VendorTaxID with the invoice prebuilt model? for context my invoice is in hebrew.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-12T13:14:16.4033333+00:00
Shahar Spencer 60 Reputation points
commented 2024-05-13T10:01:08.0066667+00:00
dupammi 7,130 Reputation points Microsoft Vendor
0 answers

A huge latency added to Document OCR request

I'm experiencing a latency issue with the Document Intelligence service while applying OCR on a large number of images of books. Each image takes about 5 seconds to respond, which I believe is not solely due to the OCR step. I have checked the Azure…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-12T15:31:24.0633333+00:00
Ahmad Hammoudeh 0 Reputation points
commented 2024-05-13T07:52:09.79+00:00
santoshkc 4,520 Reputation points Microsoft Vendor
1 answer

What are the different Output Extracted Data formats that Azure AI Document Intelligence can create apart from JSON?

Once the data is extracted via Azure AI Document Intelligence Models, I see the JSON file is created, Is there any other formats taht we can create?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-10T10:49:54.32+00:00
Maddy 0 Reputation points
commented 2024-05-13T05:55:31.3333333+00:00
santoshkc 4,520 Reputation points Microsoft Vendor
0 answers

how to add a field to represent currency like there is in the prebuilt invoice document in a custom neural model

how to add a field to represent currency like there is in the prebuilt invoice document in a custom neural model? i want to train my own model to get higher accuracy

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-12T10:28:29.39+00:00
Shahar Spencer 60 Reputation points
commented 2024-05-13T04:57:27.1733333+00:00
dupammi 7,130 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Using Microsoft Document Intelligence along with Azure Function Blob Trigger

Hi, I want to use a blob trigger with Microsoft's Document Intelligence. What should be the remaining code to analyze multiple documents I have stored in my blob storage container? Additionally, I also want the script to trigger any time I upload a new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,328 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-04-29T06:32:48.6033333+00:00
Harsh Khewal 135 Reputation points
accepted 2024-05-11T16:47:54.21+00:00
Harsh Khewal 135 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot provision service 'enrichedcognitivesearch' running doc-intelligence/Labfiles/04-custom-skill/setup.sh

Following these instructions: https://learn.microsoft.com/en-gb/training/modules/build-form-recognizer-custom-skill-for-azure-cognitive-search/4-exercise-build-deploy Running the following file from Cloud Shell: …

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-04-22T10:21:34.0833333+00:00
Scott Cable 80 Reputation points
accepted 2024-05-10T14:18:13.24+00:00
Scott Cable 80 Reputation points
0 answers

Custom extraction model (DocumentIntelligence) is missing when calling from API

I have trained a custom neural extraction model using the Document Intelligence Studio using the 2024-02-29-preview API. The model is listed on the models tab for the project and can be used for analysis. When trying to acccess it via the Java client,…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-05T15:42:05.1266667+00:00
Balázs Bánfai 0 Reputation points
commented 2024-05-10T11:48:15.1166667+00:00
Balázs Bánfai 0 Reputation points
0 answers

Can we do Post-processing on the data that is extracted via Azure AI Document Intelligence

I wanted to do some data validation checks and to apply few conditions while Extracting data via Azure AI Document Intelligence. And also some post-processing on the data after the data extraction is completed. Is there such feasibility?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-10T10:45:36.46+00:00
Maddy 0 Reputation points
commented 2024-05-10T11:14:44.0166667+00:00
romungi-MSFT 42,321 Reputation points Microsoft Employee
1 answer

I want to get pagewise tables from a document using Azure document analyzer. I am able to extract pagewise content but not tables. all the tables from all pages are there inside result.pages object. but I want pagewise tables. Is this possible?

I want to get pagewise tables from a document using Azure document analyzer. I am able to extract pagewise content but not tables. all the tables from all pages are there inside result.pages object. but I want pagewise tables. Is this possible using…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-07T05:36:40.95+00:00
Sreshtha Dey (IN) 0 Reputation points
commented 2024-05-10T07:54:21.92+00:00
romungi-MSFT 42,321 Reputation points Microsoft Employee
1 answer

Discrepancy in Table Extraction between Azure Document Intelligence GUI and Python SDK for Local Images

I’m using Azure Document Intelligence to analyze images that contain tables. When I use the GUI, the results correctly include the tables for all images. However, when I use the Python SDK and run the same images from my local machine, the tables are not…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-08T21:06:07.5233333+00:00
Sanam Khalili 0 Reputation points
commented 2024-05-10T06:44:29.5733333+00:00
romungi-MSFT 42,321 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure AI Document Intelligence - can't call Custom Classification model via API

Hi there, I've trained a model with Model ID of "my-custom-classification-model" as a Custom Classification model within Azure AI Document Intelligence. However, I'm unable to call this model via API endpoint, receiving a "The requested…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-09T10:29:28.13+00:00
Richard Jackson 86 Reputation points
commented 2024-05-10T04:30:13.0266667+00:00
santoshkc 4,520 Reputation points Microsoft Vendor
0 answers

Document Intelligence Cold Start

The cold start seems to range from 15-25 seconds for standard layout OCR. If I ping it to stay warm, how long will it stay warm for? Are there any dedicated service plans I could use so it's always warm? Thanks

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-08T03:51:17.0433333+00:00
Casey Clifton 10 Reputation points
commented 2024-05-10T04:15:24.41+00:00
dupammi 7,130 Reputation points Microsoft Vendor
1 answer

How do I copy or move labeled document from one document intelligence project to another

I have two vary different layouts of PDF files and have labeled data for them in the same project. I am wondering if it is possible to move them in separate projects to train a separate model for each? If so, can you please tell me how? - Thanks!

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-08T11:22:36.69+00:00
Power My Airline 0 Reputation points
commented 2024-05-09T12:40:36.2833333+00:00
santoshkc 4,520 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to automate Azure Document Intelligence model

Hi MS Team, I have a custom invoice extraction model on Azure Document Intelligence Studio with the invoices being held in azure blob storage. Goal: To extract information from invoices using the model and automatically upload results to an Excel table…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2023-11-21T01:27:23.3333333+00:00
Krish Amin 60 Reputation points
commented 2024-05-09T08:51:34.57+00:00
Arun Abi 0 Reputation points
1 answer

General document model : Unable to detect bar codes

We are using Form recognizer to scan document and return the result. We are using "General" document model to do this and we have observed that bar-codes aren't scanned as expected by the model and are ignored. We tried giving many sample…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-07T08:44:16.6766667+00:00
Karri, Keerthi 0 Reputation points
commented 2024-05-09T05:46:34.6866667+00:00
santoshkc 4,520 Reputation points Microsoft Vendor
0 answers

Azure Document Intelligence crashing when trying to read unknown characters

Hi, I'm trying to parse data from a image that's in Bengali the native language of Bangladesh and while using document intelligence to parse the information I'm getting the following error: UnicodeEncodeError: 'charmap' codec can't encode characters in…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,410 questions
asked 2024-05-08T03:52:55.18+00:00
PrivaC 0 Reputation points
commented 2024-05-09T03:16:03.24+00:00
dupammi 7,130 Reputation points Microsoft Vendor