500 Internal Server Error while hitting azure prebuilt-document sync analyse endpoint. Async endpoint works just fine.
Facing the same issue with general document api as here Async endpoint works but sync endpoint throws errorResponseHttpStatus='500' errorCode='UnhandledEndpointException' Using mcr.microsoft.com/azure-cognitive-services/form-recognizer/document-3.0…
GA release date for Document Intelligence v4.0 planned?
Hi Team, I would like to know the GA release date of v4.0. Earlier when I contacted, it was mentioned as November, would it be possible to let us know the exact date? Specifically, we are using the prebuilt-read model for converting image pdf into…
Typo in the return value of the 1040 tax form recognition
The return value for the filing status option "Married filing separately (MFS)" in the 1040 form is currently married_filling_separately. It should be married_filing_separately with only one l.
Intermittent 400 Errors with Azure Document Intelligence AnalyzeDocumentAsync
Hi, We’ve been experiencing an issue with Azure Document Intelligence services over the past two days. When calling the AnalyzeDocumentAsync endpoint, we occasionally receive an HTTP 400 error. However, for the exact same request, sometimes we get a 200…
Help with supported Document Types Azure Documents Intelligence SDK Client
Hello. I am currently trying to use the Azure AI Document Intelligence SDK to upload and process files using the Read model. I am using the latest version of the sdk and the latest api version for the service. I can successfully upload PDF documents,…
Is there any best practice or limitation for handling number of variety documents using Custom Data extraction model
Hi Team , can you please help in understanding below concepts for Documnet Inelligence . if the data used for CUSTOM DATA EXTRACTION model training is used by Azure or any other customers . Is this training data is used for any other purpose Where…
Error when Training Custom Extraction Model via API
Hello, I've been working to integrate an application with the DocumentIntelligence service using the REST API. The flow we want to implement involves training custom extraction (template) models on a per project basis in our system. The custom labeling /…
How to resolve Document Intelligence Custom Extraction Model Build issue
"Could not build the model: Can't find any valid labels for provided dataset. Labels file [removed] is invalid for the following reason(s): 'Contains undefined table label name.'" Getting model failed when training a custom extraction model --…
When will a more up to date API version be available in the UK?
Hi, I have a Document Intelligence resource where the Location is UK South. We could also use UK West if needed. I am using the Document Intelligence Layout Model. Currently the most recent API version we can use is 2023-07-31 (3.1 Preview). When will…
How to train custom classification model (template) for single invoices that spans across pages
Hey community, I am currently using "Custom extraction model" in Azure Document Intelligence Studio. BuildMode of model is "Template" and API version is v3.1 GA (Free Tier). According to the documentation, cross page tabular field is…
When will my recently completed microsoft challenge show on my profile?
When are we going to have our recently completed AI challenges displayed on our microsoft learn profile?
Issues with Custom GenAI Extraction Projects
Since yesterday I am encountering strange issues with Custom GenAI Extraction Projects in Azure AI Studio. One out of 5 projects seems fine but for the other ones: documents that were previously uploaded and labelled, disappeared from the project and…
Azure OCR Kurdish language support
Using Document Intelligence Studio and Azure AI services, computer vision can extract Kurdish text from image files. However, the extracted data shows significant deviations when compared to the original text.
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…
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.
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…
Form Recognizer - superscripts and subscripts
I plan to use Form Recognizer to detect and convert tables data from pdf documents. I already trained and used the custom model as not all of the tables were properly recognized automatically. I use Azure Function and FormRecognizerClient to get and…
Is there a Prebuilt Model to confirm endorsed checks (back of check)?
Hello, Im using the new prebuilt US Bank Check, and I very happy with it. However, Im having trouble identifying a way to confirm the check is endorsed (make sure there is a signature on the back). I dont see that as a feature of the US Bank Check model.…
In document intelligence studio, I cannot train a custom model because it already exists, but it is not in the list
I receive this prompt when hitting Train, but the model does not exist. Or at least, I cannot see it in the list of models.
How to use key value pairs in prebuilt invoice model
I am currently working on a prebuilt model in Document Intelligence. For certain fields, particularly the part number field, the model's performance is not satisfactory. To improve accuracy for this field, I would like to use key-value pairs. However, I…