Skip to content

Commit f37a030

Browse files
committed
edit pass: document-intelligence-faq
1 parent 09147f9 commit f37a030

File tree

1 file changed

+15
-11
lines changed
  • articles/ai-services/document-intelligence

1 file changed

+15
-11
lines changed

articles/ai-services/document-intelligence/faq.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: faq
1111
ms.date: 11/21/2023
1212
ms.author: lajanuar
13-
title: Frequently asked questions (FAQ)
13+
title: Azure AI Document Intelligence FAQ
1414
summary: |
1515
[!INCLUDE [applies to v4.0, v3.1, v3.0, and v2.1](includes/applies-to-v40-v31-v30-v21.md)]
1616
@@ -23,13 +23,13 @@ sections:
2323
What is Azure AI Document Intelligence, and what happened to Azure AI Form Recognizer?
2424
answer: |
2525
26-
Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine-learning models to extract key/value pairs, text, and tables from your documents. The returned result is a structured JSON output. Document Intelligence use cases include automated data processing, enhanced data-driven strategies, and enriched document search capabilities.
26+
Azure AI Document Intelligence is a cloud-based service that uses machine-learning models to extract key/value pairs, text, and tables from your documents. The returned result is a structured JSON output. Document Intelligence use cases include automated data processing, enhanced data-driven strategies, and enriched document search capabilities.
2727
2828
Document Intelligence is part of Azure AI services. Azure AI services encompass all of what were previously known as Azure Cognitive Services and Azure Applied AI Services.
2929
3030
The previous name for Document Intelligence was Azure AI Form Recognizer. Form Recognizer officially became Document Intelligence in July 2023.
3131
32-
There are no changes to pricing. The names Cognitive Services and Azure Applied AI continue to be used in Azure billing, cost analysis, price lists, and price APIs.
32+
There are no changes to pricing. The names Cognitive Services and Applied AI Services continue to be used in Azure billing, cost analysis, price lists, and price APIs.
3333
3434
There are no breaking changes to APIs or client libraries (SDKs). REST APIs and SDK versions 2024-02-29-preview, 2023-10-31-preview, and later are renamed `document intelligence`.
3535
@@ -53,7 +53,7 @@ sections:
5353
Which Document Intelligence use cases require special consideration?
5454
answer: |
5555
56-
Give careful consideration to document processing projects that encompass these kinds of data: financial, protected health, personal identity, or highly sensitive.
56+
Give careful consideration to document processing projects that encompass financial data, protected health data, personal data, or highly sensitive data.
5757
5858
Be sure to comply with all [national/regional and industry-specific requirements](https://azure.microsoft.com/resources/microsoft-azure-compliance-offerings/).
5959
@@ -91,7 +91,7 @@ sections:
9191
How is Document Intelligence related to optical character recognition?
9292
answer: |
9393
94-
Azure AI Document Intelligence is a cloud-based Azure AI service that incorporates optical character recognition (OCR), text analytics, and custom text classification from Azure AI services.
94+
Document Intelligence is a cloud-based service that incorporates optical character recognition (OCR), text analytics, and custom text classification from Azure AI services.
9595
9696
Document Intelligence uses OCR to detect and extract information from typeface and handwritten text documents supported by AI to provide more structure and information to the text extraction.
9797
@@ -108,7 +108,7 @@ sections:
108108
answer: |
109109
The output of a `build` (v3.0 and later versions) or `train` (v2.1) custom model operation includes the estimated accuracy score. This score represents the model's ability to accurately predict the labeled value on a visually similar document.
110110
111-
Accuracy is measured within a percentage value range between 0% (low) and 100% (high).
111+
Accuracy is measured within a percentage value range from 0% (low) to 100% (high).
112112
113113
For more information, see [Accuracy and confidence scores](concept-accuracy-confidence.md#accuracy-scores).
114114
@@ -133,7 +133,7 @@ sections:
133133
134134
A confidence score indicates probability by measuring the degree of statistical certainty that the extracted result is detected correctly.
135135
136-
The confidence value range is a percentage between 0% (low) and 100% (high). It's best to target a score of 80% or higher. For more sensitive cases, like financial or medical records, we recommend a score of close to 100%. You can also require human review.
136+
The confidence value range is a percentage from 0% (low) to 100% (high). It's best to target a score of 80% or higher. For more sensitive cases, like financial or medical records, we recommend a score of close to 100%. You can also require human review.
137137
138138
For more information, see [Accuracy and confidence scores](concept-accuracy-confidence.md#confidence-scores).
139139
@@ -207,7 +207,7 @@ sections:
207207
208208
| Supported language Azure SDK reference|Supported API versions|
209209
| ----- | -----|
210-
| &bull; C#/.NET: [4.0.0](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.FormRecognizer/4.0.0/index.html)<br><br>&bull; Java: [4.0.0](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/4.0.0/index.html)<br><br>&bull; JavaScript: [4.0.0](https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-ai-form-recognizer/4.0.0/index.html)<br><br>&bull; Python [3.2.0](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-formrecognizer/3.2.0/index.html) |[2023-10-31-preview](/rest/api/aiservices/document-models/build-model?view=rest-aiservices-2024-02-29-preview&branch=docintelligence&tabs=HTTP)<br>[**v3.0**](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)</br> [**v2.1**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)</br>[**v2.0**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2/operations/AnalyzeLayoutAsync) |
210+
| &bull; C#/.NET: [4.0.0](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.FormRecognizer/4.0.0/index.html)<br><br>&bull; Java: [4.0.0](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/4.0.0/index.html)<br><br>&bull; JavaScript: [4.0.0](https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-ai-form-recognizer/4.0.0/index.html)<br><br>&bull; Python [3.2.0](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-formrecognizer/3.2.0/index.html) |[2023-10-31-preview](/rest/api/aiservices/document-models/build-model?view=rest-aiservices-2024-02-29-preview&branch=docintelligence&tabs=HTTP)<br>[v3.0](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)</br> [v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)</br>[v2.0](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2/operations/AnalyzeLayoutAsync) |
211211
212212
For more information, see [Supported clients for v4.0](sdk-overview-v4-0.md#supported-clients) and [Supported clients for v3.1](sdk-overview-v3-1.md#supported-clients).
213213
@@ -310,7 +310,9 @@ sections:
310310
answer: |
311311
The time to analyze a document depends on the size (for example, number of pages) and associated content on each page.
312312
313-
Document Intelligence is a multitenant service where latency for similar documents is comparable but not always identical. Latency is the amount of time it takes for an API server to handle and process an incoming request and deliver the outgoing response to the client. Occasional variability in latency and performance is inherent in any microservice-based, stateless, asynchronous service that processes images and large documents at scale. Although we're continuously scaling up the hardware and capacity and scaling capabilities, you might still have latency issues at runtime.
313+
Document Intelligence is a multitenant service where latency for similar documents is comparable but not always identical. Latency is the amount of time it takes for an API server to handle and process an incoming request and deliver the outgoing response to the client. Occasional variability in latency and performance is inherent in any microservice-based, stateless, asynchronous service that processes images and large documents at scale.
314+
315+
Although we're continuously scaling up the hardware and capacity and scaling capabilities, you might still have latency issues at runtime.
314316
315317
- name: Custom models
316318
questions:
@@ -390,7 +392,7 @@ sections:
390392
- question: |
391393
I'm building a custom model. What does the signature-detection label return?
392394
answer: |
393-
[Signature detection](quickstarts/try-document-intelligence-studio.md#signature-detection) looks for the presence of a signature, not the identity of the person signing the document.
395+
[Signature detection](quickstarts/try-document-intelligence-studio.md#signature-detection) looks for the presence of a signature, not the identity of the person who signs the document.
394396
395397
If the model returns **unsigned** for signature detection, the model didn't find a signature in the defined field.
396398
@@ -478,7 +480,9 @@ sections:
478480
I have multiple pages in a document. Why are only two pages analyzed in Document Intelligence Studio?
479481
answer: |
480482
481-
For free-tier (F0) resources, only the first two pages are analyzed whether you're using Document Intelligence Studio, the REST API, or SDKs. In Document Intelligence Studio, select the **Settings** (gear) button, select the **Resources** tab, and check the price tier that you're using to analyze the documents. If you want to analyze all pages in a document, change to a paid (S0) resource.
483+
For free-tier (F0) resources, only the first two pages are analyzed whether you're using Document Intelligence Studio, the REST API, or SDKs.
484+
485+
In Document Intelligence Studio, select the **Settings** (gear) button, select the **Resources** tab, and check the price tier that you're using to analyze the documents. If you want to analyze all pages in a document, change to a paid (S0) resource.
482486
483487
- question: |
484488
How can I change directories or subscriptions in Document Intelligence Studio?

0 commit comments

Comments
 (0)