Skip to content

Commit 8fffad0

Browse files
Merge pull request #6285 from laujan/6280-additi
6280 additi
2 parents ee218cc + 06c7e05 commit 8fffad0

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

articles/ai-services/document-intelligence/how-to-guides/build-a-custom-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Once you gather a set of forms or documents for training, you need to upload it
4949

5050
The Document Intelligence Studio provides and orchestrates all the API calls required to complete your dataset and train your model.
5151

52-
1. Start by navigating to the [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio). The first time you use the Studio, you need to [initialize your subscription, resource group, and resource](../studio-overview.md). Then, follow the [prerequisites for custom projects](../quickstarts/studio-custom-project.md#additional-prerequisites-for-custom-projects) to configure the Studio to access your training dataset.
52+
1. Start by navigating to the [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio). The first time you use the Studio, you need to [initialize your subscription, resource group, and resource](../studio-overview.md). Then, follow the [prerequisites for custom projects](../quickstarts/studio-custom-project.md#prerequisites-for-custom-projects) to configure the Studio to access your training dataset.
5353

5454
1. In the Studio, select the **Custom extraction model** tile and select the **Create a project** button.
5555

@@ -60,7 +60,7 @@ The Document Intelligence Studio provides and orchestrates all the API calls req
6060
1. On the next step in the workflow, choose or create a Document Intelligence resource before you select continue.
6161

6262
> [!IMPORTANT]
63-
> Custom neural models are only available in a few regions. If you plan on training a neural model, please select or create a resource in one of [these supported regions](../train/custom-neural.md#supported-regions).
63+
> Custom neural models are only available in a few regions. If you plan on training a neural model, select or create a resource in one of [these supported regions](../train/custom-neural.md#supported-regions).
6464
6565
:::image type="content" source="../media/how-to/studio-custom-configure-resource.png" alt-text="Screenshot of Select the Document Intelligence resource.":::
6666

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ monikerRange: '<=doc-intel-4.0.0'
4141

4242
:::moniker-end
4343

44-
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>For information on region access, *see* Azure AI Services [Product Availability by Region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table).</br></br>
44+
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. For information on region access, *see* Azure AI Services [Product Availability by Region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table).</br></br>
4545

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

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

Lines changed: 9 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: conceptual
9-
ms.date: 02/10/2025
9+
ms.date: 07/29/2025
1010
ms.author: lajanuar
1111
ms.custom: references.regions
1212
---
@@ -32,7 +32,14 @@ ms.custom: references.regions
3232

3333
::: moniker range=">=doc-intel-3.0.0"
3434

35-
Document Intelligence Identity document (ID) model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents. The API analyzes identity documents (including the following) and returns a structured JSON data representation.
35+
> [!NOTE]
36+
>
37+
> Document Intelligence `v4.0 2024-11-30 (GA)` API for the prebuilt Identity document (ID) model now supports identification documents from all regions worldwide, including expanded coverage across the United States, Asia, Europe, Africa, and Oceania.
38+
>
39+
40+
> [!NOTE]
41+
>
42+
> Document Intelligence Identity document (ID) model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents. The API analyzes identity documents (including the following) and returns a structured JSON data representation.
3643
3744
| Region | Document types |
3845
|--------|----------------|

articles/ai-services/document-intelligence/quickstarts/studio-custom-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ monikerRange: '>=doc-intel-3.0.0'
2424

2525
For details on subscription, resource, and authentication setup, *see* [Get started with Document Intelligence Studio](get-started-studio.md#prerequisites-for-new-users).
2626

27-
## Additional prerequisites for custom projects
27+
## Prerequisites for custom projects
2828

2929
In addition to the Azure account and a Document Intelligence or Azure AI Foundry resource, you need:
3030

0 commit comments

Comments
 (0)