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/deploy-label-tool.md
+40-4Lines changed: 40 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,34 @@ author: PatrickFarley
6
6
manager: nitinme
7
7
ms.service: cognitive-services
8
8
ms.subservice: forms-recognizer
9
-
ms.topic: conceptual
10
-
ms.date: 02/28/2020
9
+
ms.topic: how-to
10
+
ms.date: 03/20/2020
11
11
ms.author: pafarley
12
12
---
13
13
14
14
# Deploy the sample labeling tool
15
15
16
-
The Form Recognizer sample labeling tool is an application that runs in a Docker container. It provides a helpful UI that you can use to manually label form documents for the purpose of supervised learning. The [Train with labels](./quickstarts/label-tool.md) quickstart shows you how to run the tool on your local computer, which is the most common scenario.
16
+
The Form Recognizer sample labeling tool is an application that provides a simple user interface (UI), which you can use to manually label forms (documents) for the purpose of supervised learning. In this article, we'll provide links and instructions that teach you how to:
17
17
18
-
This guide will explain alternate ways you can deploy and run the sample labeling tool.
18
+
* Run sample labeling tool locally
19
+
* Deploy the sample labeling tool to an Azure Container Instance (ACI)
20
+
* Use the open sourced OCR Form Labeling Tool
21
+
22
+
## Run the sample labeling tool locally
23
+
24
+
The fastest way to start labeling data is to run the sample labeling tool locally. The following quickstart uses the Form Recognizer REST API and the sample labeling tool to train a custom model with manually labeled data.
25
+
26
+
*[Quickstart: Label forms, train a model, and analyze a form using the sample labeling tool](./quickstarts/label-tool.md).
19
27
20
28
## Deploy with Azure Container Instances
21
29
30
+
Before we get started, it's important to note that there are two ways to deploy the sample labeling tool to an Azure Container Instance (AC):
31
+
32
+
* Using the Azure portal
33
+
* Using the Azure CLI
34
+
35
+
### Azure portal
36
+
22
37
You can run the label tool in a Docker web app container. First, [create a new Web App resource](https://ms.portal.azure.com/#create/Microsoft.WebSite) on the Azure portal. Fill in the form with your subscription and resource group details. Enter the following information in the required fields:
23
38
***Publish**: Docker Container
24
39
***Operating** System: Linux
@@ -32,10 +47,31 @@ On the next page, fill in the following fields for the Docker container setup:
32
47
33
48
The steps that follow are optional. Once your app has finished deploying, you can run it and access the label tool online.
We recommend to connect your web app to Azure Active Director (AAD) so that only someone with your credentials can sign in and use the app. Follow the instructions in [Configure your App Service app](https://docs.microsoft.com/azure/app-service/configure-authentication-provider-aad) to connect to AAD.
38
70
71
+
## Open source on GitHub
72
+
73
+
74
+
39
75
## Next steps
40
76
41
77
Return to the [Train with labels](./quickstarts/label-tool.md) quickstart to learn how to use the tool to manually label training data and do supervised learning.
0 commit comments