1,656 questions with Azure AI Document Intelligence tags

Sort by: Updated
0 answers

"Unable to Retrieve Extracted Fields Using Prebuilt Model for ID Documents in Azure Form Recognizer"

I have been using Azure Document AI Studio with the prebuilt model identifying documents. In the studio, I successfully added query fields like "borrower", "lender", loan amount and loan agreement date and the model returned the…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-10-01T11:45:58.8266667+00:00
Muskan Choudhary 0 Reputation points
commented 2024-10-01T22:26:29.5966667+00:00
YutongTie-MSFT 51,501 Reputation points
1 answer

Outdated requirement for python azureml-rag package

Hi there, I'm trying to use the azureml-rag package (with the extras azure and langchain) in the same project that I'm using the langchain package, but the most recent version of azureml-rag depends on tiktoken<0.6, whereas langchain depends on…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,880 questions
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.
985 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,007 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,656 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,826 questions
asked 2024-10-01T17:56:38.1733333+00:00
Covelli, Kevin 0 Reputation points
answered 2024-10-01T18:52:59.35+00:00
Sina Salam 10,416 Reputation points
1 answer

Error while using Azure Invoice Disconnected Container

I have setup both azure and layout containers. When trying to call the syncAnalyze api in azure invoice as follows: curl -v -X POST "http://:8080/formrecognizer/documentModels/prebuilt-invoice:syncAnalyze?api-version=2023-07-31" -H 'accept: /'…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-10-01T14:49:41.7533333+00:00
Aditya Ghuwalewala 0 Reputation points
answered 2024-10-01T17:13:12.99+00:00
Sina Salam 10,416 Reputation points
0 answers

How to extract images from a document using Azure Document Intelligence?

As per the documentation for prebuilt-layout model they are saying But I couldn't understand how exactly I can access the cropped images when I trying to do it in python like below: result = documentintelligenceclient.begin_analyze_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,656 questions
asked 2024-09-18T07:09:38.02+00:00
Haritha Maturi 5 Reputation points
commented 2024-10-01T15:54:36.1733333+00:00
romungi-MSFT 45,556 Reputation points Microsoft Employee
0 answers

High Latency in Azure Document Intelligence

I’ve been using Azure Document Intelligence in the USEast region without any issues until recently. However, starting about four hours ago, the service has been significantly slower. It now takes approximately 10 to 15 minutes to process a document that…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-30T16:17:38.4533333+00:00
Lautaro Joel Oyuela Bidal 0 Reputation points
commented 2024-10-01T15:03:44.9833333+00:00
Lautaro Joel Oyuela Bidal 0 Reputation points
2 answers One of the answers was accepted by the question author.

404 Pdf analyze result does not exist when trying to receive Searchable PDF on large pdfs

I am constantly getting a 404 error when trying to access the searchable pdf after doing an analysis with prebuilt-read. this only happens with larger pdfs about 50 pages and up. also it will work once in a while on a large pdf but usually returns a 404…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-29T19:52:12.8766667+00:00
Eamon Miller 20 Reputation points
accepted 2024-10-01T13:53:17.1+00:00
Eamon Miller 20 Reputation points
1 answer

How to resolve error "AuthorizationPermissionMismatch: This request is not authorized to perform this operation using this permission." in Document Intelligence Studio?

Hello, I have trained some models using FOTT (Form Recognizer OCR Tool), and now I want to use and update them in Azure AI | Document Intelligence Studio. However, when I log into the platform and select my project, I receive the following error:…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-25T20:35:02.35+00:00
Erick 0 Reputation points
commented 2024-10-01T12:58:23.2833333+00:00
Erick 0 Reputation points
1 answer

How to use 'query field' in Azure document intelligence for fields comprising more than one word

Hi, I recently using Azure Document Intelligence to extract details from documents. There's a feature called 'query fields', which I can use to get details about any particular field in the document. Unfortunately seems I couldn't pass on any field which…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-29T05:34:54.6666667+00:00
Logeshwaran S 0 Reputation points
commented 2024-10-01T09:24:12.1566667+00:00
kothapally Snigdha (Quadrant Resource LLC) 0 Reputation points Microsoft Vendor
0 answers

Document Orientation for Custom Neural Extraction Models

Hello, I've trained a custom neural extraction model, and I've received unexpectedly poor results if the document orientation isn't correct. I had tested the documents using the prebuilt models, and they were able to pull out the data correctly; so my…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-26T20:18:47.7833333+00:00
Tyde Hashimoto 5 Reputation points
commented 2024-10-01T08:18:54.64+00:00
Pavankumar Purilla 100 Reputation points Microsoft Vendor
0 answers

Streaming large files with Document Intelligence Python SDK

Does using AnalyzeDocumentRequest create a JSON payload with binary data? async def get_analyze_result(self, document_data: bytes) -> AnalyzeResult: """ Get markdown of a 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,656 questions
asked 2024-09-30T15:08:14.79+00:00
Bogdan Pechounov 60 Reputation points
commented 2024-10-01T00:24:36.9733333+00:00
YutongTie-MSFT 51,501 Reputation points
5 answers One of the answers was accepted by the question author.

AZURE DOCUMENT INTELLIGENT ANALYSYS VERY SLOW

I've started a resource in West Europe to use 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…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-17T11:47:47.7733333+00:00
Ivan Hernanz 50 Reputation points
commented 2024-09-30T12:56:17.31+00:00
Tesser Tommaso 10 Reputation points
0 answers

Is it possible to train and create a custom model in Document Intelligence without using Document Intelligence studio

Hi Team, Is it possible to train and create a custom model in Document Intelligence without using Document Intelligence studio. Please let us know if there are any REST API's which can be utilized for creation of custom models, so that if we specify the…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-25T06:14:51.31+00:00
Sriramsubramaniyan Nadarajan 76 Reputation points
commented 2024-09-30T11:20:31.8533333+00:00
santoshkc 8,605 Reputation points Microsoft Vendor
1 answer

Azure Document Intelligence - Infinite Processing, no Errors

Hello Community, I am currently using the Document Intelligence Client (both prebuilt-read and prebuilt-document). However, it often happens that my request ends in an infinite loop and the OCR recognition does not complete - no matter how long I wait. 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,656 questions
asked 2024-09-24T11:28:53.7033333+00:00
Christoph Zeiner 0 Reputation points
edited a comment 2024-09-30T11:04:46.4333333+00:00
Christoph Zeiner 0 Reputation points
0 answers

Azure Document Intelligence‎ - FEHLER - unendliche Prozessierung

Aktuell nutze ich den Document Intelligence Client häufig (sowohl prebuilt-read als auch prebuilt-document). Allerdings kommt es häufig vor, dass meine Anfrage in einem unendlichen Loop endet, und die OCR-Erkennung nicht abgeschlossen wird – egal wie…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-23T14:00:22.4966667+00:00
Christoph Zeiner 0 Reputation points
commented 2024-09-30T09:49:03.6633333+00:00
Christoph Zeiner 0 Reputation points
1 answer

Is "bring your own data" going to support structured outputs in the future?

The documentation here states: Currently Structured outputs is not supported on bring your own data scenario. When can we expect BYOD to support structured outputs? Is this feature planned or in active development?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 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,826 questions
asked 2024-09-25T21:42:06.22+00:00
Vincent 0 Reputation points
commented 2024-09-30T05:08:31.16+00:00
navba-MSFT 24,170 Reputation points Microsoft Employee
1 answer

Currency in custom extraction model in Document Intelligence Studio (Azure AI)

Hello, I am currently working on a custom extraction model in Document Intelligence Studio (Azure AI) based on the standardized Invoice model. Everything is functioning well, except for the Money/Value fields. In the standard Invoice model, these fields…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-05-29T08:34:25.9+00:00
Oskar Klingberg 0 Reputation points
commented 2024-09-30T04:15:28.37+00:00
Marcus Denny 0 Reputation points
1 answer

Document Intelligence Studio OCR Fails to Recognize Dash/Hyphen in PDF Tables

Hi, When working with Document Intelligence Studio (Layout), we're encountering an issue where the OCR functionality fails to recognize "-" (dash/hyphen) characters within tables in PDF statements. Instead of identifying these characters, it…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-07-17T09:10:41.7866667+00:00
P, Priyadharshini 0 Reputation points
commented 2024-09-29T10:45:52.0566667+00:00
Daniel 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to increase the accuracy on the pre-built invoice model or general layout model on Document Intelligence Studio?

The pre-built invoice model misinterpreted the invoice I provided. It incorrectly identified the vendor name and address, merging the vendor name into the vendor address field, which is inaccurate. Is there a way to provide personalized input (e.g.,…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-26T08:05:48.81+00:00
Jessie Chen 50 Reputation points
accepted 2024-09-28T03:06:48.5933333+00:00
Jessie Chen 50 Reputation points
0 answers

Asynchronous OCR processing

Is there a way to process OCR files (Vision 4.0 or Document Intelligence) asynchronously, using a webhook callback instead of polling for completion?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
371 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,656 questions
asked 2024-09-25T21:18:38.2933333+00:00
victor uceda uceda 0 Reputation points
commented 2024-09-27T10:34:03.2133333+00:00
navba-MSFT 24,170 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Building a custom extraction model from prebuilt Azure AI Document Intelligence

Hello, is there a way to start a custom extraction model what uses Microsoft's prebuild Azure AI Document Intelligence invoice model? Could you please point us in a right direction for information? Thank you.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,656 questions
asked 2024-09-26T08:33:11.84+00:00
Lukáš Sitta 20 Reputation points
accepted 2024-09-27T09:24:58.4133333+00:00
Lukáš Sitta 20 Reputation points