Hello @test29998411
Thanks for reaching out to us, I think you are looking for "Composed model".
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.
You can create your composed model with all types of forms. When you input your new form, the model will choose the best model for your form and do the analyze. Please check below guidance on how to do it.
For V3 preview: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/compose-custom-models-preview?tabs=studio
For V2.1 GA: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/compose-custom-models?tabs=fott
Hope this helps!
Regards,
Yutong
-Please kindly accept the answer if you feel helpful, thanks.