1,480 questions with Azure AI Document Intelligence tags

Sort by: Updated
1 answer

How to extract text from tables present in a pdf document using any of the Cognitive Services?

Hi, I'm looking out for a way to extract tables from a pdf document similar to AWS textract. The accuracy should be high enough for the extracted text to be correct irrespective of the kind of tables. I have multiple pdfs having a few tables in each…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 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,531 questions
asked 2020-09-03T18:07:40.36+00:00
MachineLearning 6 Reputation points
commented 2020-09-17T14:28:06.147+00:00
romungi-MSFT 43,451 Reputation points Microsoft Employee
1 answer

Using form recognizer on handwritten timecards

The company I work for is interested in exploring RPA and Microsoft Azure's form recognizer to extract data from timecards. The timecards are of a consistent structure however the handwritten entries have variable legibility. Would OCR be able 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,480 questions
asked 2020-09-16T17:03:55.5+00:00
Adrian Martini 1 Reputation point
answered 2020-09-16T20:54:47.717+00:00
GiftA-MSFT 11,161 Reputation points
2 answers

How to extract table text from pdf documents using Form Recognizer service?

I'm looking out for a way to extract tables text present in a PDF document using form recognizer. I tried creating a custom model for training with labels wherein different labels were defined using the OCR labeling tool. Although, the accuracy received…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 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,531 questions
asked 2020-09-08T09:30:28.807+00:00
MachineLearning 6 Reputation points
answered 2020-09-16T15:32:11.103+00:00
Nick Hill 1 Reputation point
1 answer One of the answers was accepted by the question author.

Where can I find model ID List in Azure Web site After AI model training?

After Training, the web page show me the Model id & The Per of Training Result. So, I can get the Model id Once a time. I trained many time for other types. Then, Now, This is Question in below : The Model id had the expire…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-09-04T01:45:25.027+00:00
윤 도호(Do-Ho Yoon) 96 Reputation points
commented 2020-09-07T00:43:01.513+00:00
윤 도호(Do-Ho Yoon) 96 Reputation points
1 answer

Can i get multiple tag result from pdf?

I have more than 100 pages of pdf files. And I want to get tag result from many page. But I can get only one tag result from one page of pdf file. So I wonder if you support getting tag results from multiple pages. these are…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-09-03T01:01:55.323+00:00
ihwan 41 Reputation points
answered 2020-09-04T10:11:07.15+00:00
romungi-MSFT 43,451 Reputation points Microsoft Employee
1 answer

When Create a form-processing app with AI Builder, Will this increase the OCR performance?

https://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/tutorial-ai-builder When I read the test_image, I got the results as with isue. However, it was different from the desired result. If we use AI builder…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-08-26T06:29:39.55+00:00
ihwan 26 Reputation points
commented 2020-08-31T13:50:21.39+00:00
romungi-MSFT 43,451 Reputation points Microsoft Employee
1 answer

Form Recognizer Creation KO

Hello, I can't create a form recognizer resource can you help me please ?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 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,531 questions
asked 2020-08-29T09:27:45.477+00:00
Jean ABRIAL 6 Reputation points
answered 2020-08-31T10:16:45.503+00:00
Ramr-msft 17,641 Reputation points
0 answers

FormRecognizer API Rate Limits

I am a lowly developer who is trying to decipher what this error message means Requests to the Analyze Layout Operation under Form Recognizer API (v2.0) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-08-24T16:03:34.163+00:00
Espo 41 Reputation points
commented 2020-08-28T21:42:16.477+00:00
YutongTie-MSFT 47,686 Reputation points
1 answer

Migrate v1.0-preview custom models to v2.0

Hi. I am currently migrating from v1.0-preview of Form Recognizer to v2.0 as announced it will be deprecated on 15 September. I am wondering if it is possible to migrate the trained custom models that I have for v1.0-preview to the v2.0 so that I can…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-08-25T09:52:49.54+00:00
Iliyan Ivanov 1 Reputation point
answered 2020-08-26T22:05:22.66+00:00
GiftA-MSFT 11,161 Reputation points
2 answers

I'd like to recognize checkbox selection-marks ( [x]/[✓] ) on pdf with the form-recognizer.

I'd like to recognize checkbox selection-marks ( [x]/[✓] ) on pdf with the form-recognizer in c# code. the pdf is flattened and it is non form, i need to get the check box status on scanned pdf using form-recognizer in .net core.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-07-14T05:44:44.36+00:00
dayakar 36 Reputation points
commented 2020-08-12T07:04:47.89+00:00
Ramr-msft 17,641 Reputation points
1 answer

Get key/value pair from pdf using form-recognizer with pre-built model instead of training new model

Hi, I need to get the key/value pairs from PDF using the form-recognizer using the pre-built model instead of training new model. Is this possible?, can you please assist me on this? Thanks, Dayakar.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-07-17T03:07:32.907+00:00
dayakar 36 Reputation points
answered 2020-07-17T14:03:12.56+00:00
Ramr-msft 17,641 Reputation points
1 answer

Form Recognizer

I just started working on form recognizer, i follow the microsoft document and use docker app to label the document. Now i want that labels as json and want to call REST API. Can anyone guide me how i need to achieve this part ? i have .net core 3.1v…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-07-14T06:06:45.947+00:00
raza khan 1 Reputation point
commented 2020-07-15T12:31:22.107+00:00
romungi-MSFT 43,451 Reputation points Microsoft Employee
1 answer

Form Recognizer v2 Container Release?

Hi I am currently using a Form Recognizer container as specified here https://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/form-recognizer-container-howto due to privacy concerns and I was wondering if a v2 version of 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,480 questions
asked 2020-07-13T23:54:07.083+00:00
matteo 1 Reputation point
answered 2020-07-14T07:37:20.777+00:00
romungi-MSFT 43,451 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Form Recognizer Sampling Tool unable to access files in Container

The storage container being used is not accessible in the Sampling Tool. I have enabled CORS and checked the SAS URI. When trying to open the SAS URI from my browser i get this message: <Error> <Code>ContainerNotFound</Code> …

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
663 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,480 questions
asked 2020-06-30T08:18:12.773+00:00
Vibhu Priyadarshi 31 Reputation points
accepted 2020-07-13T06:29:22.353+00:00
Vibhu Priyadarshi 31 Reputation points
1 answer One of the answers was accepted by the question author.

Data Retention/Privacy Policy Form Recognizer and Read API

Hi This page https://azure.microsoft.com/en-us/support/legal/cognitive-services-compliance-and-privacy/ is referenced by Form Recognizer regarding privacy but doesn't exactly say where and how data is used. In Form Recognizer docs I see no mention of…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-07-03T07:26:38.257+00:00
Matteo Hoch 21 Reputation points
commented 2020-07-07T21:42:46.083+00:00
Matteo Hoch 21 Reputation points
1 answer One of the answers was accepted by the question author.

Integrating Constant Contact with D365 Marketing Leads/Activities

We have been utilizing Constant Contact as our subscription center and email marketing service for years. We recently launched D365 marketing and I'm wondering how to best continue using CC for our emails as the functionality is much better than the D365…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-06-23T15:04:21.427+00:00
Boxey, Diana 21 Reputation points
accepted 2020-06-23T15:12:18.053+00:00
Boxey, Diana 21 Reputation points
0 answers

Trying to open a file and it says select the encoding that makes your document readable

I'm trying to open a file document on my Mac and it wont open so I renamed the file .doc but then it says select the encoding that makes your document readable.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,139 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,480 questions
asked 2020-06-15T07:47:08.113+00:00
Jessica Cheong 1 Reputation point
commented 2020-06-23T08:14:33.037+00:00
romungi-MSFT 43,451 Reputation points Microsoft Employee
1 answer

Azure Cognitive Services (Form Recogniser) keeps timing-out for the past two days

Since Monday I can't seem to get Azure form-recogniser to work properly. The health status checks seem to report everything is fine. However most of the call I make simply time out or fail with a null response. Every now and then one of the calls…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-06-09T15:36:34.477+00:00
agiokas 6 Reputation points
answered 2020-06-12T09:42:32.547+00:00
agiokas 6 Reputation points
1 answer

Ink Recognizer - High Latency Issues

Lately, I have started noticing very high latency in Ink Recognizer Cognitive Service. The max is around 30 secs. Any particular reason why the latency is so high? What can be done to to reduce this high latency? We have an azure app service connecting…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-06-08T15:24:42.283+00:00
Prashant 1 Reputation point
answered 2020-06-08T15:43:31.69+00:00
Malleswara Reddy, G 1,631 Reputation points
1 answer One of the answers was accepted by the question author.

What is the Ink Recognizer API?

How is ink recognizer API service different from OCR API of Azure computer vision API service? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Azure Docs

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2020-05-14T02:34:02.183+00:00
bharathn-msft 5,086 Reputation points Microsoft Employee
accepted 2020-05-15T05:11:06.177+00:00
bharathn-msft 5,086 Reputation points Microsoft Employee