Form Recognizer Labeling Tool - working with remote team - best practice

Naqqash 21 Reputation points
2021-08-23T10:07:19.267+00:00

Hi there,

I am working with a remote team and want to give access to the same labeling tool project(s) I am working on. Currently, I am using a docker container locally for labelling and custom models but I could not find enough information on what is the recommended option about working on the labeling tool across teams based on different regions.

One possibility that comes to my mind is to deploy the same container on Azure portal and give access to the relevant team member?

Was wondering if there is another suggestion.

Regards,
Naqqash

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

Accepted answer
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2021-08-23T14:00:20.23+00:00

    @Naqqash Since you are using a blob container with your docker container hosted labeling tool you can share the same blob container SAS URI to your team and request them to add the same as a new connection with either the hosted azure version of the labeling tool with this link.
    https://fott-preview.azurewebsites.net/connections/create

    You can also add a new connection with the docker container using your URI https://<your_host>/connections/create

    Once this is done you should be able to open the projects under this container using Open cloud project and select the connection that is created.

    Another simple way to achieve the same is to share your project from the top right corner.

    125692-image.png

    Share this token to your team and request then to open cloud project option to paste the key from their version of labeling tool.

    I would recommend to sue the same version of the labeling tool to avoid any issues with compatibility.

    125617-image.png

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.