An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello @Fabio Pulina , Thanks for using Microsoft Q&A Platform.
Yes, that's correct. Whenever we train a custom model in Form Recognizer, a new model ID is generated. If you want to access a previous model, you can use the model ID associated with that specific model either the Form Recognizer Studio or the REST API. However, in the label data the training data remains same.
Once you have the model ID, can use it to analyze new forms or documents. If you no longer need the newer model, you can delete it. https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/faq?view=form-recog-3.0.0#can-i-retrain-a-custom-model- . However, in the label data the training data remains same.
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.