Skip to content

Commit 985f323

Browse files
authored
Merge pull request #2442 from MicrosoftDocs/main
1/22/2025 PM Publish
2 parents e23733f + 3b0d54f commit 985f323

File tree

14 files changed

+482
-432
lines changed

14 files changed

+482
-432
lines changed

articles/ai-services/document-intelligence/includes/input-requirements.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ ms.author: lajanuar
77
---
88
<!-- markdownlint-disable MD041 -->
99

10-
* Supported file formats:
11-
12-
|Model | PDF |Image: </br>`JPEG/JPG`, `PNG`, `BMP`, `TIFF`, `HEIF` | Microsoft Office: </br> Word (`DOCX`), Excel (`XLSX`), PowerPoint (`PPTX`), HTML|
13-
|--------|:----:|:-----:|:---------------:|
14-
|Read ||||
15-
|Layout ||||
16-
|General&nbsp;Document||| |
17-
|Prebuilt ||| |
18-
|Custom extraction ||| |
19-
|Custom classification ||||
10+
Supported file formats:
11+
12+
|Model | PDF |Image: </br>`JPEG/JPG`, `PNG`, `BMP`, `TIFF`, `HEIF` | Microsoft Office: </br> Word (`DOCX`), Excel (`XLSX`), PowerPoint (`PPTX`), HTML|
13+
|--------|:----:|:-----:|:---------------:|
14+
|Read ||||
15+
|Layout ||||
16+
|General&nbsp;Document||| |
17+
|Prebuilt ||| |
18+
|Custom extraction ||| |
19+
|Custom classification ||||
2020

2121
* For best results, provide one clear photo or high-quality scan per document.
2222

articles/ai-services/document-intelligence/overview.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ monikerRange: '<=doc-intel-4.0.0'
4343

4444
Azure AI Document Intelligence is a cloud-based [Azure AI service](../../ai-services/index.yml) that enables you to build intelligent document processing solutions. Massive amounts of data, spanning a wide variety of data types, are stored in forms and documents. Document Intelligence enables you to effectively manage the velocity at which data is collected and processed and is key to improved operations, informed data-driven decisions, and enlightened innovation. </br></br>
4545

46-
| ✔️ [**Document analysis models**](#general-extraction-models) | ✔️ [**Prebuilt models**](#prebuilt-models) | ✔️ [**Custom models**](#custom-model-overview) |
46+
| ✔️ [**Document analysis models**](#document-analysis-models) | ✔️ [**Prebuilt models**](#prebuilt-models) | ✔️ [**Custom models**](#custom-model-overview) |
4747

48-
## General extraction models
48+
## Document analysis models
4949

50-
General extraction models enable text extraction from forms and documents and return structured business-ready content ready for your organization's action, use, or development.
50+
Document analysis (general extraction) models enable text extraction from forms and documents and return structured business-ready content ready for your organization's action, use, or development.
5151

5252
:::moniker range="doc-intel-4.0.0"
5353

@@ -261,9 +261,6 @@ Document Intelligence supports optional features that can be enabled and disable
261261

262262
## Models and development options
263263

264-
> [!NOTE]
265-
>The following document understanding models and development options are supported by the Document Intelligence service v3.0.
266-
267264
You can use Document Intelligence to automate document processing in applications and workflows, enhance data-driven strategies, and enrich document search capabilities. Use the links in the table to learn more about each model and browse development options.
268265

269266
### Read
@@ -275,7 +272,7 @@ You can use Document Intelligence to automate document processing in application
275272
|[**prebuilt-read**](prebuilt/read.md)|&#9679; Extract **text** from documents.</br>&#9679; [Data extraction](prebuilt/read.md#data-extraction)| &#9679; Digitizing any document. </br>&#9679; Compliance and auditing.</br>&#9679; Processing handwritten notes before translation.|&#9679; [**Document Intelligence Studio**](https://documentintelligence.ai.azure.com/studio/read)</br>&#9679; [**REST API**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-rest-api)</br>&#9679; [**C# SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-csharp)</br>&#9679; [**Python SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-python)</br>&#9679; [**Java SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-java)</br>&#9679; [**JavaScript**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-javascript) |
276273

277274
> [!div class="nextstepaction"]
278-
> [Return to model types](#general-extraction-models)
275+
> [Return to model types](#document-analysis-models)
279276
280277
### Layout
281278

@@ -286,7 +283,7 @@ You can use Document Intelligence to automate document processing in application
286283
|[**prebuilt-layout**](prebuilt/layout.md) |&#9679; Extract **text and layout** information from documents.</br>&#9679; [Data extraction](prebuilt/layout.md#data-extraction) |&#9679; Document indexing and retrieval by structure.</br>&#9679; Financial and medical report analysis. |&#9679; [**Document Intelligence Studio**](https://documentintelligence.ai.azure.com/studio/layout)</br>&#9679; [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true)</br>&#9679; [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>&#9679; [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>&#9679; [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>&#9679; [**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)|
287284

288285
> [!div class="nextstepaction"]
289-
> [Return to model types](#general-extraction-models)
286+
> [Return to model types](#document-analysis-models)
290287
291288
:::moniker range="doc-intel-3.1.0 || doc-intel-3.0.0"
292289

@@ -299,7 +296,7 @@ You can use Document Intelligence to automate document processing in application
299296
|[**prebuilt-document**](prebuilt/general-document.md)|&#9679; Extract **text,layout, and key-value pairs** from documents.</br>&#9679; [Data and field extraction](prebuilt/general-document.md#data-extraction)|&#9679; Key-value pair extraction.</br>&#9679; Form processing.</br>&#9679; Survey data collection and analysis.|&#9679; [**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/document)</br>&#9679; [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)|
300297

301298
> [!div class="nextstepaction"]
302-
> [Return to model types](#general-extraction-models)
299+
> [Return to model types](#document-analysis-models)
303300
304301
:::moniker-end
305302

@@ -616,12 +613,9 @@ Azure AI Document Intelligence is a cloud-based [Azure AI service](../../ai-serv
616613

617614
>[!TIP]
618615
>
619-
> * For an enhanced experience and advanced model quality, try the [Document Intelligence v3.0 Studio](https://formrecognizer.appliedai.azure.com/studio).
620-
> * The v3.0 Studio supports any model trained with v2.1 labeled data.
621-
> * You can refer to the API migration guide for detailed information about migrating from v2.1 to v3.0.
622-
623-
> [!NOTE]
624-
> The following models and development options are supported by the Document Intelligence service v2.1.
616+
> * For an enhanced experience and advanced model quality, try the [Document Intelligence v3.0 Studio](https://formrecognizer.appliedai.azure.com/studio):
617+
> * The v3.0 Studio supports any model trained with v2.1 labeled data.
618+
> * You can refer to the API migration guide for detailed information about migrating from v2.1 to v3.0.
625619
626620
Use the links in the table to learn more about each model and browse the API references:
627621

0 commit comments

Comments
 (0)