(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
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
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…
Azure AI Document Intelligence
Azure AI Engineer Associate certification - Postponing renewal exam?
I don't know where to ask this, so Ill ask it here. But is it possible to postpone the certification renewal date to the end of the month it is supposed to expire? Mine expires on 16th December and I would like to have till the end of the month to…
Azure AI Document Intelligence
Deleting BOTH input data AND results from Azure Document Intelligence immediately after processing
Is there a supported way (such as configuration or API call) to delete both the input data and the processed analysis results from Azure Document Intelligence immediately after processing, instead of waiting for the default 24‑hour retention, and how…
Azure AI Document Intelligence
Getting Method not found: in Azure.AI.FormRecognizer.DocumentAnalysis.DocumentAnalysisClient constructor
I am trying to instance this class from a Functions app loading it downstream from a Plugin loaded assembly. So our code is calling Nuget to load a business assembly which references Azure.AI.FormRecognizer 4.1.0, and then that code tries to engage…
Azure AI Document Intelligence
Content Comprehension: The model stopped returning values and now only outputs data types
Hi, I’m using Azure AI Services – Content Comprehension with a custom analyzer to extract structured data from invoice PDFs. Until recently, the API was correctly returning the values for each field (for example: CompanyName, InvoiceNumber, TotalAmount,…
Azure AI Document Intelligence