Skip to content

Commit 1c1ccf0

Browse files
committed
update quickstart
1 parent 700543c commit 1c1ccf0

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

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

Lines changed: 7 additions & 7 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: 11/19/2024
9+
ms.date: 03/14/2025
1010
ms.author: lajanuar
1111
---
1212

@@ -82,8 +82,8 @@ The following table shows the available models for each stable API:
8282
|Custom extraction model|[Custom composed](train/composed-models.md) | ✔️| ✔️| ✔️| ✔️|
8383
|All models|[Add-on capabilities](concept-add-on-capabilities.md) | ✔️| ✔️| n/a| n/a|
8484

85-
\* - Contains submodels. See the model specific information for supported variations and subtypes. </br>
86-
\**- All the capabilites of General Document model are available in layout model. General model is no longer supported.
85+
\* - Contains submodels. See the model specific information for supported variations and subtypes.</br>
86+
\**- All the General Document model capabilities are available in layout model. General model is no longer supported.
8787

8888
### Latency
8989

@@ -252,7 +252,7 @@ The US mortgage document models analyze and extract key fields including borrowe
252252

253253
The contract model analyzes and extracts key fields from check including check details, account details, amount, memo, is extracted from US bank checks.
254254

255-
***Sample bank check processed using [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/prebuilt?formCategory=check.us)***:
255+
***A bank check sample processed using [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/prebuilt?formCategory=check.us)***:
256256

257257
:::image type="content" source="media/studio/analyze-bank-check.png" alt-text="Screenshot of bank check model extraction using Document Intelligence Studio.":::
258258

@@ -263,7 +263,7 @@ The US mortgage document models analyze and extract key fields including borrowe
263263

264264
:::image type="icon" source="media/overview/icon-contract.png":::
265265

266-
The bank statement model analyzes and extracts key fields and line items from US bank statements account number, bank details, statement details and transaction details.
266+
The bank statement model analyzes and extracts key fields and line items from US bank statements account number, bank details, statement details, and transaction details.
267267

268268
***Sample bank statement processed using [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/prebuilt?formCategory=bankStatement.us)***:
269269

@@ -410,7 +410,7 @@ A composed model is created by taking a collection of custom models and assignin
410410
[!INCLUDE [input requirements](./includes/input-requirements.md)]
411411

412412
> [!NOTE]
413-
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) does not support the BMP file format. This is a limitation of the tool not the Document Intelligence Service.
413+
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) doesn't support the BMP file format. The limitation is derived from tool not the Document Intelligence Service.
414414
415415
### Version migration
416416

@@ -531,7 +531,7 @@ A composed model is created by taking a collection of custom models and assignin
531531
[!INCLUDE [input requirements](./includes/input-requirements.md)]
532532

533533
> [!NOTE]
534-
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) does not support the BMP file format. This is a limitation of the tool not the Document Intelligence Service.
534+
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) doesn't support the BMP file format. The limitation is derived from tool not the Document Intelligence Service.
535535
536536
### Version migration
537537

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ description: Form and document processing, data extraction, and analysis using D
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
8-
ms.custom:
9-
- ignite-2024
108
ms.topic: quickstart
11-
ms.date: 03/13/2025
9+
ms.date: 03/14/2025
1210
ms.author: lajanuar
1311
monikerRange: '>=doc-intel-3.0.0'
1412
---
@@ -24,7 +22,7 @@ monikerRange: '>=doc-intel-3.0.0'
2422

2523
## Prerequisites for new users
2624

27-
Please refer to the following [documentation](../studio-overview.md#prerequisites) for subscription and resource creation, as well as authentication setup.
25+
Refer to the following [documentation](../studio-overview.md#prerequisites) for subscription, resource, and authentication setup.
2826

2927
## Additional prerequisites for custom projects
3028

@@ -49,7 +47,7 @@ For custom projects, the following role assignments are required for different s
4947
* **Contributor**: You need this role to create a resource group and resources.
5048

5149
> [!NOTE]
52-
> If local (key-based) authentication is disabled for your Document Intelligence service resource and storage account, be sure to obtain **Cognitive Services User** and **Storage Blob Data Contributor** roles respectively, so you have enough permissions to use Document Intelligence Studio. The **Storage Account Contributor** and **Contributor** roles only allow you to list keys but does not give you permission to use the resources when key-access is disabled.
50+
> If local (key-based) authentication is disabled for your Document Intelligence service resource and storage account, be sure to obtain **Cognitive Services User** and **Storage Blob Data Contributor** roles respectively, so you have enough permissions to use Document Intelligence Studio. The **Storage Account Contributor** and **Contributor** roles only allow you to list keys but doesn't give you permission to use the resources when key-access is disabled.
5351
5452
### Configure CORS
5553

@@ -97,7 +95,7 @@ CORS should now be configured to use the storage account from Document Intellige
9795
:::image border="true" type="content" source="../media/sas-tokens/upload-blob-window.png" alt-text="Screenshot of upload blob window in the Azure portal.":::
9896

9997
> [!NOTE]
100-
> By default, the Studio will use documents that are located at the root of your container. However, you can use data organized in folders by specifying the folder path in the Custom form project creation steps. *See* [**Organize your data in subfolders**](../how-to-guides/build-a-custom-model.md?view=doc-intel-2.1.0&preserve-view=true#organize-your-data-in-subfolders-optional)
98+
> By default, the Studio uses documents that are located at the root of your container. However, you can use data organized in folders by specifying the folder path in the Custom form project creation steps. *See* [**Organize your data in subfolders**](../how-to-guides/build-a-custom-model.md?view=doc-intel-2.1.0&preserve-view=true#organize-your-data-in-subfolders-optional)
10199
102100
## Use Document Intelligence Studio features
103101

0 commit comments

Comments
 (0)