Intermittent 404s when getting figure after Document Intelligence analyze operation
After a successful analyze operation from "prebuilt-layout" with the "figures" output query param added, I get 404s that resolve intermittently when trying to access the asset files. Iterating over the figures returned from the…
Sporadic "InvalidContent" Error with Form Recognizer Despite Verified Valid PDF Files
Subject: Sporadic "InvalidContent" Error with Form Recognizer Despite Verified Valid PDF Files Issue Summary: I'm experiencing a sporadic issue with Azure Form Recognizer, where I receive the following error for some PDF…
Can I extract images form documents using Azure AI Document Intelligence service?
The Azure AI Document Intelligence service can extract text from images, but is it possible to directly extract the image itself?
Azure Document Intelligence Custom Model Losing Accuracy in Extracting Purchase Order Fields
I am using Azure Document Intelligence to read purchase orders from various customers and extract specific fields to automate order processing. We created a custom model in Document Intelligence Studio, defined custom fields, and have been training the…
How to configure a proxy for Azure FormRecognizer in Python?
I'm working within a corporate network that uses a proxy server, and I'm trying to connect to Azure Document Intelligence/FormRecognizer using the DocumentModelAdministrationClient from the azure-ai-formrecognizer SDK in Python. I've been struggling to…
Can Azure Document Intelligence Studio be used to create a Seachable pdf
Hi , I am looking at creating searchable pdf using Azure document Intelligence I see this article about possible implementation…
Processing PDF files embedding multiple invoices
In my industry, we frequently deal with single invoices that span multiple pages (anywhere from 1-20 pages). We have built a Document Intelligence model that successfully extracts the desired data from this "single invoice" pattern. …
How to fix Azure AI Document Intelligence containers hanging ?
I have installed and running Azure AI Document Intelligence containers. When I analyze a custom document, the API returns a "running" state even though the docker logs showed it is finished. Appreciate if someone could enlighten and advise.
Quickstart: Optical character recognition (OCR) Internal Server Error
I am trying to use Azure AI Vision to do OCR on some documents. I followed the guide found here and input my key and endpoint appropriately. The code runs, however it responds…
Unable to analyze all the mappers in the Document Intelligence custom model.
We have built a custom model for BOE entity, the model has been trained successfully. It functions correctly with single-page PDFs, where all mappers are labeled correctly. However, with multiple-page BOEs, not all entries are being labeled.
Azure Form Recognizer documentClassifiers training
Hi , I want to train my Azure Form Recognizer custom classification model. According to the REST API documentation. However building the model with the following code fails with the following error message: "TrainingContentMissing: Training data is…
500 Internal Server Error coming while hitting azure invoice sync analyse endpoint
while we are trying to hit azure invoice sync endpoint we are getting a 500 internal server error with the following error logs in azure-invoice pods endpoint -> curl -v -X POST…
Document Intelligente Studio 3.1 on container ERROR
I'm using containers. I tried to upgrade my Azure AI services Document Intelligence Studio version from 3.0 to 3.1. But I get an error. When I run it it notifies me of a new version found and to click on the refresh button but nothing happens. If I avoid…
How to enable CORS issue in Azure AI document Intelligence when connecting from dJango API with HTTPS
I have create Azure AI with document intelligence for PDF extraction. The paid resource have been created in EastUS region and integrating with Pyhon Django API. Working: Python Django API hosted in IIS with http binding. hence the PDF extracation is…
404 - Resource not found when calling Form Recognizer API
Hi Experts, I'm calling Azure Form recognizer API from a python script. It's working from my local machine but not working from the virtual machine. I've tried testing from postman. Its working in postman but when calling from Python its throwing 404…
Want to know if Azure AI Document Intelligence can work as a question-and-answer model?
I am exploring the solutions for my pdf reading app where it should support ocr capabilities as well which is already there in Azure AI Document Intelligence so i want to learn about it if this could be used as Question-and-answer model as well.
Getting one giant page on Azure Document Analysis
Using 'prebuilt-layout' to analyze a docx file, I am getting one giant page returned, even though the original document is 87 pages. The documentation makes me think I should get pages split by 3000 characters, but I am getting one giant page that is…
Concerns Regarding the tables in markdown output changes in 2024-07-31-preview
Hello Azure AI Document Intelligence Team, We have some concerns regarding the tables in markdown output changes in 2024-07-31-preview release: Starting from 2024-07-31-preview, the representation of tables is changed to HTML tables to enable rendering…
Are there other resources available to provide solutions like Azure AI Document Intelligence
Are there other resources available to provide solutions like Azure AI Document Intelligence
Parse data from an Invoice with Original and Duplicated page in the same PDF file
Hello MSFT, I'm looking to understand if there's a way to identify invoice files through Azure AI Document Integillence that detects inside the PDF file that the invoice has an Original and Duplicate pages. The behavior now of the Azure Document…