You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/how-to-guides/build-a-custom-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Once you gather a set of forms or documents for training, you need to upload it
49
49
50
50
The Document Intelligence Studio provides and orchestrates all the API calls required to complete your dataset and train your model.
51
51
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.
53
53
54
54
1. In the Studio, select the **Custom extraction model** tile and select the **Create a project** button.
|[prebuilt-mortgage.us.1003](concept-mortgage-documents.md)|● Extract key information from `1003` loan applications. </br>● [Extract data and fields](concept-mortgage-documents.md#field-extraction-1003-uniform-residential-loan-application-urla).| Fannie Mae and Freddie Mac documentation requirements| ● [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/prebuilt?formCategory=mortgage.us.1003&formType=mortgage.us.1003)</br>● [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>● [C# SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>● [Python SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>● [Java SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>● [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)|● Extract key information from 1003 loan applications. </br>● [Extract data and fields](concept-mortgage-documents.md#field-extraction-1003-uniform-residential-loan-application-urla).| Fannie Mae and Freddie Mac documentation requirements| ● [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio/prebuilt?formCategory=mortgage.us.1003&formType=mortgage.us.1003)</br>● [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>● [C# SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>● [Python SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>● [Java SDK](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)</br>● [JavaScript](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#prebuilt-model)|
415
415
416
416
> [!div class="nextstepaction"]
417
417
> [Return to model types](#prebuilt-models)
@@ -542,8 +542,8 @@ Use Document Intelligence to automate document processing in applications and wo
542
542
:::image type="content" source="media/overview/analyze-custom-neural.png" alt-text="Screenshot that shows Custom Neural model analysis by using Document Intelligence Studio.":::
543
543
544
544
> [!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)
547
547
548
548
| About | Description |Automation use cases | Development options |
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).
0 commit comments