Skip to content

Commit f77c72a

Browse files
committed
edit pass: document-intelligence-faq
1 parent bb08614 commit f77c72a

File tree

1 file changed

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

1 file changed

+15
-17
lines changed

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

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:FAQ
22
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.
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
@@ -20,33 +20,31 @@ sections:
2020
- name: General concepts
2121
questions:
2222
- 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?
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.
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.
2727
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.
2929
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.
3533
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`.
3735
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.
3937
4038
4139
4240
- question: |
43-
How is Document Intelligence related to Document Generative AI?
41+
How is Document Intelligence related to document generative AI?
4442
answer: |
4543
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).
4745
4846
- question: |
49-
How is Document Intelligence related to Retrieval Augmented Generation (RAG)?
47+
How is Document Intelligence related to retrieval-augmented generation (RAG)?
5048
answer: |
5149
5250
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:
6462
What languages does Document Intelligence support?
6563
answer: |
6664
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.
6866
6967
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.
7068
@@ -91,7 +89,7 @@ sections:
9189
- [Azure Logic Apps](tutorial-logic-apps.md)
9290
9391
- question: |
94-
How is Document Intelligence related to OCR?
92+
How is Document Intelligence related to optical character recognition (OCR)?
9593
answer: |
9694
9795
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

Comments
 (0)