Questions tagged [azure-form-recognizer]

Use this tag for questions about programming with the Azure Form Recognizer.

This tag is to be used for questions regarding the Azure Form Recognizer, part of Microsoft's Azure Applied AI Service collection, uses machine learning to extract key-value pairs, tables, and text data from documents. There is a REST API, as well as SDKs for several languages:

As with all questions on Stack Overflow, questions using this tag must be related to a programming task to remain on topic.

261 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://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/deploy-label-tool I have created the…
5
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
  • 55
  • 6
2
votes
1 answer

Azure Form Recognizer Training Issue - InvalidContentSourceFormat Error

I have been experiencing with the Form Recognizer resource on Azure. Despite following the instructions and guidelines provided meticulously, I have been encountering consistent errors during the AI training process. The specific error message that…
2
votes
1 answer

Get the token to share Form Recognizer Custom Model from one account to another using Python

Form Recognizer Studio has an option to share and import custom created models. It generates a token for the model which can be shared and imported into another account. I wanted to get this token using Python for a script. Is there any way I can…
2
votes
2 answers

Azure Databricks and Form Recognizer - Invalid Image or password protected

I'm trying to automate the Azure Form Recognizer process using Databricks. I would put my pdf or jpg files in the blob and run a code in Databricks that will send the files to Form Recognizer, perform the data recognition and put the results in a…
Think987
  • 41
  • 3
2
votes
0 answers

How can i optimize Azure Form Recognition response time?

I've implemented a custom model at Azures's form recognizer. In performance test, using PDF and JPEG files to do the text extraction, the hole process is being executed at Azure and are getting ~4.5s to response the requests. My question is, There's…
2
votes
2 answers

Problem reading pdf file for azure form recognizer

I am very new to using Azure. I am trying to extract data from a pdf using Azure Form Recognizer built-in model. For that, I have taken the code from the Microsoft documentation for python and trying to implement in jupyter notebook. The pdf is in…
2
votes
0 answers

Azure Labelling tool throwing error 401 on running layout OCR

I have been trying to train a custom model for a document with some fixed layout text & information. I have successfully created, project, connection, container got URL for blob container. when I open the labelling tool to mark text recognization,…
Amey Damle
  • 69
  • 1
  • 6
2
votes
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…
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
  • 1,384
  • 2
  • 14
  • 26
2
votes
1 answer

Azure Form Recognizer Generic error during prediction

I've been using azure form recognizer for a few months now, and I'm overall quite happy with it, but today we've run into a problem which doesn't really hint as to what the problem is: "analyzeResult": { "errors": [ …
Ælex
  • 14,432
  • 20
  • 88
  • 129
2
votes
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
  • 67
  • 6
2
votes
1 answer

Azure form recognizer error: "Failed to download image from input URL."

I'm following these instructions to use the layout form recognizer service from Azure Which have the following code: ########### Python Form Recognizer Async Layout ############# import json import time from requests import get, post # Endpoint…
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
  • 2
1
2 3
17 18