Skip to content

Commit 393aa96

Browse files
committed
restructure faq for usability
1 parent e0b6680 commit 393aa96

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

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

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ metadata:
99
ms.topic: faq
1010
ms.date: 05/23/2024
1111
ms.author: lajanuar
12-
title: Azure AI Document Intelligence FAQ
12+
title: Frequently asked questions
1313
summary: |
1414
[!INCLUDE [applies to v4.0, v3.1, v3.0, and v2.1](includes/applies-to-v40-v31-v30-v21.md)]
1515
16+
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.
1617
1718
1819
sections:
@@ -22,31 +23,34 @@ sections:
2223
What is Azure AI Document Intelligence, and what happened to Azure AI Form Recognizer?
2324
answer: |
2425
25-
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.
26+
- **Naming update**. Azure AI Form Recognizer was the previous name for Azure AI Document Intelligence was. Form Recognizer officially became Document Intelligence in July 2023. 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.
2627
27-
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.
28+
- **Pricing**. 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.
2829
29-
The previous name for Document Intelligence was Azure AI Form Recognizer. Form Recognizer officially became Document Intelligence in July 2023.
30+
- **Breaking changes**. 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`.
3031
31-
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.
32-
33-
There are no breaking changes to APIs or client libraries. REST APIs and SDK versions 2024-02-29-preview, 2023-10-31-preview, and going forward are renamed `document intelligence`.
34-
35-
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.
3632
3733
- question: |
38-
How is Document Intelligence related to document generative AI?
34+
Can I use Document Intelligence with generative AI for document processing?
3935
answer: |
4036
41-
You can use a document generative AI solution to chat with your documents, generate captivating content from those documents, 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. 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).
37+
- Yes, you can use a document generative AI solution to chat with your documents, generate captivating content from those documents, and access Azure OpenAI Service models on your data.
38+
39+
- 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.
40+
41+
- You can 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).
4242
4343
- question: |
4444
How is Document Intelligence related to retrieval-augmented generation?
4545
answer: |
4646
47-
Semantic chunking is a key step in retrieval-augmented generation (RAG) to ensure its efficient storage and retrieval. The Document Intelligence [layout model](concept-layout.md) offers a comprehensive solution for the capabilities of advanced content extraction and document structure analysis.
47+
- Semantic chunking is a key step in retrieval-augmented generation (RAG) to ensure its efficient storage and retrieval.
4848
49-
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. You can then conveniently output the extracted information to Markdown format, so that you can define your semantic chunking strategy based on provided building blocks. Find more details in the [overview of RAG in Document Intelligence](concept-retrieval-augmented-generation.md).
49+
- The Document Intelligence [layout model](concept-layout.md) offers a comprehensive solution for the capabilities of advanced content extraction and document structure analysis.
50+
- 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.
51+
- You can then conveniently output the extracted information to Markdown format, so that you can define your semantic chunking strategy based on provided building blocks.
52+
53+
- Find more details in the [overview of RAG in Document Intelligence](concept-retrieval-augmented-generation.md).
5054
5155
- question: |
5256
Which Document Intelligence use cases require special consideration?
@@ -571,8 +575,6 @@ sections:
571575
572576
Learn how to [create and use a managed identity for your Document Intelligence resource](managed-identities.md).
573577
574-
575-
576578
- name: Containers
577579
questions:
578580
- question: |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ items:
1212
- name: Document Intelligence Studio
1313
displayName: get started
1414
href: studio-overview.md
15+
- name: FAQ
16+
displayName: storage, security, privacy, help, support, versions, development, migrate, migration, cognitive, applied, form recognizer, form, recognizer
17+
href: faq.yml
1518
- name: Document Intelligence SDKs
1619
expanded: true
1720
items:
@@ -50,9 +53,6 @@ items:
5053
- name: What's new
5154
displayName: changelog, release, updates, previews, beta, packages, ga, cognitive, applied, form recognizer, form, recognizer
5255
href: whats-new.md
53-
- name: Document Intelligence FAQ
54-
displayName: storage, security, privacy, help, support, versions, development, migrate, migration, cognitive, applied, form recognizer, form, recognizer
55-
href: faq.yml
5656
- name: Quickstarts
5757
items:
5858
- name: Document Intelligence Studio

0 commit comments

Comments
 (0)