Transfer form recognizer custom model project from one user account to another using python

Himanshu Singh 0 Reputation points
2023-10-04T13:05:21.0333333+00:00

I want to transfer my form recognizer custom model project from my account to another user account using Python. Where resource group, storage account, and form recognizer instance will remain the same. It's like exporting a custom model project from test1@fr.com to test2@fr.com. Any help would be highly helpful.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,792 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,296 Reputation points
    2023-10-04T19:09:34.7966667+00:00

    Hello @Himanshu Singh , Thanks for using Microsoft Q&A Platform.

    Here are some possible workarounds we have:

    • As we know, we can use the Copy Model API to copy custom model to a different region or a different subscription. This scenario is mostly recommended to copy model to another Document Intelligence account in another region. Additionally, here is the python SDK documentation please navigate to the copy model method for more information: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-formrecognizer/3.3.0/_modules/azure/ai/formrecognizer/_form_training_client.html
    • Also, we have project sharing feature on Studio but currently doesn't support cross-directory (tenant) sharing. User's image
    • As mentioned in this question, Document intelligence studio tool stores labels and document files in your blob storage account containers. So, you can directly create a new project under your resource/account by linking to the storage container that contains all your previous project training data including labels.file. Once new project is created you can see your training data in the current project.

    These are the best possible ways you can try that fits your scenario.

    I hope this helps.

    Regards,
    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.