1,533 questions with Azure AI Document Intelligence tags

Sort by: Updated
0 answers

Forms Recognizer Date recognition

Hello, When I was trying to detect a date field in a set of images, I am getting mixed results. Sometimes the date field is being identified and sometimes it does not. . The first image is an example in which the date field is being identified. The…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2021-01-07T17:06:34.65+00:00
Aravind 46 Reputation points
commented 2021-01-20T08:26:38.07+00:00
YutongTie-MSFT 48,581 Reputation points
1 answer

Error setting up Form Recognizer

I just signed up for a Free Trial subscription to Azure, and I'm trying to test out the Form Recognizer. However, whenever I go to Form Recognizer in Azure, I get this error: Could not create Form Recognizer Something went wrong while creating Form…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2021-01-08T16:08:29.057+00:00
Kyle Barr 11 Reputation points
commented 2021-01-11T15:12:13.253+00:00
GiftA-MSFT 11,161 Reputation points
1 answer

Azure form recogniser- REST api- Input format not accepted

Hello all I am using Azure form recogniser to extract data from PDF. I have created a custom model using FOTT. I am able to analyse a new form by sending request using PostMan tool only if I send PDF file in request body, as binary. My application is…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,643 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2021-01-01T12:29:50.027+00:00
Neha Srivastava 1 Reputation point
commented 2021-01-04T11:53:38.657+00:00
Neha Srivastava 1 Reputation point
1 answer

what is the proper way to label tables? and if there exists a table on the same line as some text form recognizer considers the text to be a part of the table and include the text in the results.

if there exists a table on the same line as some text form recognizer considers the text a part of the table and include the text in the results.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2021-01-04T09:03:25.507+00:00
Vijayakumar R 1 Reputation point
commented 2021-01-04T11:18:02.593+00:00
Ramr-msft 17,731 Reputation points
1 answer

client.beginRecognizeBusinessCards no longer exist in JS SDK

Hi, The function "client.beginRecognizeBusinessCards" is no longer in the client JS SDK. Is there a replacement function ? Your sample from "formrecognizer/ai-form-recognizer/samples/javascript/recognizeBusinessCard.js" is no…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-12-19T01:09:09.277+00:00
counterpoint2022 36 Reputation points
commented 2020-12-22T14:14:50.067+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Form Recognizer- not working with .PNG

When I upload a PNG image I get a response with the following error message. POST analyze failed: {"error": {"code": "1000", "message": "Invalid input file."}} Should I try a different input file?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-12-16T12:55:31.253+00:00
Aravind 46 Reputation points
accepted 2020-12-17T19:21:35.96+00:00
Aravind 46 Reputation points
1 answer One of the answers was accepted by the question author.

How to cancel after delete Custom Model

Greeting. I've been look about delete model. The API written, "Model artifacts will be permanently removed within 48 hours." Is there possible to cancel the process? Or, Do i use the Copy of API with Generate before delete…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-12-16T08:22:22.803+00:00
윤 도호(Do-Ho Yoon) 96 Reputation points
commented 2020-12-16T23:54:51.747+00:00
윤 도호(Do-Ho Yoon) 96 Reputation points
1 answer

How to Set up / Train Multiple Template of the Same type of Form

Hi All, Sorry this must seem very basic question but i´m very new to this. I have multiple types of Invoices I want to train. How do i set it up. Do i train everything from one supplier, then train separately everything from another and then compose…

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
279 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-12-14T15:06:47.047+00:00
Athena 1 Reputation point
answered 2020-12-15T00:07:45.313+00:00
GiftA-MSFT 11,161 Reputation points
1 answer

How to extract tabel data by using Form data extraction labeling tool

Hi, We have costume form which is having couple of tables inside it. the requirement is to extract the data from these table. How can i use labeling tool to train these tables on the form.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-12-09T06:14:56.343+00:00
Monika Kate 1 Reputation point
commented 2020-12-11T10:44:26.15+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
0 answers

Interesting little bug - Table is both detected & is not dectected

I understand that Form recognizer Table functionality is in preview, so I suppose I should not be shocked. I have two CommonDataModel entities added as fields. SalesQuote (fields) and SalesQuoteProduct (as table). I've two collections, and I've been…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-12-07T10:13:28.357+00:00
O'Connell, Mervyn 1 Reputation point
commented 2020-12-07T14:48:49.873+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
1 answer

Form Recognizer API V2.1 how can I split fields?

Hi, I have an invoice that has the products name column and on the result I get a long list of words, and I cannot turn them back to each row. An example: I have 2 rows, the first product is "MY FIRST PRODUCT" and the second row is…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-11-29T21:19:04.163+00:00
Danicode 131 Reputation points
commented 2020-12-07T10:41:45.117+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
0 answers

Unable to select the CheckBox in Sample Labelling Tool v2.1 preview

When I am trying to select the CheckBox and assign it to a Tag of type Selection Mark in the Fott sample Labelling Tool, it throws error saying Tag type is not compatible with this feature.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-11-09T09:06:06.237+00:00
Tirth Patel 21 Reputation points
commented 2020-11-26T22:06:53.377+00:00
YutongTie-MSFT 48,581 Reputation points
1 answer

nested key/value tags - form recognizer

Hello, Im trying to use form recognizer on PDF documents with multiple bulltet points and nested bullet points. Am I able to have nested tags in form recognizer? Thanks

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-11-13T04:31:57.273+00:00
Faddy 1 Reputation point
commented 2020-11-19T17:54:50.507+00:00
YutongTie-MSFT 48,581 Reputation points
1 answer

Help please - Form Recogniser - Analyze Form: The server has responded with an error. Error code: 1027 with message?

Hi I have been trying out Form Recogniser . I am using Form OCR Testing Tool. Was using version 1 and now using the 2.1 preview. https://github.com/microsoft/OCR-Form-Tools I label and train the model and all is working fine. When I now try to…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,644 questions
asked 2020-10-28T12:18:56.89+00:00
Davendra Patel 6 Reputation points
commented 2020-11-19T12:28:31.837+00:00
Davendra Patel 6 Reputation points
1 answer One of the answers was accepted by the question author.

Form Recognizer

I've got some questions about the Azure Form Recognizer pricing. The website says $50 per 1000 pages for the S0 Web custom document type. If I upload a 1000 page PDF but make 10 API calls on each page, will we be charged per API call to the uploaded…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,644 questions
asked 2020-11-17T18:34:44.463+00:00
Erica Simpionato de Paula 46 Reputation points
accepted 2020-11-18T19:18:03.533+00:00
Erica Simpionato de Paula 46 Reputation points
1 answer

Alternative for Ink Recognizer API

I see from the Microsoft documentation that the Ink Recognizer API has ended its preview on August 26th, 2020. If existing Ink Recognizer resources, you can continue using them until the service is fully retired on January 31st, 2021. Now my question…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-11-03T05:10:20.583+00:00
AzureUser-9588 151 Reputation points
answered 2020-11-04T17:24:25.373+00:00
GiftA-MSFT 11,161 Reputation points
0 answers

Speeding up Form Recognizer

Currently I am building a web app that uses Form Recognizer to parse some PDF's. However it is quite slow when I have many PDF's to parse at once, as it does them one at a time. Is there any way to set up the analyzer function that it can parse several…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-09-30T17:31:16.88+00:00
ehoke 56 Reputation points
commented 2020-11-02T16:14:43.357+00:00
ehoke 56 Reputation points
1 answer One of the answers was accepted by the question author.

Client Library - Service Version

Greeting. I've been looking for the Client Library (java) and related Github Source Then, I saw the Client Version 3.0.2(azure-ai-formRecognizer) Documentation. At the documentation, The Version constants is only V2.0. Especially,…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-10-23T02:42:37.117+00:00
윤 도호(Do-Ho Yoon) 96 Reputation points
accepted 2020-10-23T07:51:32.867+00:00
윤 도호(Do-Ho Yoon) 96 Reputation points
1 answer

Form Recognizer v2.1

I am working on a project in which I am using form recognizer 2.1.Is there any expiry for composed mode or does it depends on the SAS URI.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
asked 2020-10-09T14:42:49.193+00:00
Manisha Rathi 26 Reputation points
answered 2020-10-09T22:42:23.05+00:00
GiftA-MSFT 11,161 Reputation points
1 answer

Getting low accuracy on two fields after labelling using the tool, Form Recognizer, Custom Label API, please help.

I need help with recognition of two particular fields- "credit date" and "credit type". Getting low accuracy (training ~30%) after labelling and even lower on the test set (~10%). The receipts along with the two mentioned fields look…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
347 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,644 questions
asked 2020-10-07T15:04:51+00:00
Kuntal, Varun 1 Reputation point
answered 2020-10-09T22:36:43.64+00:00
GiftA-MSFT 11,161 Reputation points