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…
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…
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. …
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…
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.
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…
How do i create multiple models?
Scenario: I have 80 different vendors that sends me a invoice each month. The invoices look different based on the vendor. What i have tried: I have tried creating one projekt where i first dragged 5 invoices from vendor A in, labled it and…
404 - Resource not found for Document Intelligence
I've created a document intelligence in UK South, and I've then copied the key and endpoint from the overview page. The networking policy is set to "All". And then trying to use the Python client locally on my computer to call the…
Error when trying to create custom model in Document Intelligence Studio - says I don't have an Azure account
Hi, As the title says, I cannot create custom extraction model, or any other model using my organization's resources (I am a contributor, I have access to create and use the resources), even the ones I created myself. I get an error message after…
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.
Where the uploaded documents or url share documents are stored
If I upload a document or fetch the document by using public url(basically if the document is stored in IPFS) to run the analysis or if I am using the document Intelligence API then will the documents be stored in the document Intelligence data base? If…
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…
Cold start for AnalyzeDocumentAsync prebuilt-receipt
Hi all, In an .net framework 4.8 console app, I use the code below (from Azure samples), with a S0 pricing tier, location in France. Each time I run the app, the first call to AnalyzeDocumentAsync takes around 20 seconds, as if there was a cold start or…
Document intelligence selection mark criteria
We are trying to build a custom extraction model which extract details on omr sheets along with marked responses. For that we've trained a bunch of filled omr sheets to extract filled bubbles as selection marks, for example for a particular question…