Skip to content

Commit d40ab2a

Browse files
authored
Acrolinx fix
1 parent 7dd815f commit d40ab2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/applied-ai-services/form-recognizer/concept-composed-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ recommendations: false
1818

1919
With composed models, you can assign multiple custom models to a composed model called with a single model ID. It's useful when you've trained several models and want to group them to analyze similar form types. For example, your composed model might include custom models trained to analyze your supply, equipment, and furniture purchase orders. Instead of manually trying to select the appropriate model, you can use a composed model to determine the appropriate custom model for each analysis and extraction.
2020

21-
* ```Custom form```and ```Custom template``` models can be composed together into a single composed model.
21+
* ```Custom form``` and ```Custom template``` models can be composed together into a single composed model.
2222
* With the model compose operation, you can assign up to 200 trained custom models to a single composed model. To analyze a document with a composed model, Form Recognizer first classifies the submitted form, chooses the best-matching assigned model, and returns results.
2323
* 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.
2424
* The response will include a ```docType``` property to indicate which of the composed models was used to analyze the document.

articles/applied-ai-services/form-recognizer/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ sections:
333333
334334
- Model Compose is currently available only for custom models trained with labels.
335335
336-
- Analyzing a document with composed models is identical to analyzing a document with a single model, the analyze result returns a ```docType``` property indicating which of the component models was selected for analyzing the document. There is no change in pricing for analyzing a document with a individual custom model or a composed custom model.
336+
- Analyzing a document with composed models is identical to analyzing a document with a single model, the analyze result returns a ```docType``` property indicating which of the component models was selected for analyzing the document. There is no change in pricing for analyzing a document with an individual custom model or a composed custom model.
337337
338338
Learn more about [composed models](concept-custom.md).
339339

0 commit comments

Comments
 (0)