Skip to content

Commit 4f60020

Browse files
committed
address warnings
1 parent 7a636f6 commit 4f60020

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ ms.author: lajanuar
1212
recommendations: false
1313
---
1414

15-
# Create and compose custom models | Preview
15+
# Create and compose custom models v3.0 | Preview
1616

1717
> [!NOTE]
18-
> This how-to guide references Form Recognizer v3.0 (preview). If you would like 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 [Create and compose custom models v2.1 (GA)](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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ ms.author: lajanuar
1212
recommendations: false
1313
---
1414

15-
# Create and compose custom models v2.1 (GA)
15+
# Create and compose custom models v2.1
1616

1717
> [!NOTE]
18-
> This how-to guide references Form Recognizer v2.1 (GA). If you would like 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 [Create and 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)