Skip to content

Commit f20bae8

Browse files
committed
update files
1 parent 8a2eefd commit f20bae8

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

articles/ai-services/document-intelligence/concept-custom-classifier.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ You can now update the custom classification in-place. Directly overwriting the
281281
## Copy a model
282282

283283
> [!NOTE]
284-
> Starting with the `2024-07-31-preview` API, custom clasification models support copying a model to and from any of the follwing regions:
284+
> Starting with the `2024-07-31-preview` API, custom classification models support copying a model to and from any of the following regions:
285+
>
285286
> * **East US**
286287
> * **West US2**
287288
> * **West Europe**

articles/ai-services/document-intelligence/concept-custom-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ monikerRange: '>=doc-intel-3.0.0'
1919
[!INCLUDE [applies to v4.0 v3.1 v3.0](includes/applies-to-v40-v31-v30.md)]
2020

2121
> [!IMPORTANT]
22-
> Best practices to generating labelled datasets only applies to custom template and cutom neural models, for custom generative, refer to [Custom Generative](concept-custom-generative.md)
22+
> Best practices to generating labelled datasets only applies to custom template and custom neural models, for custom generative, refer to [Custom Generative](concept-custom-generative.md)
2323
2424
Custom models (template and neural) require a labeled dataset of at least five documents to train a model. The quality of the labeled dataset affects the accuracy of the trained model. This guide helps you learn more about generating a model with high accuracy by assembling a diverse dataset and provides best practices for labeling your documents.
2525

articles/ai-services/document-intelligence/concept-custom-neural.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ With the release of API versions **2022-06-30-preview** and later, custom neural
8888
* Documents analyzed with custom neural models using API version 2022-06-30-preview or later will produce tabular fields aggregated across the tables.
8989
* The results can be found in the ```analyzeResult``` object's ```documents``` array that is returned following an analysis operation.
9090

91-
2. Tabular fields support **cross page tables** by default:
91+
Tabular fields support **cross page tables** by default:
9292

9393
* To label a table that spans multiple pages, label each row of the table across the different pages in a single table.
9494
* As a best practice, ensure that your dataset contains a few samples of the expected variations. For example, include samples where the entire table is on a single page and where tables span two or more pages.
9595

96-
3. Tabular fields are also useful when extracting repeating information within a document that isn't recognized as a table. For example, a repeating section of work experiences in a resume can be labeled and extracted as a tabular field.
96+
Tabular fields are also useful when extracting repeating information within a document that isn't recognized as a table. For example, a repeating section of work experiences in a resume can be labeled and extracted as a tabular field.
9797

98-
4. Tabular fields provide **table, row and cell confidence** starting with the ```2024-02-29-preview``` API:
98+
Tabular fields provide **table, row and cell confidence** starting with the ```2024-02-29-preview``` API:
9999

100100
* Fixed or dynamic tables add confidence support for the following elements:
101101
* Table confidence, a measure of how accurately the entire table is recognized.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ sections:
218218
219219
- Your data must remain within a single machine. Use the [FOTT Sample Labeling tool](/azure/ai-services/document-intelligence/label-tool) and a [Document Intelligence container](/azure/ai-services/document-intelligence/containers/install-run).
220220
221-
- Your project is highly dependent on [Document Intelligence v2.1](/rest/api/aiservices/analyzer?view=rest-aiservices-v2.1 &preserve-view=true), and you want to keep using the v2.1 APIs.
221+
- Your project is highly dependent on Document Intelligence V2.1, and you want to keep using the v2.1 APIs.
222222
223223
- question: |
224224
Are there best practices to mitigate throttling?
@@ -292,7 +292,7 @@ sections:
292292
answer: |
293293
**Yes for the first 10 hours only.**
294294
295-
If training hours exceed 10 hours, the charge is $3/hour for further custom neural model training.
295+
If training hours exceed 10 hours, charges incur for further custom neural model training.
296296
297297
298298
- name: Storage account

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The Document Intelligence Studio provides and orchestrates all the API calls req
5656

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

59-
:::image type="content" source="../media/how-to/studio_custom_createproject.png" alt-text="Screenshot of Create a project in the Document Intelligence Studio.":::
59+
:::image type="content" source="../media/how-to/studio-custom-create-project.png" alt-text="Screenshot of Create a project in the Document Intelligence Studio.":::
6060

6161
1. On the `create project` dialog, provide a name for your project, optionally a description, and select continue.
6262

@@ -65,11 +65,11 @@ The Document Intelligence Studio provides and orchestrates all the API calls req
6565
> [!IMPORTANT]
6666
> 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](../concept-custom-neural.md#supported-regions).
6767
68-
:::image type="content" source="../media/how-to/studio_custom_configureresource.png" alt-text="Screenshot of Select the Document Intelligence resource.":::
68+
:::image type="content" source="../media/how-to/studio-custom-configure-resource.png" alt-text="Screenshot of Select the Document Intelligence resource.":::
6969

7070
1. Next select the storage account you used to upload your custom model training dataset. The **Folder path** should be empty if your training documents are in the root of the container. If your documents are in a subfolder, enter the relative path from the container root in the **Folder path** field. Once your storage account is configured, select continue.
7171

72-
:::image type="content" source="../media/how-to/studio_addtrainingsource.png" alt-text="Screenshot of Select the storage account.":::
72+
:::image type="content" source="../media/how-to/studio-add-training-source.png" alt-text="Screenshot of Select the storage account.":::
7373

7474
1. Finally, review your project settings and select **Create Project** to create a new project. You should now be in the labeling window and see the files in your dataset listed.
7575

@@ -81,7 +81,7 @@ The files you uploaded to storage are listed on the left of your screen, with th
8181

8282
1. Start labeling your dataset and creating your first field by selecting the plus (➕) button on the top-right of the screen.
8383

84-
:::image type="content" source="../media/how-to/studio_addfield.png" alt-text="Screenshot of Create a label.":::
84+
:::image type="content" source="../media/how-to/studio-addfield.png" alt-text="Screenshot of Create a label.":::
8585

8686
1. Enter a name for the field.
8787

articles/ai-services/document-intelligence/how-to-guides/project-share-custom-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Document Intelligence Studio is an online tool to visually explore, understand,
3232

3333
## Prerequisite
3434

35-
In order to share and import your custom projects seamlessly, both users (user who shares and user who imports) need an An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/). Also, both users need to configure permissions to grant access to the Document Intelligence and storage resources.
35+
In order to share and import your custom projects seamlessly, both users (user who shares and user who imports) need an active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/). Also, both users need to configure permissions to grant access to the Document Intelligence and storage resources.
3636

3737
Generally, in the process of creating a custom model project, most of the requirements should be met for project sharing. However, in cases where the project sharing feature doesn't work, check [permissions](#granted-access-and-permissions).
3838

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ Prebuilt models enable you to add intelligent document processing to your apps a
111111
[**Check**](#check) | Extract relevant information from checks.
112112
:::column-end:::
113113
:::column span="":::
114-
:::image type="icon" source="media/overview/icon-paystub.png" link="#pay-stub":::</br>
114+
:::image type="icon" source="media/overview/icon-pay-stub.png" link="#pay-stub":::</br>
115115
[**Pay Stub**](#pay-stub) | Extract pay stub details.
116116
:::column-end:::
117117
:::column span="":::
118-
:::image type="icon" source="media/overview/icon-id-bankstatement.png" link="#bank-statement":::</br>
118+
:::image type="icon" source="media/overview/icon-id-bank-statement.png" link="#bank-statement":::</br>
119119
[**Bank Statement**](#bank-statement) | Extract account information and details from bank statements.
120120
:::column-end:::
121121
:::row-end:::

0 commit comments

Comments
 (0)