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/applied-ai-services/form-recognizer/concept-composed-models.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: conceptual
10
-
ms.date: 12/15/2022
10
+
ms.date: 02/28/2023
11
11
ms.author: lajanuar
12
12
recommendations: false
13
13
---
@@ -34,11 +34,11 @@ With composed models, you can assign multiple custom models to a composed model
34
34
35
35
* For **_custom template models_**, the composed model can be created using variations of a custom template or different form types. This operation is useful when incoming forms may belong to one of several templates.
36
36
37
-
* The response will include a ```docType``` property to indicate which of the composed models was used to analyze the document.
37
+
* The response includes a ```docType``` property to indicate which of the composed models was used to analyze the document.
38
38
39
39
* For ```Custom neural``` models the best practice is to add all the different variations of a single document type into a single training dataset and train on custom neural model. Model compose is best suited for scenarios when you have documents of different types being submitted for analysis.
40
40
41
-
* Pricing is the same whether you are using a composed model or selecting a specific model. Each document is analyzed by only one model. With composed models, the system performs a classification to check which of the composed cusom models should be invoked and invokes the single best model for the document.
41
+
* Pricing is the same whether you're using a composed model or selecting a specific model. One model analyzes each document. With composed models, the system performs a classification to check which of the composed custom models should be invoked and invokes the single best model for the document.
42
42
43
43
## Compose model limits
44
44
@@ -55,9 +55,9 @@ With composed models, you can assign multiple custom models to a composed model
* To compose a model trained with a prior version of the API (v2.1 or earlier), train a model with the v3.0 API using the same labeled dataset. That addition will ensure that the v2.1 model can be composed with other models.
58
+
* To compose a model trained with a prior version of the API (v2.1 or earlier), train a model with the v3.0 API using the same labeled dataset. That addition ensures that the v2.1 model can be composed with other models.
59
59
60
-
* Models composed with v2.1 of the API will continue to be supported, requiring no updates.
60
+
* Models composed with v2.1 of the API continue to be supported, requiring no updates.
61
61
62
62
* The limit for maximum number of custom models that can be composed is 100.
63
63
@@ -76,7 +76,7 @@ The following resources are supported by Form Recognizer **v3.0** :
76
76
77
77
::: moniker range="form-recog-2.1.0"
78
78
79
-
The following resources are supported by Form Recognizer v2.1:
79
+
Form Recognizer v2.1 supports the following resources:
0 commit comments