What is new in Azure form recognizer 2.1?
Can someone please share a link/resource that mentions the major changes done in version 2.1 and which are not available in version 2.0? I am planning to move from Azure form recognizer 2.0 to 2.1, what are all the things I should take care of while…
Azure AI Document Intelligence
Azure form recognizer less accuracy and more time
I really need some suggestions regarding azure form recognizer. Can I ask please? I am working on app where user will upload image of ID cards, (format can be jpeg, jpg, pdf). and i have to extract information with mapping. for that i have used form…
Azure AI Document Intelligence
Table Tag does not work on Form Recognizer
Hi! After training several models with the table I need to read, it doesn't work. Gives no error message, simply doesn't populate the table tag with the PDF values. Below are the photos of the tables that I need to be recognized: I…
Azure AI Document Intelligence
Try form recogniser : have the message, Not available in the marketplace
Hi, I want to try form recogniser with my azure account. When i click try, it redierct to the marketplace and the message is (French) : Désolé ! Impossible de créer l'élément du Marketplace Cet article du Marketplace n'est pas disponible. I'm…
Azure AI Document Intelligence
Azure Functions Locally ModuleNotFoundError: No module named 'azure.storage.blob'
I have been following this tutorial [https://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/tutorial-azure-function?tabs=2-0][1] Im writing in VS Code and python, on a windows computer. I'm trying to create an Azure function…
Azure Functions
Azure AI Document Intelligence
Complex Document to Parse - Looking for Ideas
I am been tasked with parsing data from Filing information documents which has a very odd layout. I attempted to create my own layout and model using the editor but didn't have success. 115330-10045407-sh01-2021-07-15.pdf If you look at the…
Azure AI Document Intelligence
Data Types in Azure OCR Form Recognizer
Hi, question on the data types (string, number, date, time, integer) and subtypes (i.e. for string, no-whitespaces, alphanumeric, not-specified) in the Azure OCR form recognizer. Do they affect what value the recognizer actually reads/returns in the…
Azure AI Document Intelligence
Labeling Tool: Compose model section does not include all recently trained models
Compose model section does not include all recently trained models. This could be reproduced by creating 3-4 projects and training data models.
Azure AI Document Intelligence

Azure forms recognizer to excel
Hi, I would like to have an AI model that reads various company's financial statements, and export the table data (financial) into excel. Internal staff to my company should have access to the utility of choosing a PDF, and have an excel spreadsheet…
Azure AI Document Intelligence
Azure AI services

Can I use custom model created with AI Builder (in Power Automate) in Azure Form Recognizer?
I want to build custom model for form processing, by labeling areas to extract. I know that there is Form OCR Testing Tool, but there is also AI Builder in Power Automate/Power Apps, which I find more convenient to use. However, I found no information…
Azure AI Document Intelligence
Return type for FormField.getValueData should return FieldValue but returns FieldData
I am using java with the FormRecognizer. I am retrieving the list of FormField's and examining the values using the getValueData method. The docs says this should be type FieldValue but in fact it is returning type FieldData. Is there a way around…
Azure AI Document Intelligence

Form Recognizer - Composing models with differnt entities
@Anonymous If there are models with different entities to be extracted. Is it recommended to compose those models or it it's better to have it separated? The reason is because we can avoid the document to classify and map to the model.
Azure AI Document Intelligence


Can we integrate Azure form Recongnizer with sharePoint online document library
I want to extract info from uploaded documents inside SharePoint.. the documents have standard info such as first name , last name, but have more complicated elements such as Check-boxes & Signatures, as follow:- Now i am planning…
Azure AI Document Intelligence

Custom Form Recognizer for More than 100 different Templates
I have working on a project and I have 100 different templates. So, I want to to use custom form recognizer service. is the custom training helpful to extract the required content (Key value pairs and check boxes) with all different templates that i have…
Azure AI Document Intelligence

Form Recogniser fails to extract text from boxed form
Hello We are trying to use azure-form-recogniser to read text from handwritten scanned forms. We have been training custom form recogniser models. We would like to know if the azure form recogniser is intelligent enough to pickup characters with in…
Azure AI Document Intelligence
How to confirm a form is actually an invoice with analyze invoice (forms recognizer)
Hi I am using logic apps "Forms Recognizer" with the "Analyze Invoice" version 2.1 action to analyze invoice attachments that are sent to an email address. It works fine, but sometimes we received emails with attachments that are…
Azure Logic Apps
Azure AI Document Intelligence


Form recognizer csv report
When i download a csv report from an analysis both files as infos have value "undefined", from GUI in prediction results i have all fields populated and correctly extracted, how can i have correct output from csv file? My plan is free trial
Azure AI Document Intelligence

How do I set the language (spanish) for a form recognizer custom model?
Hi! I am currently using a form recognizer custom model. I have managed to train my model and use the C# SDK to analyze my documents however I have not been able to change the language to Spanish for this model. The documentation says that the…
Azure AI Document Intelligence

Training Failed: "Timed out, sorry, it seems the training process took too long."
Hello, I'm trying to Train a model with a fairly complex table. After about 5 min's of training I receive the following error massage: Training Failed: "Timed out, sorry, it seems the training process took too long." This is via the…
Azure AI Document Intelligence
Azure AI services

Authentication for Azure Form Recognizer
For API authentication, I understand that Azure Form Recognizer uses "Ocp-Apim-Subscription-Key" which is the Azure Subscription ID. Also, shouldn't there be an API key as well, which we should be using for accessing any API across the…