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/applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: how-to
10
-
ms.date: 01/04/2023
10
+
ms.date: 01/23/2023
11
11
ms.author: lajanuar
12
12
monikerRange: 'form-recog-2.1.0'
13
13
recommendations: false
@@ -21,6 +21,10 @@ Azure Form Recognizer is an Azure Applied AI Service that lets you build automat
21
21
22
22
In this article you'll learn how to download, install, and run Form Recognizer containers. Containers enable you to run the Form Recognizer service in your own environment. Containers are great for specific security and data governance requirements. Form Recognizer features are supported by six Form Recognizer feature containers—**Layout**, **Business Card**,**ID Document**, **Receipt**, **Invoice**, and **Custom** (for Receipt, Business Card and ID Document containers you'll also need the **Read** OCR container).
23
23
24
+
> [!IMPORTANT]
25
+
>
26
+
> * To use Form Recognizer containers, you must submit an online request, and have it approved. For more information, _see_[Request approval to run container](#request-approval-to-run-container) below.
27
+
24
28
## Prerequisites
25
29
26
30
To get started, you'll need an active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/).
@@ -39,6 +43,12 @@ You'll also need the following to use Form Recognizer containers:
39
43
|**Azure CLI (command-line interface)**| The [Azure CLI](/cli/azure/install-azure-cli) enables you to use a set of online commands to create and manage Azure resources. It's available to install in Windows, macOS, and Linux environments and can be run in a Docker container and Azure Cloud Shell. |
40
44
|||
41
45
46
+
## Request approval to run container
47
+
48
+
Complete and submit the [**Azure Cognitive Services Application for Gated Services**](https://aka.ms/csgate) to request access to the container.
49
+
50
+
[!INCLUDE [Request access to public preview](../../../../includes/cognitive-services-containers-request-access.md)]
51
+
42
52
## Host computer requirements
43
53
44
54
The host is a x64-based computer that runs the Docker container. It can be a computer on your premises or a Docker hosting service in Azure, such as:
@@ -49,7 +59,7 @@ The host is a x64-based computer that runs the Docker container. It can be a com
49
59
50
60
### Container requirements and recommendations
51
61
52
-
#### Required containers
62
+
#### Required supporting containers
53
63
54
64
The following table lists the supporting container(s) for each Form Recognizer container you download. For more information, see the [Billing](#billing) section.
Before attempting to run a Docker container in an offline environment, make sure you know the steps to successfully download and use the container. For example:
0 commit comments