Only first 2 pages analyzed in document intelligence
Hello, Switched from F0 to S0 billing plan but still I am getting only the first 2 pages analyzed in document intelligence for a custom model. I have logged out and logged back in and retrained the model, issue is still persisting.
Azure AI Document Intelligence
Why are custom models visible in Studio but not accessible via API
There appears to be a disconnect between Document Intelligence Studio and the actual Document Intelligence resource. Custom models visible in Studio are not accessible via the API and do not appear when listing models programmatically. Additionally,…
Azure AI Document Intelligence
Prebuilt OCR model for health insurance cards is not extracting fields
Hello, Our team has been using a prebuilt OCR model to extract data from health insurance cards, but it has stopped working for us recently. We're receiving a 504 Gateway error and the model isn't functioning on the Document Intelligence Studio. We've…
Azure AI Document Intelligence
Content Understanding (Prebuilt Invoice model) -- keyValuePairs missing
In Content Understanding (Prebuilt Invoice model), as per the documentation (link provided below), keyValuePairs is part of the output JSON response. However, when I tested it, I did not see keyValuePairs in the output…
Azure AI Document Intelligence
Content Understanding - Json Issue for invoice Data Extraction
Hi Team, we noticed Document understanding - json response for Invoice template - it extract billing address and value address. however, this valueAddress is missing in content understanding. "valueAddress": { …
Azure AI Document Intelligence
(Batch Processing) InternalServerError : (FailedToSerializeAnalyzeResult) Failed to serialize analyze results
I am encountering an intermittent InternalServerError when polling for batch analysis results from Azure Document Intelligence. The error occurs during the polling.result() phase when attempting to retrieve completed OCR/analysis results. Operation:…
Azure AI Document Intelligence
ModelNotFound error
Hello, I have created a custom extraction model, labeled the fields, trained it and tested it, however when I am calling the API I am getting the following error: HTTP/1.1 404 NotFound ms-azure-ai-errorcode: NotFound x-ms-error-code:…
Azure AI Document Intelligence
I'm getting a bad request error while trying to access my project
Help! I really need to access my project to complete document training and I keep getting this error. I've tried two different browsers Edge and Chrome. Is it a server issue? Please see screenshot of error attached.
Azure AI Document Intelligence
Azure Document Intelligence no longer parses xlsx files
Hello, When we try to parse xlsx files using the same pipeline we were using before we get an error: File: test.xlsx Analyzing file: test.xlsx File size: 331674 bytes Analysis started. Waiting for results... Error analyzing document: (InvalidRequest)…
Azure AI Document Intelligence
404 response when trying to call the API for custom extraction model
Hello, I am getting a 404 error when trying to call the API for a custom extraction model, even though it seems like I have set up all details correctly. When calling the API I am taking the endpoint URL and Key Microsoft Azure and I am passing the…
Azure AI Document Intelligence
Azure Form Recognizer to not read certain pages from PDF
Correct me if I'm wrong but if you give PDF to parse for Azure Form Recognizer then it will try to parse all the pages and parse the information it has been trained to parse. And the price is determined on how many pages the model will read through. …
Azure AI Document Intelligence
Submit document blob path to Azure Document Intelligence service?
I'm using the Azure AI Document Intelligence Python SDK (azure-ai-documentintelligence) to analyze documents stored in Azure Blob Storage. My current workflow involves: Downloading the document from Blob Storage to my application For large documents…
Azure AI Document Intelligence
https://www.google.com/search?q=sandbox:/mnt/data/Business_Law_Module_KPM_Bandar_Penawar.docx
https://www.google.com/search?q=sandbox:/mnt/data/Business_Law_Module_KPM_Bandar_Penawar.docx How to download this document?
Azure AI Document Intelligence
Azure Document Intelligence batch jobs dropping ~18% of results with InternalServerError
We’re running batch jobs with Azure Document Intelligence using the .NET SDK (AnalyzeBatchDocumentsAsync). All source PDFs upload fine to Blob Storage, but about 18% of the documents fail with this error: { "SourceUri":…
Azure AI Document Intelligence
Polygon for words from DOCX
Hi! When I process a DOCX document I don't get polygons for words, but I do, when I process the same document converted to PDF. Is there a way to get polygons for words from DOCX document?
Azure AI Document Intelligence
Azure Document Intelligence — Incremental Classifier Build Always Fails with “TrainingContentMissing” Even When Files Exist
I am trying to build an incremental (adapted) classifier in Azure Document Intelligence using API version 2024-11-30, but the build always fails with the error: TrainingContentMissing "Training data is missing: Could not find any training data at…
Azure AI Document Intelligence
Labeling in Azure AI Content Understanding Studio
Azure Content Understanding recently went to GA and one of the new ways to use it with GA API is the Content Understanding Studio. According to the documentation, it's also the only offering that supports in-context learning with data labeling…
Azure AI Document Intelligence
Anyone getting good results using Document Intelligence AnalyzeBatchDocumentsAsync()?
I've done a few batch runs using the 'prebuilt-read' and 'prebuilt-invoice' models and have encountered extremely poor results. The batches consist of anywhere from 100 to 350 relatively small pdf files (~50 KB). Within the batches, some of the…
Azure AI Document Intelligence
Document Intelligence ressources are down
request = AnalyzeDocumentRequest(bytes_source=file_bytes) poller = self.client.begin_analyze_document( model_id=self.model_id, body=request, ) # It runs indefinitly at this step here. We added a timeout to workaround. We are…
Azure AI Document Intelligence
Road map for Azure Content Understanding
Hello Everyone, We are currently using Azure AI Document Intelligence for document processing. At the same time, we have noticed that the recommended approach moving forward is Azure Content Understanding. However, it appears that there are currently no…