Content
OCR ignores numbers in the corner of the document
Hello! I am using the Read model to extract text information from receipts. It seems to ignore numbers that are located in the bottom corner of a document. I am attaching three examples where the Read model has not read the 000 code at the bottom of the…


Can I build a Generic model using a custom Neural Model. Example a generic Receipt Parser Model that can Analyse Receipts no matter the template of the document?
Hello, I need to create a general Receipt Parser model, and I'm exploring options at the Form Recognizer Studio. I have learned that there are two types of custom models available: Template models, which allow for one template per model, and Neural…


Alphabet is extracted as currency symbol through neural model
Hi, I have labelled this sample in form recognizer neural model to read the diagnosis code But form recognizer is extracting the G as a currency symbol, ₲08. How can i fix this through labelling.


How to adjust extracted field by using a prebuilt model using Azure Form Recognizer?
Hi, we're trying to user Azure Form Recognizer extract information from the IdentityDocument. As mentioned by Microsoft document, currently Azure Form Recognizer is supporting Canadian Driver License and Identity Card. However, when we did some tests…


What is the syntax for the model identifier field in Form Recognizers - LogicApp connector Analyze Custom Form?
The popup hint for the model identifier shows: Format - uuid. Model identifier. In the current iteration of the Form Recognizer Studio, there is no uuid anywhere that I can find to use. I've used the projectname as project1.model2 but it fails with…


Form recognizer prebuilt container supports only V2.1
Form recognizer prebuilt docker container supports only V2.1. pls let us know where we can fetch the containers for version 3 2022-08-31 (General Availability) pls support


Azure Form Recognizer Studio - Share project/Load Other projects created on same resource
Hi there, In the previous version using the labeling tool - I was able to share/open cloud project. This was very helpful to work as a team. Whenever one was creating a new project as long as you have the SAS URI connector you could open that cloud…


what happens after the free contigent in form recognizer
Hei. I want to use the Azure Form Recognizer and I have 100$ Azure Student budget. I want to read around 5000 pages without a time delay. What happens when i use the "free" option in the resource, but read more than 500 pages? How can I use…


I am getting error 401 when trying to get data from the api
I am getting this error in the network tab when trying to get data from the api : "error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a…
1001 - Specified Model not found or not ready. Custom template.
I tried to connect my logic app to Form Recognizer : detect when receive email on Outlook, check attachments. try to connect to my custom template trained in Form Recognizer Studio to detect the fields : Add Analyze Custom Form action and connect to…


.NET SDK for Custom Classifier Model in Form Recognizer
Hello, Will the Azure.AI.FormRecognizer nuget package for .NET soon support the new custom classifier model that's part of the 2023-02-28-preview release? Thanks, Craig


Unable to copy a custom trained Form Recognizer model using the "azure-sdk-for-net" version 4.0.0
I am currently using the azure-sdk-for-net readme as a reference to try and promote a trained model to production. The trained model seems to be in a good state in the development environment. The model was trained using the api version 2022-08-31 …


How can I handle a scenario where I have more than 1000 unique supplier invoice to process with Form Recognizer
Hello, I have a requirement of processing suppliers' invoices with Form Recognizer, the number of suppliers is more than 1000, and each document has a unique layout (visual / design). The number of invoice pages varies for the individual supplier as well…


How to solve ModuleNotFoundError: No module named 'azure.ai'
Im testing on Azure form recognizer. After I tested it and I got the code under Form Recognizer Studio page, I copied the code into Azure machine learning studio's Jupyter notebook. I able to run the code for the first day of my testing. The next day I…
Are there issues with West Europe Form Recognizer at the moment?
Hi there, We have been having issues since about an hour ago. We are able to submit custom documents up for analysis via API call: https://{{CognitiveServices}}/formrecognizer/documentModels/{{ModelID}}:analyze?api-version={{APIVersion}} However, when we…


Tagging Key-Value pair in custom model
I have a case for detecting empty fields in the form, but the prebuilt-document doesn't find value spaces for the keys, an the custom model doesn't find empty values. So, what if we could train a custom model by tagging the key and value area?
Azure Form Recognizer container persisting input.jpg
Azure Form Recognizer (v2.1) container deployment appears to be storing request images and result json. Information available states that these images and results need to be kept for asynchronous calls of Post and Get Analyze results and data is deleted…


Custom Neural & Forms Recognizer 3.0
Form Recognizer Custom Template is available as container. Will there ever be Custom Neural in Container available as well? Also, I am still seeing version 3.0 of Form Recognizer Layout…


I want to call the API of Form Recognizer api version=2023-02-28-preview. Why does the 404 error appear? Where do I need to configure anything
apiVersion="2022-08-31" is fine but 2023-02-28-preview is 404 why this?


How do I limit ocr to only look for numbers in specified regions on a form/image?
I have a printed scorecard with fixed entry locations for handwritten numbers. When I use form-recognizer, it picks up all the data on the form. Often areas where regions were not identified in a Table were included in Results. Is there a way to…