Skip to content

Commit a1dd36e

Browse files
authored
Update form-recognizer-container-howto.md
1 parent 40d00c8 commit a1dd36e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/cognitive-services/form-recognizer/form-recognizer-container-howto.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To reduce complexity and easily integrate a custom Form Recognizer model into yo
1818

1919
|Function|Features|
2020
|-|-|
21-
|Form Recognizer| <li>Processes PDF, PNG, and JPG files<li>Trains custom models with a minimum of five forms of the same layout <li>Extracts key-value pairs and table information <li>Uses the Azure Cognitive Services Computer Vision API Recognize Text feature to detect and extract printed text from images inside forms<li>Doesn't require annotation or labeling|
21+
|Form Recognizer| <li>Processes PDF, PNG, and JPG files<li>Trains custom models with a minimum of 5 forms of the same layout <li>Extracts key-value pairs and table information <li>Uses the Azure Cognitive Services Computer Vision API Recognize Text feature to detect and extract printed text from images inside forms<li>Doesn't require annotation or labeling|
2222

2323
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2424

@@ -31,8 +31,8 @@ Before you use Form Recognizer containers, you must meet the following prerequis
3131
|Docker Engine| You need the Docker Engine installed on a [host computer](#the-host-computer). Docker provides packages that configure the Docker environment on [macOS](https://docs.docker.com/docker-for-mac/), [Windows](https://docs.docker.com/docker-for-windows/), and [Linux](https://docs.docker.com/engine/installation/#supported-platforms). For a primer on Docker and container basics, see the [Docker overview](https://docs.docker.com/engine/docker-overview/).<br><br> Docker must be configured to allow the containers to connect with and send billing data to Azure. <br><br> On Windows, Docker must also be configured to support Linux containers.<br><br>|
3232
|Familiarity with Docker | You should have a basic understanding of Docker concepts, such as registries, repositories, containers, and container images, and knowledge of basic `docker` commands.|
3333
|The Azure CLI| Install the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest) on your host.|
34-
|Computer Vision API resource| To process scanned documents and images, you need a Computer Vision resource. You can access the Recognize Text feature as either an Azure resource (the REST API or SDK) or a *cognitive-services-recognize-text* [container](../Computer-vision/computer-vision-how-to-install-containers.md##get-the-container-image-with-docker-pull). The usual billing fees apply. <br><br>Pass in both the key and billing endpoints for your Computer Vision resource (Azure cloud or Cognitive Services container). Use this key and the billing endpoint as {COMPUTER_VISION_API_KEY} and {COMPUTER_VISION_BILLING_ENDPOINT_URI}.<br><br> If you use the *cognitive-services-recognize-text* container, make sure that:<li>Your Computer Vision key for the Form Recognizer container is the key specified in the Computer Vision `docker run` command for the *cognitive-services-recognize-text* container.<li>Your billing endpoint is the container's endpoint (for example, `https://localhost:5000`). If you use both the Computer Vision container and Form Recognizer container together on the same host, they can't both be started with the default port of *5000*. |
35-
|Form Recognizer resource |To use these containers, you must have:<li>A _Form Recognizer_ Azure resource to get the associated billing key and billing endpoint URI. Both values are available on the Azure portal **Form Recognizer Overview** and **Form Recognizer Overview Keys** pages, and both values are required to start the container.<li>**{BILLING_KEY}**: resource key<li>**{BILLING_ENDPOINT_URI}**: endpoint URI example is `https://westus.api.cognitive.microsoft.com/forms/v1.0`|
34+
|Computer Vision API resource| To process scanned documents and images, you need a Computer Vision resource. You can access the Recognize Text feature as either an Azure resource (the REST API or SDK) or a *cognitive-services-recognize-text* [container](../Computer-vision/computer-vision-how-to-install-containers.md##get-the-container-image-with-docker-pull). The usual billing fees apply. <br><br>Pass in both the key and billing endpoints for your Computer Vision resource (Azure cloud or Cognitive Services container). Use this key and the billing endpoint as {COMPUTER_VISION_API_KEY} and {COMPUTER_VISION_BILLING_ENDPOINT_URI}.<br><br> If you use the *cognitive-services-recognize-text* container, make sure that:<br><br>Your Computer Vision key for the Form Recognizer container is the key specified in the Computer Vision `docker run` command for the *cognitive-services-recognize-text* container.<br>Your billing endpoint is the container's endpoint (for example, `https://localhost:5000`). If you use both the Computer Vision container and Form Recognizer container together on the same host, they can't both be started with the default port of *5000*. |
35+
|Form Recognizer resource |To use these containers, you must have:<br><br>A _Form Recognizer_ Azure resource to get the associated billing key and billing endpoint URI. Both values are available on the Azure portal **Form Recognizer Overview** and **Form Recognizer Overview Keys** pages, and both values are required to start the container.<br><br>**{BILLING_KEY}**: resource key<br><br>**{BILLING_ENDPOINT_URI}**: endpoint URI example is `https://westus.api.cognitive.microsoft.com/forms/v1.0`|
3636

3737
## Request access to the container registry
3838

@@ -77,6 +77,9 @@ docker pull containerpreview.azurecr.io/microsoft/cognitive-services-recognize-t
7777

7878
[!INCLUDE [Tip for using docker list](../../../includes/cognitive-services-containers-docker-list-tip.md)]
7979

80+
### Docker pull for the Form Recognizer container
81+
82+
#### Form Recognizer
8083

8184
To get the Form Recognizer container, use the following command:
8285

0 commit comments

Comments
 (0)