Skip to content

Commit a55bc35

Browse files
committed
layout feedback
1 parent fd3cf94 commit a55bc35

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ You can use Document Intelligence to automate document processing in application
275275
|[**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) |
276276

277277
> [!div class="nextstepaction"]
278-
> [Return to model types](#general-extraction-models)
278+
> [Return to model types](#document-analysis-models)
279279
280280
### Layout
281281

@@ -286,7 +286,7 @@ You can use Document Intelligence to automate document processing in application
286286
|[**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)|
287287

288288
> [!div class="nextstepaction"]
289-
> [Return to model types](#general-extraction-models)
289+
> [Return to model types](#document-analysis-models)
290290
291291
:::moniker range="doc-intel-3.1.0 || doc-intel-3.0.0"
292292

@@ -299,7 +299,7 @@ You can use Document Intelligence to automate document processing in application
299299
|[**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)|
300300

301301
> [!div class="nextstepaction"]
302-
> [Return to model types](#general-extraction-models)
302+
> [Return to model types](#document-analysis-models)
303303
304304
:::moniker-end
305305

articles/ai-services/document-intelligence/prebuilt/layout.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,46 @@ The following illustration shows the typical components in an image of a sample
3636

3737
## Development options
3838

39+
:::moniker range="doc-intel-4.0.0"
3940

4041
Document Intelligence v4.0: **2024-11-30** (GA) supports the following tools, applications, and libraries:
4142

4243
| Feature | Resources | Model ID |
4344
|----------|-------------|-----------|
4445
|**Layout model**|&bullet; [**Document Intelligence Studio**](https://documentintelligence.ai.azure.com)</br>&bullet; [**REST API**](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true)</br>&bullet; [**C# SDK**](../versioning/sdk-overview-v4-0.md)</br>&bullet; [**Python SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true)</br>&bullet; [**Java SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true)</br>&bullet; [**JavaScript SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true)|**prebuilt-layout**|
4546

47+
:::moniker-end
48+
49+
:::moniker range="doc-intel-3.1.0"
50+
51+
Document Intelligence v3.1 supports the following tools, applications, and libraries:
52+
53+
| Feature | Resources | Model ID |
54+
|----------|-------------|-----------|
55+
|**Layout model**|&bullet; [**Document Intelligence Studio**](https://documentintelligence.ai.azure.com)</br>&bullet; [**REST API**](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)</br>&bullet; [**C# SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)</br>&bullet; [**Python SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)</br>&bullet; [**Java SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)</br>&bullet; [**JavaScript SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)|**prebuilt-layout**|
56+
57+
:::moniker-end
58+
59+
:::moniker range="doc-intel-3.0.0"
60+
61+
Document Intelligence v3.0 supports the following tools, applications, and libraries:
62+
63+
| Feature | Resources | Model ID |
64+
|----------|-------------|-----------|
65+
|**Layout model**|&bullet; [**Document Intelligence Studio**](https://documentintelligence.ai.azure.com)</br>&bullet; [**REST API**](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v3.0%20(2022-08-31)&preserve-view=true&tabs=HTTP)</br>&bullet; [**C# SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**Python SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**Java SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**JavaScript SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)|**prebuilt-layout**|
66+
67+
:::moniker-end
68+
69+
:::moniker range="doc-intel-2.1.0"
70+
71+
Document Intelligence v2.1 supports the following tools, applications, and libraries:
72+
73+
| Feature | Resources |
74+
|----------|-------------------------|
75+
|**Layout model**|&bullet; [**Document Intelligence labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</br>&bullet; [**REST API**](../how-to-guides/use-sdk-rest-api.md?pivots=programming-language-rest-api&view=doc-intel-2.1.0&preserve-view=true&tabs=windows)</br>&bullet; [**Client-library SDK**](../how-to-guides/use-sdk-rest-api.md?view=doc-intel-2.1.0&preserve-view=true)</br>&bullet; [**Document Intelligence Docker container**](../containers/install-run.md?tabs=id-document#run-the-container-with-the-docker-compose-up-command)|
76+
77+
:::moniker-end
78+
4679
## Language support
4780

4881
*See* our [Language Support—document analysis models](../language-support/ocr.md) page for a complete list of supported languages.
@@ -51,9 +84,9 @@ Document Intelligence v4.0: **2024-11-30** (GA) supports the following tools, ap
5184

5285
Document Intelligence v4.0: **2024-11-30** (GA) layout model supports the following file formats:
5386

54-
|Model | PDF |Image: </br>`JPEG/JPG`, `PNG`, `BMP`, `TIFF`, `HEIF` | Microsoft Office: </br> Word (`DOCX`), Excel (`XLSX`), PowerPoint (`PPTX`), HTML|
55-
|--------|:----:|:-----:|:---------------:|
56-
|Layout | ✔ | ✔ | ✔ |
87+
|Model | PDF |Image: </br>`JPEG/JPG`, `PNG`, `BMP`, `TIFF`, `HEIF` | Microsoft Office: </br> Word (`DOCX`), Excel (`XLSX`), PowerPoint (`PPTX`), HTML|
88+
|--------|:----:|:-----:|:---------------:|
89+
|Layout ||||
5790

5891
## Input guidance
5992

@@ -94,14 +127,13 @@ See how data, including text, tables, table headers, selection marks, and struct
94127

95128
* [Document Intelligence REST API](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true&tabs=HTTP&)
96129

97-
* [How to guide](../how-to-guides/use-sdk-rest-api.md&pivots=programming-language-rest-api#analyze-documents-and-get-results)
98-
130+
* [How to guide](../how-to-guides/use-sdk-rest-api.md#use-document-intelligence-models)
99131
# [Client libraries](#tab/sdks)
100132

101-
* [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
102-
* [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
103-
* [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
104-
* [**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
133+
* [**C# SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
134+
* [**Python SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
135+
* [**Java SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
136+
* [**JavaScript**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)
105137

106138
# [Document Intelligence Studio](#tab/studio)
107139

@@ -579,38 +611,6 @@ The following illustration shows the typical components in an image of a sample
579611

580612
:::image type="content" source="../media/document-layout-example-new.png" alt-text="Illustration of document layout example.":::
581613

582-
## Development options
583-
584-
:::moniker range="doc-intel-3.1.0"
585-
586-
Document Intelligence v3.1 supports the following tools, applications, and libraries:
587-
588-
| Feature | Resources | Model ID |
589-
|----------|-------------|-----------|
590-
|**Layout model**|&bullet; [**Document Intelligence Studio**](https://documentintelligence.ai.azure.com)</br>&bullet; [**REST API**](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)</br>&bullet; [**C# SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)</br>&bullet; [**Python SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)</br>&bullet; [**Java SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)</br>&bullet; [**JavaScript SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.1.0&preserve-view=true)|**prebuilt-layout**|
591-
592-
:::moniker-end
593-
594-
:::moniker range="doc-intel-3.0.0"
595-
596-
Document Intelligence v3.0 supports the following tools, applications, and libraries:
597-
598-
| Feature | Resources | Model ID |
599-
|----------|-------------|-----------|
600-
|**Layout model**|&bullet; [**Document Intelligence Studio**](https://documentintelligence.ai.azure.com)</br>&bullet; [**REST API**](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v3.0%20(2022-08-31)&preserve-view=true&tabs=HTTP)</br>&bullet; [**C# SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**Python SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**Java SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&bullet; [**JavaScript SDK**](../quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)|**prebuilt-layout**|
601-
602-
:::moniker-end
603-
604-
:::moniker range="doc-intel-2.1.0"
605-
606-
Document Intelligence v2.1 supports the following tools, applications, and libraries:
607-
608-
| Feature | Resources |
609-
|----------|-------------------------|
610-
|**Layout model**|&bullet; [**Document Intelligence labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</br>&bullet; [**REST API**](../how-to-guides/use-sdk-rest-api.md?pivots=programming-language-rest-api&view=doc-intel-2.1.0&preserve-view=true&tabs=windows)</br>&bullet; [**Client-library SDK**](../how-to-guides/use-sdk-rest-api.md?view=doc-intel-2.1.0&preserve-view=true)</br>&bullet; [**Document Intelligence Docker container**](../containers/install-run.md?tabs=id-document#run-the-container-with-the-docker-compose-up-command)|
611-
612-
:::moniker-end
613-
614614
## Input requirements
615615

616616
:::moniker range="doc-intel-3.1.0 || doc-intel-3.0.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: overview
9-
ms.date: 11/19/2024
9+
ms.date: 01/15/2025
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-3.0.0'
1212
---
@@ -31,7 +31,7 @@ Currently, we're undergoing the migration of features from the [Document Intelli
3131

3232
## Choosing the correct studio experience
3333

34-
There are currently two studios, the [Azure AI Foundry portal](https://ai.azure.com/explore/aiservices/vision) and the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) for building and validating Document Intelligence models. As the experiences migrate to the new Azure AI Foundry portal, some experiences are available in both studios, while other experiences/models are only available in only one of the studios. To follow are a few guidelines for choosing the Studio experience for your needs. All of our [prebuilt models](overview.md#prebuilt-models) and [general extraction models](overview.md#general-extraction-models) are available on both studios.
34+
There are currently two studios, the [Azure AI Foundry portal](https://ai.azure.com/explore/aiservices/vision) and the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) for building and validating Document Intelligence models. As the experiences migrate to the new Azure AI Foundry portal, some experiences are available in both studios, while other experiences/models are only available in only one of the studios. To follow are a few guidelines for choosing the Studio experience for your needs. All of our [prebuilt models](overview.md#prebuilt-models) and [general extraction models](overview.md#document-analysis-models) are available on both studios.
3535

3636
### When to use [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio)
3737

0 commit comments

Comments
 (0)