Skip to content

Commit f16cf1f

Browse files
committed
address warnings
1 parent ce05770 commit f16cf1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/applied-ai-services/form-recognizer/compose-custom-models-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ recommendations: false
1515
# Compose custom models v3.0 | Preview
1616

1717
> [!NOTE]
18-
> This how-to guide references Form Recognizer v3.0 (preview). To use Form Recognizer v2.1 (GA), see [Create and compose custom models v2.1 (GA)](compose-custom-models.md).
18+
> This how-to guide references Form Recognizer v3.0 (preview). To use Form Recognizer v2.1 (GA), see [Compose custom models v2.1.](compose-custom-models.md).
1919
2020
A composed model is created by taking a collection of custom models and assigning them to a single model comprised of your form types. You can assign up to 100 trained custom models to a single composed model. When you call Analyze with the composed model ID, Form Recognizer will first classify the form you submitted, choose the best matching assigned model, and then return results for that model.
2121

articles/applied-ai-services/form-recognizer/compose-custom-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ recommendations: false
1515
# Compose custom models v2.1
1616

1717
> [!NOTE]
18-
> This how-to guide references Form Recognizer v2.1 (GA). To try Form Recognizer v3.0 (preview), see [Create and compose custom models v3.0 (preview)](compose-custom-models-preview.md).
18+
> This how-to guide references Form Recognizer v2.1 (GA). To try Form Recognizer v3.0 (preview), see [Compose custom models v3.0 (preview)](compose-custom-models-preview.md).
1919
2020
Form Recognizer uses advanced machine-learning technology to detect and extract information from document images and return the extracted data in a structured JSON output. With Form Recognizer, you can train standalone custom models or combine custom models to create composed models.
2121

0 commit comments

Comments
 (0)