Skip to content

Commit f2c1521

Browse files
authored
Merge pull request #45192 from NHaiby/patch-8
Update label-tool.md
2 parents d7ea9c2 + 26581aa commit f2c1521

File tree

1 file changed

+5
-2
lines changed
  • articles/cognitive-services/form-recognizer/quickstarts

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ To complete this quickstart, you must have:
2929

3030
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/).
3131
1. First, install Docker on a host computer. The host computer can be your local computer ([Windows](https://docs.docker.com/docker-for-windows/), [MacOS](https://docs.docker.com/docker-for-mac/), or [Linux](https://docs.docker.com/install/)). Or, you can use a Docker hosting service in Azure, such as the [Azure Kubernetes Service](https://docs.microsoft.com/azure/aks/index), [Azure Container Instances](https://docs.microsoft.com/azure/container-instances/index), or a Kubernetes cluster [deployed to an Azure Stack](https://docs.microsoft.com/azure-stack/user/azure-stack-solution-template-kubernetes-deploy?view=azs-1910). The host computer must meet the following hardware requirements:
32+
3233
| Container | Minimum | Recommended|
3334
|:--|:--|:--|
34-
|Sample labeling tool|2 core, 4-GB memory|4 core, 8-GB memory
35+
|Sample labeling tool|2 core, 4-GB memory|4 core, 8-GB memory|
36+
3537
1. Next, you'll need the [Azure command-line interface (CLI)](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest). Install it on your machine if you haven't already.
3638
1. Then enter the following command in a command prompt. The values for `<username>` and `<password>` are in your Welcome to Form Recognizer email.
3739
```
@@ -45,7 +47,8 @@ You'll use the Docker engine to run the sample labeling tool. Follow these steps
4547
```
4648
docker run -it -p 3000:80 containerpreview.azurecr.io/microsoft/cognitive-services-form-recognizer-custom-supervised-labeltool eula=accept
4749
```
48-
This command will make the sample labeling tool available through a web browser. Go to [http://localhost:3000](http://localhost:3000).
50+
51+
This command will make the sample labeling tool available through a web browser. Go to [http://localhost:3000](http://localhost:3000).
4952
5053
> [!NOTE]
5154
> You can also label documents and train models using the Form Recognizer REST API. To train and Analyze with the REST API, see [Train with labels using the REST API and Python](./python-labeled-data.md).

0 commit comments

Comments
 (0)