You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/form-recognizer/quickstarts/label-tool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ You'll use the Docker engine to run the sample labeling tool. Follow these steps
45
45
```
46
46
docker run -it -p 3000:80 containerpreview.azurecr.io/microsoft/cognitive-services-form-recognizer-custom-supervised-labeltool eula=accept
47
47
```
48
-
This will make the sample labeling tool available through a web browser. Go to [https://localhost:3000](https://localhost:3000).
48
+
This will make the sample labeling tool available through a web browser. Go to [http://localhost:3000](http://localhost:3000).
49
49
50
50
> [!NOTE]
51
51
> 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