Hi @Gurpreet Chawla,
Thank you for reaching out to Microsoft Q&A forum!
To reuse a custom extraction template in Azure Form Recognizer, you can use the REST API to extract data from similar-looking documents with the existing custom model. You can use the analyze
API with the model-id
parameter to specify the ID of the custom model you want to use. This will apply the same layout and field extraction rules to the new documents as the original model.
Here is the documentation: Analayze Document.
Here is the repro screenshots for POST and GET requests:
Is this the precise information you were seeking, tailored to your specific needs and preferences?
Thank you for your understanding!