Skip to content

Commit 6b556e3

Browse files
committed
Adding note to open source tool in quickstart.
1 parent 43eb501 commit 6b556e3

File tree

1 file changed

+6
-1
lines changed
  • articles/cognitive-services/form-recognizer/quickstarts

1 file changed

+6
-1
lines changed

articles/cognitive-services/form-recognizer/quickstarts/label-tool.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ To complete this quickstart, you must have:
3131
## Set up the sample labeling tool
3232

3333
You'll use the Docker engine to run the sample labeling tool. Follow these steps to set up the Docker container. For a primer on Docker and container basics, see the [Docker overview](https://docs.docker.com/engine/docker-overview/).
34+
35+
> [!TIP]
36+
> The OCR Form Labeling Tool is also available as an open source project on GitHub. The tool is a web application built using React + Redux, and is written in TypeScript. To learn more, contribute, see [OCR Form Labeling Tool](https://github.com/microsoft/OCR-Form-Tools/blob/master/README.md#run-as-web-application).
37+
3438
1. First, install Docker on a host computer. This guide will show you how to use local computer as a host. If you want to use a Docker hosting service in Azure, see the [Deploy the sample labeling tool](../deploy-label-tool.md) how-to guide.
3539

3640
The host computer must meet the following hardware requirements:
@@ -181,11 +185,12 @@ Go to your project settings page (slider icon) and take note of the security tok
181185
When you want to resume your project, you first need to create a connection to the same blob storage container. Repeat the steps above to do this. Then, go to the application settings page (gear icon) and see if your project's security token is there. If it isn't, add a new security token and copy over your token name and key from the previous step. Then click Save Settings.
182186
183187
### Resume a project
188+
184189
Finally, go to the main page (house icon) and click Open Cloud Project. Then select the blob storage connection, and select your project's *.vott* file. The application will load all of the project's settings because it has the security token.
185190
186191
## Next steps
187192
188-
In this quickstart, you learned how to use the Form Recognizer sample labeling tool to train a model with manually labeled data. If you'd like to integrate the labeling tool into your own application, use the REST APIs that deal with labeled data training.
193+
In this quickstart, you've learned how to use the Form Recognizer sample labeling tool to train a model with manually labeled data. If you'd like to integrate the labeling tool into your own application, use the REST APIs that deal with labeled data training.
189194
190195
> [!div class="nextstepaction"]
191196
> [Train with labels using Python](./python-labeled-data.md)

0 commit comments

Comments
 (0)