The v2.1 preview of Azure Form Recognizer Labeling tool which is recently published has a feature to compose models, When do we need to use is? Can anyone explain me some usecase for that?
Asked
Active
Viewed 741 times
1 Answers
2
Currently it's recommended to build one model for each form type in custom form. Model compose allows you to compose up to 100 models, hence one analyze call can process many type of forms - form type classification will be done automatically for you.

ChaZ
- 179
- 2
-
So in order to use this feature we need to make seperate projects for seperate models,Am I right? – Kokul Jose Sep 19 '20 at 14:52
-
Yes, each model (form type) is a project and then you compose all the models to a single model compose. – Neta Sep 21 '20 at 02:51
-
What's supposed to send in body for this request? I tried json array with model ids but no luck – gsubiran Oct 12 '20 at 13:35