1,399 questions with Azure AI Document Intelligence tags

Sort by: Updated
0 answers

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,399 questions
asked 2024-05-08T11:22:36.69+00:00
Power My Airline 0 Reputation points
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,399 questions
asked 2024-05-08T03:52:55.18+00:00
PrivaC 0 Reputation points
edited a comment 2024-05-08T10:08:52.0333333+00:00
dupammi 6,815 Reputation points Microsoft Vendor
0 answers

How do I use the built-in authentication features for a self-hosted container?

I have been using the Azure Document Intelligence service to detect document layout but I need to use the deployable container version that will be hosted in my own datacenter. I would like to make use of the authentication features described 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,399 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,408 questions
asked 2024-05-07T12:53:52.06+00:00
Andre Freitas 0 Reputation points
commented 2024-05-08T08:14:29.9033333+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
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,399 questions
asked 2024-05-08T03:51:17.0433333+00:00
Casey Clifton 10 Reputation points
commented 2024-05-08T08:10:22.8733333+00:00
dupammi 6,815 Reputation points Microsoft Vendor
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,399 questions
asked 2024-05-05T15:42:05.1266667+00:00
Balázs Bánfai 0 Reputation points
commented 2024-05-08T06:57:34.6266667+00:00
santoshkc 4,435 Reputation points Microsoft Vendor
0 answers

How to improve accuracy of OCR?

Hello, is there any way to label and train data in the custom model without manually updating ocr.json and label.json . I'm currently facing issue with these characters, Character having high failure frequency: - 1 (as I, J and T), 5 (as S), D (as 0 and…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
315 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,399 questions
asked 2024-05-06T18:10:54.43+00:00
Anurag Singh 0 Reputation points
commented 2024-05-08T05:51:56.0433333+00:00
Anurag Singh 0 Reputation points
0 answers

Azure Search Index with both text and images

Hi, I want to implement a RAG architecture where the input data is in pdfs and contain text, images and tables. Working only with text is straightforward and I've built such applications before. However the addition of images in the new use case makes…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
725 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,209 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,399 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,408 questions
asked 2024-05-06T13:56:30.5666667+00:00
Maja Ru 10 Reputation points
commented 2024-05-07T22:33:11.3566667+00:00
Grmacjon-MSFT 16,191 Reputation points
3 answers

How to extract checkbox answer as value and question as key?

I am very new to azure document intellegence studio. I am using this form as input to General Document in Document Intellegence Studio and extracting key value pairs. As you can see in the left bottom cornor of this form there is one question " Did…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,399 questions
asked 2024-05-02T14:04:15.2966667+00:00
Muhammad 0 Reputation points
answered 2024-05-07T22:15:46.95+00:00
Nagesh Pabbisetty 0 Reputation points
1 answer

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,310 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,399 questions
asked 2024-04-29T06:32:48.6033333+00:00
Harsh Khewal 115 Reputation points
answered 2024-05-07T16:07:03.3633333+00:00
LeelaRajeshSayana-MSFT 13,471 Reputation points
0 answers

Azure Document Intelligence - prebuild-layout - find original page number in markdown result

I'm using the Azure Document Intelligence service to analyze different types of documents. I set the output format style in Markdown to be able to have more information regarding the structure and formatting of the document. To get the result 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,399 questions
asked 2024-05-03T15:08:47.8466667+00:00
Curati Filippo 0 Reputation points
commented 2024-05-07T13:35:27.4766667+00:00
santoshkc 4,435 Reputation points Microsoft Vendor
0 answers

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,399 questions
asked 2024-05-07T05:36:40.95+00:00
Sreshtha Dey (IN) 0 Reputation points
commented 2024-05-07T13:06:20.9466667+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
0 answers

How to improve the results for custom extraction models?

Hello there, we've been using Azure Document Intelligence for the past few weeks for recognizing answers in a scanned survey document and are still trying to get accustomed to it. At the moment we run into problems, that leave us confused. The main…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,399 questions
asked 2024-05-07T11:38:52.27+00:00
OmniRob 1 Reputation point
edited the question 2024-05-07T11:49:21.99+00:00
OmniRob 1 Reputation point
1 answer

in document intelligence can i tag entire sentence as one data element, and only one word in it as another data element? Current if i tag "coca cola 10 ml can" as description and "10ml" unit, then it automatically changes description to "coca col can"

line items have description. i want emntire description to be tagged as description and only the size as Item variant. for eg "Coca cola 100 ml Can" as description but "100 ml" as Item variant. when i do the labelling in Document…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,399 questions
asked 2024-05-06T11:30:54.38+00:00
HARSHULA TULAPURKAR 0 Reputation points
commented 2024-05-07T11:41:35.0833333+00:00
santoshkc 4,435 Reputation points Microsoft Vendor
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,399 questions
asked 2024-05-07T08:44:16.6766667+00:00
Karri, Keerthi 0 Reputation points
answered 2024-05-07T09:58:15.45+00:00
santoshkc 4,435 Reputation points Microsoft Vendor
1 answer

How to fix Internal error: Expected value to be neither null nor undefined: functionName when creating an Azure Functions Project?

Internal error: Expected value to be neither null nor undefined: functionName when creating an Azure Functions Project. I am following the steps mentioned here:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,310 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,399 questions
asked 2024-04-27T07:06:12.38+00:00
Harsh Khewal 115 Reputation points
answered 2024-05-07T09:26:01.7633333+00:00
Isaac Eduardo Amezcua Bustos 0 Reputation points
1 answer

Azure AI Documents integration into SharePoint

Hi. I'm trying to find a way to integrate Azure AI Documents into SharePoint and unfortunately can't find anything. Is it even possible today? Or it is, and I just didn't find? I'll be grateful for any advice or links. Thanks

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,708 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,399 questions
asked 2024-05-01T10:57:55.64+00:00
Mykyta Radziievskyi 0 Reputation points
commented 2024-05-07T01:29:24.9+00:00
RaytheonXie_MSFT 31,606 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to extract table specific values in Document Intelligence Custom Extraction Model

In Document Intelligence Custom Extraction Model, I have several fields and several tables to extract. It is doing fine on Document Intelligence Studio, but when I wanted to fit into my solution, the tables not returning the values I want, for example, I…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,399 questions
asked 2024-05-03T06:35:36.23+00:00
Tom Chow 25 Reputation points
accepted 2024-05-06T23:57:45.37+00:00
Tom Chow 25 Reputation points
0 answers

How to save the output of AnalyzeResult Class object to a JSON file

I'm following the code in the below link but unable to save the output of result = poller.result() to a JSON file. output_json = json.dumps(result) output =…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,399 questions
asked 2023-10-05T19:32:07.0533333+00:00
prateek 0 Reputation points
commented 2024-05-06T16:37:58.4533333+00:00
Vicente Bouza Alvarez 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can we able to see 'deleted' model IDs

Hi Team, Is it possible to see deleted Model IDs? if yes, can you please let me know the way. 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,399 questions
asked 2024-05-03T09:00:26.1233333+00:00
Kalyan Gandham 85 Reputation points
commented 2024-05-06T09:40:33.07+00:00
santoshkc 4,435 Reputation points Microsoft Vendor
0 answers

Trained 2 models in Custom Model of Document Intelligence

Hi I have trained 2 models but the data after testing the same pdf is not coming as analyzed.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,399 questions
asked 2024-05-02T13:29:10.57+00:00
Saurabh Sambyal 0 Reputation points
commented 2024-05-06T05:33:58.74+00:00
santoshkc 4,435 Reputation points Microsoft Vendor