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
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
Custom Classification - Inconsistent results between Doc Studio "Test Model" and API
We've been successfully using the Doc Intelligence API to Classify and then Extract fields from documents for the last few months. However, occasionally we have encountered instances where our Custom Classifier fails to correctly classify a document or…
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
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
Need to update the name same as the ID
Need to modify the namesake as ID to get a test,and why ask at least 50 words?
Azure AI Document Intelligence
Document Intelligence
We have a requirement where we will store documents in Azure blob storage, we would like to implement a solution where our users can choose some of the documents and ask questions, based on the selected documents results has to come. Is there any product…
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
Change the storage account of an existing Document Intelligence project
We have several projects created into an instance of Azure Document Intelligence. This week someone in the organization moved the storage account where the training files were uploaded to another subscription. Since then, we are not able to operate with…
Azure AI Document Intelligence
Custom extraction model can’t improve the analysis result of the table
I am using Neural Model to train Custom extraction model to read pdf. However, there are some problems in reading dynamic table. after analysis one of the pdf, the result show one field has been separated to next row. This case appeared in only one…
Azure AI Document Intelligence
How to label dynamic tables in Azure AI Document Intelligence (for clinical research use case)
I'm training a Custom Extraction model in Azure Document Intelligence to extract Schedule-of-Assessments (SoA) tables from clinical trial protocols. These tables are highly dynamic: Variable timepoints (0h, 1.5h, Day −1, Visit 3, etc.) - (these are the…
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
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…
Azure AI Document Intelligence
Training data is missing: Could not find any training data at the given path.
I'm trying to build and train custom model https://eastus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/BuildDocumentModel/console but rain into issue of training data not found at the given path Generated…
Azure Blob Storage
Azure AI Document Intelligence
Azure AI services
Azure Content Understanding is not returning any response back
I am using Azure Content Understanding which is in preview. I am trying to extract document contents for my analyzer. Somehow today, I am unable to get any response back from Azure Content understanding. All my requests keeps on running. Is there a way…
Azure AI Document Intelligence
Azure document intelligence production server specs
Hello i was trying to estimate the specs need to run the azure disconnected containers (layout ,read and custom template ) on a production environment that will serve 50 concurrent users , we assume that each user will send about 10~15 pages (dense…
Azure AI Document Intelligence
Form Recognizer / DocumentIntelligence Studio JSON schemas missing
The JSON schema URL referenced in the *.labels.json files generated by the Document Intelligence studio is no longer valid: https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/labels.json We use these labels.json files in our model…
Azure AI Document Intelligence
Unisys is unable to register for the AI Tour in Bangalore. Is this event at capacity?
Unisys is unable to register for the AI Tour Event in Bangalore. Is this event at capacity?
Azure AI Document Intelligence
Azure Document Intelligence - Bad accuracy for PDF files compared to PNGs
Hi, we are using Azure Document Intelligence with custom trained models. We found, that the recognition accuracy is much worse if we upload a PDF file instead of a PNG. Even if we convert a PDF to a PNG using GIMP, the results get immediately better. In…
Azure AI Document Intelligence
Unable to invoke Azure Document Intelligence API for Document Training
We are experiencing an issue with creating a Custom Classifier model for Azure Document Intelligence through API. We followed the documentation and tried both approaches (listing individual JSONL files and specifying a folder path using the prefix…