Skip to content

Commit 80d0653

Browse files
committed
fixing broken bookmark
1 parent 30ecd33 commit 80d0653

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
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#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) 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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ You can use prebuilt models to add intelligent document processing to your apps
122122
[US tax W-2](#us-tax-w-2-model) | Extract taxable compensation details.
123123
:::column-end:::
124124
:::column span="":::
125-
[US tax 1098](#us-tax-1098-and-variations-forms) | Extract `1098` variation details.
125+
[US tax 1098](#us-tax-1098-and-variations-forms) | Extract 1098 variation details.
126126
:::column-end:::
127127
:::column span="":::
128-
[US tax 1099](#us-tax-1099-and-variations-forms) | Extract `1099` variation details.
128+
[US tax 1099](#us-tax-1099-and-variations-forms) | Extract 1099 variation details.
129129
:::column-end:::
130130
:::column span="":::
131-
[US tax 1040](#us-tax-1040-and-variations-forms) | Extract `1040` variation details.
131+
[US tax 1040](#us-tax-1040-and-variations-forms) | Extract 1040 variation details.
132132
:::column-end:::
133133
:::row-end:::
134134

@@ -197,7 +197,7 @@ You can use prebuilt models to add intelligent document processing to your apps
197197
[US tax W-2](#us-tax-w-2-model) | Extract taxable </br>compensation details.
198198
:::column-end:::
199199
:::column span="":::
200-
[US tax 1098](#us-tax-1098-and-variations-forms) | Extract `1098` variation details.
200+
[US tax 1098](#us-tax-1098-and-variations-forms) | Extract 1098 variation details.
201201
:::column-end:::
202202
:::row-end:::
203203

@@ -411,7 +411,7 @@ Use Document Intelligence to automate document processing in applications and wo
411411

412412
| Model ID | Description |Automation use cases | Development options |
413413
|----------|--------------|-------------------------|-----------|
414-
|[prebuilt-mortgage.us.1003](concept-mortgage-documents.md)|&#9679; Extract key information from `1003` loan applications. </br>&#9679; [Extract data and fields](concept-mortgage-documents.md#field-extraction-1003-uniform-residential-loan-application-urla).| Fannie Mae and Freddie Mac documentation requirements| &#9679; [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/prebuilt?formCategory=mortgage.us.1003&formType=mortgage.us.1003)</br>&#9679; [REST API](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-rest-api#analyze-document-post-request)</br>&#9679; [C# SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>&#9679; [Python SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>&#9679; [Java SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>&#9679; [JavaScript](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)|
414+
|[prebuilt-mortgage.us.1003](concept-mortgage-documents.md)|&#9679; Extract key information from 1003 loan applications. </br>&#9679; [Extract data and fields](concept-mortgage-documents.md#field-extraction-1003-uniform-residential-loan-application-urla).| Fannie Mae and Freddie Mac documentation requirements| &#9679; [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/prebuilt?formCategory=mortgage.us.1003&formType=mortgage.us.1003)</br>&#9679; [REST API](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-rest-api#analyze-document-post-request)</br>&#9679; [C# SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>&#9679; [Python SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>&#9679; [Java SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>&#9679; [JavaScript](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)|
415415

416416
> [!div class="nextstepaction"]
417417
> [Return to model types](#prebuilt-models)
@@ -542,8 +542,8 @@ Use Document Intelligence to automate document processing in applications and wo
542542
:::image type="content" source="media/overview/analyze-custom-neural.png" alt-text="Screenshot that shows Custom Neural model analysis by using Document Intelligence Studio.":::
543543

544544
> [!NOTE]
545-
> To train a custom neural model, set the ```buildMode``` property to ```neural```.
546-
> For more information, *see* [Training a neural model](train/custom-neural.md#training-a-model)
545+
> To train a custom neural model, set the `buildMode` property to `neural`.
546+
> For more information, see [Training a neural model](train/custom-neural.md#training-a-model)
547547
548548
| About | Description |Automation use cases | Development options |
549549
|----------|--------------|-------------------------|-----------|

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

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

2323
## Prerequisites
2424

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

2727
## Prerequisites for new users
2828

0 commit comments

Comments
 (0)