Search code examples
azure-cognitive-servicesazure-form-recognizer

Form Recognizer - model for each environment?


On our test environment we created custom Form Recognizer model. Is there a way to reuse this model on PROD environment? Prod environment is under different subscription.

I cannot find a way to somehow "export" model and move it to other environment. Do I need to create new model from scratch?


Solution

  • You can use the Copy Model API to copy a model between regions and subscriptions. See here for more details - How to Copy API - https://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/disaster-recovery#copy-api-overview

    Copy Model API reference - https://westcentralus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1-preview-2/operations/CopyCustomFormModel