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
#Customer intent: As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
@@ -35,6 +35,9 @@ Containerization is an approach to software distribution in which an application
35
35
36
36
Azure Cognitive Services containers provide the following set of Docker containers, each of which contains a subset of functionality from services in Azure Cognitive Services. You can find instructions and image locations in the tables below. A list of [container images](containers/container-image-tags.md) is also available.
37
37
38
+
> [!NOTE]
39
+
> See [Install and run Form Recognizer containers](../applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run.md) for **Applied AI Services Form Recognizer** container instructions and image locations.
40
+
38
41
### Decision containers
39
42
40
43
| Service | Container | Description | Availability |
@@ -74,12 +77,6 @@ Azure Cognitive Services containers provide the following set of Docker containe
74
77
|[Computer Vision][cv-containers]|**Read OCR** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-read)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. This container can also [run in disconnected environments](containers/disconnected-containers.md). |
75
78
|[Spatial Analysis][spa-containers]|**Spatial analysis** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-spatial-analysis)) | Analyzes real-time streaming video to understand spatial relationships between people, their movement, and interactions with objects in physical environments. | Preview |
76
79
77
-
### Applied AI Services containers
78
-
79
-
| Service | Container | Description | Availability |
80
-
|--|--|--|:--:|
81
-
|[Form Recognizer](../applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run.md)|*See*[**Container requirements**](../applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run.md#container-requirements-and-recommendations)| Form Recognizer containers enable you to identify and extract text, key/value pairs, selection marks, table data, and more from documents and output structured data that includes relationships in the original file. | Gated preview |
82
-
83
80
<!--
84
81
|[Personalizer](./personalizer/what-is-personalizer.md) |F0, S0|**Personalizer** ([image](https://go.microsoft.com/fwlink/?linkid=2083928&clcid=0x409))|Azure Personalizer is a cloud-based API service that allows you to choose the best experience to show to your users, learning from their real-time behavior.|
Copy file name to clipboardExpand all lines: articles/cognitive-services/containers/container-image-tags.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,17 @@ author: aahill
7
7
manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.topic: reference
10
-
ms.date: 09/09/2021
10
+
ms.date: 03/14/2022
11
11
ms.author: aahi
12
12
---
13
13
14
14
# Azure Cognitive Services container image tags and release notes
15
15
16
16
Azure Cognitive Services offers many container images. The container registries and corresponding repositories vary between container images. Each container image name offers multiple tags. A container image tag is a mechanism of versioning the container image. This article is intended to be used as a comprehensive reference for listing all the Cognitive Services container images and their available tags.
17
17
18
+
> [!NOTE]
19
+
> See [Form Recognizer container image tags and release notes](../applied-ai-services/form-recognizer/containers/form-recognizer-container-image-tags.md) for **Applied AI Services Form Recognizer** container tag information and updates.
20
+
18
21
> [!TIP]
19
22
> When using [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/), pay close attention to the casing of the container registry, repository, container image name and corresponding tag - as they are **case sensitive**.
0 commit comments