Questions tagged [form-recognizer]

This tag is designed to track questions and discussions related to Microsoft Azure Form Recognizer API, usage, and other feedback.

This tag is designed to track questions and discussions related to Microsoft Azure Form Recognizer API, Tools, and other feedback.

links to learn more: http://aka.ms/formrecognizer

124 questions
6
votes
4 answers

Azure form recognizer app invalid resource name

I'm traying to daploy an instance of the form recognizer app in Azure. For that I'm following the instructions in the documentation: https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/deploy-label-tool I have created the…
3
votes
1 answer

Form recognizer(custom model with labels) is not fetching proper data

Currently, I am using Form Recognizer version 2.1 preview to extract data from PDF file which contains scanned images. The text is fetched properly but mapping of values with labels is not as expected. I am using custom model Train with labels to…
3
votes
1 answer

Azure form recognizer - model versioning

Couple of questions about Form Recognizer (FR) model management: Background: I'm using FR Labeling tool to train models and C# Function app to interact with FA service and analyze forms. Each time a model is trained - a new instance is created. New…
Aba
  • 45
  • 4
2
votes
1 answer

When do we need to use the 'Compose' option in Form Recognizer Labelling Tool?

The v2.1 preview of Azure Form Recognizer Labeling tool which is recently published has a feature to compose models, When do we need to use is? Can anyone explain me some usecase for that?
Kokul Jose
  • 714
  • 8
  • 23
2
votes
5 answers

Form Recognizer invalid model status

We tried Form Recognizer custom training, with these steps (API 2.0) https://pnagarjuna.wordpress.com/2020/01/07/azure-form-recognizer-service-custom-model-training-steps/ The Training modell is success (201), but after Check Custom Model Status we…
Gabor Hunt
  • 21
  • 1
2
votes
1 answer

Azure OCR [printed text] is not reading the receipt lines in the right order

Application Goal: read the receipt image, extract the store/organization name along with the total amount paid. Feed it to web-form for auto-filling & submission. Post Request -…
1
vote
1 answer

Images not showing in Form Recognizer Label Editor

I have created a Form Recognizer Service using the Quick Start instructions and created the connection and project in the label editor without errors. The SAS URI is valid and the Form Recognizer key and end point are valid. I have validated the…
nathan
  • 11
  • 1
1
vote
2 answers

How to train custom model for different document layouts with the same set of labels?

I'm trying to understand what is the best way to train a custom model for invoices in languages not supported by the prebuilt invoice model, french as an example. As normal we will have many different invoice layouts from different vendors, but in…
1
vote
0 answers

Azure FormRecognizer didn't work on Japan East?

As title, I created a Form-Recognizer Service and deploy on Japan East. Then I try to get OCR results by API but it always return "status:NotStarted". Setp1: POST pdf and get Operation-Location URL Request URL: [POST]…
EEEEH
  • 263
  • 2
  • 13
1
vote
2 answers

postman post request for Azure FormRecognizer does not work

I am trying to follow the instructions here to analyze a form. I have already trained a model and it works when I use the python code. Now, I would like to be able to get the results also per postman but it doesn't work. You can see my post request…
1
vote
1 answer

Form Recognizer compose feature limit: documentation says 100 but response error just 5

On Microsoft documentation says (link): With Model Compose, you can compose up to 100 models to a single model ID. When you call Analyze with this composed model ID, Form Recognizer will first classify the form you submitted, matching it to the…
gsubiran
  • 1,412
  • 1
  • 18
  • 27
1
vote
1 answer

How to access or activate public preview for Form Recognizer v2.1?

I would like to try the new feature to name a custom model and Model Compose like mentioned here: Form Recognizer v2.1 description. Now I am searching desperately for the way to get access to the public preview. Further do I have to upgrade my…
1
vote
1 answer

First Item in blob List To Files Logic Apps

I am working on a logic app where when a blob item is changed, I want to train a model. I have gotten to the point where I just want to get one of the items in the List of Files (I just want to model to train for ALL files in the container). I have…
espo
  • 37
  • 4
1
vote
1 answer

Sample Labeling Tool OCR Text Detection Problems

I have a question regarding Azure Form Recognizer's OCR with handwritten text. When running OCR on handwritten PDF files before labeling in Azure's Sample Labeling Tool, the OCR often detects text incorrectly. With other form analysis and extraction…
bchalpin
  • 13
  • 2
1
vote
1 answer

Azure Form Recognizer Not Behaving As Expected

I am having an issue with FormRecognizer not behaving how I have seen it should. Here is the dilemma I have an Invoice that, when run through https://{endpoint}/formrecognizer/v2.0/layout/analyze it recognized the table in the Invoice and generates…
espo
  • 37
  • 4
1
2 3
8 9