You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/faq.yml
+15-17Lines changed: 15 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
### YamlMime:FAQ
2
2
metadata:
3
-
title: Document Intelligence (formerly Form Recognizer) frequently asked questions (FAQ)
4
-
description: Frequently asked questions about Document Intelligence service.
3
+
title: Azure AI Document Intelligence (formerly Azure AI Form Recognizer) frequently asked questions (FAQ)
4
+
description: Get answers to frequently asked questions about the Document Intelligence service.
5
5
author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-document-intelligence
@@ -20,33 +20,31 @@ sections:
20
20
- name: General concepts
21
21
questions:
22
22
- question: |
23
-
What is Azure AI Document Intelligence and what happened to Form Recognizer?
23
+
What is Azure AI Document Intelligence and what happened to Azure AI Form Recognizer?
24
24
answer: |
25
25
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.
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.
27
27
28
-
- Document Intelligence use cases include automated data processing, enhanced data-driven strategies, and enriched document search capabilities.
28
+
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.
29
29
30
-
- As of July 2023, Form Recognizer is now Azure AI Document Intelligence!
31
-
32
-
- Azure AI services encompass all of what were previously known as Azure Cognitive Services and Azure Applied AI Services.
33
-
34
-
- There are no changes to pricing. The names "Cognitive Services" and "Azure Applied AI" continue to be used in Azure billing, cost analysis, price list, and price APIs.
30
+
The previous name for Document Intelligence was Form Recognizer. Form Recognizer officially became Document Intelligence in July 2023.
31
+
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.
35
33
36
-
- There are no breaking changes to application programming interfaces (APIs) or client libraries (SDKs). REST APIs and client libraries (SDKs), 2024-02-29-preview, 2023-10-31-preview and later, will be renamed ```document intelligence```.
34
+
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`.
37
35
38
-
- Some platforms are still awaiting the renaming update. All mention of Form Recognizer or Document Intelligence in our documentation refers to the same Azure service.
36
+
Some platforms are still awaiting the renaming update. In Microsoft documentation, all mentions of Form Recognizer and Document Intelligence refer to the same Azure service.
39
37
40
38
41
39
42
40
- question: |
43
-
How is Document Intelligence related to Document Generative AI?
41
+
How is Document Intelligence related to document generative AI?
44
42
answer: |
45
43
46
-
A Document Generative AI solution can enable you to chat with your documents, generate captivating content from them and access the power of Azure OpenAI models on your data. With Azure AI Document Intelligence and Azure OpenAI combined, you can build an enterprise application to seamlessly interact with your documents using natural languages, easily find answers and gain valuable insights, effortlessly generate new and engaging content from your existing documents. Check for more details in the [technical community blog](https://techcommunity.microsoft.com/t5/azure-ai-services-blog/document-generative-ai-the-power-of-azure-ai-document/ba-p/3875015).
44
+
You can use a document generative AI solution to chat with your documents, generate captivating content from them, and access Azure OpenAI Service models on your data. With Azure AI Document Intelligence and Azure OpenAI combined, you can build an enterprise application to seamlessly interact with your documents by using natural languages, easily find answers and gain valuable insights, and generate new and engaging content from your existing documents. Find more details in the [technical community blog](https://techcommunity.microsoft.com/t5/azure-ai-services-blog/document-generative-ai-the-power-of-azure-ai-document/ba-p/3875015).
47
45
48
46
- question: |
49
-
How is Document Intelligence related to Retrieval Augmented Generation (RAG)?
47
+
How is Document Intelligence related to retrieval-augmented generation (RAG)?
50
48
answer: |
51
49
52
50
Semantic chunking is a key step in RAG to ensure its efficient storage and retrieval. The Document Intelligence [Layout model](concept-layout.md) offers a comprehensive solution for advanced content extraction and document structure analysis capabilities. With the Layout model, you can easily extract text and structural elements to divide large bodies of text into smaller, meaningful chunks based on semantic content rather than arbitrary splits. The extracted information can be conveniently outputted to Markdown format, enabling you to define your semantic chunking strategy based on provided building blocks. Check for more details in [Retrieval Augmented Generation](concept-retrieval-augmented-generation.md).
@@ -64,7 +62,7 @@ sections:
64
62
What languages does Document Intelligence support?
65
63
answer: |
66
64
67
-
Document Intelligence's deep-learning-based universal models support many languages that can extract multi-lingual text from your images and documents, including text lines with mixed languages.
65
+
The deep-learning-based universal models in Document Intelligence support many languages that can extract multilingual text from your images and documents, including text lines with mixed languages.
68
66
69
67
Language support varies by Document Intelligence service functionality. See [language support](language-support.md) for a complete list of the handwritten and printed text supported by Document Intelligence.
70
68
@@ -91,7 +89,7 @@ sections:
91
89
- [Azure Logic Apps](tutorial-logic-apps.md)
92
90
93
91
- question: |
94
-
How is Document Intelligence related to OCR?
92
+
How is Document Intelligence related to optical character recognition (OCR)?
95
93
answer: |
96
94
97
95
Azure AI Document Intelligence is a cloud-based Azure AI service that is built using optical character recognition (OCR), Text Analytics, and Custom Text from Azure AI services.
0 commit comments