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
How to Monitor Per-User Usage and Costs of Azure Document Intelligence Resource?
Hello all, I currently have a Document Intelligence resource set up and have a separate web application integrated with it so that it makes calls to my endpoint and receives the results to be displayed back to the user. This application is going to be…
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…
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…
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…
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…
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 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…
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 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…
DocumentField string contains % and $ symbol in string value (1099r Prebuilt)
When using the prebuilt US Tax Model for 1099r the % symbol is getting added to the Value of the box which is of type string. This causes casting problems when you try and convert the string to a number since it's not expected behavior. Problem…
Exercise: Build and deploy an Azure AI Document Intelligence custom skill is not working
Deployment validation failed. Additional details from the underlying API that might be helpful: The template deployment 'Microsoft.Web-FunctionApp-Portal-********** is not valid according to the validation procedure. The tracking id is…
Azure Document Intelligence Python SDK - Barcodes feature not working
We are calling the document intelligence API using the python SDK and a custom model. Everything seems to work fine, except that the barcodes feature is not working. However, analyzing the same photo using the same model Azure Document Intelligence…
Do I need to configure something to get that same endpoint that I use in local working in production?
I am using Form Recognizer to read some forms. So I've done a lot of testing on my local machine calling my Form Recognizer endpoint and it works great. But I have seen that in production, the results that come back to me are always a little different…