Skip to content

Commit f3e8894

Browse files
authored
Update computer-vision-how-to-install-containers.md
1 parent 3e62851 commit f3e8894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Containers enable you to run the Computer Vision APIs in your own environment. C
2323
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 how-to guide](Vision-API-How-to-Topics/call-read-api.md).
2424

2525
## What's new
26-
For existing users of the Read containers, a new `3.2-model-2021-09-30-preview` version of the Read container is available with support for 122 languages and general performance and AI enhancements. Please refer to [What's new in October](whats-new#ocr-read-api-public-preview-supports-122-languages) for more details, and follow the [download instructions](#docker-pull-for-the-read-ocr-container) to get started.
26+
For existing users of the Read containers, a new `3.2-model-2021-09-30-preview` version of the Read container is available with support for 122 languages and general performance and AI enhancements. Please refer to [What's new in October](whats-new) for more details, and follow the [download instructions](#docker-pull-for-the-read-ocr-container) to get started.
2727

2828
## Read 3.2 container
2929

@@ -132,7 +132,7 @@ Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/)
132132
For the latest preview, replace 3.2 path with:
133133

134134
```
135-
mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2021-09-30-preview \
135+
mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2021-09-30-preview
136136
```
137137

138138
# [Version 3.2](#tab/version-3-2)

0 commit comments

Comments
 (0)