Skip to content

Commit e288797

Browse files
authored
Merge pull request #178047 from sanjeev3/master
Updated Read container doc for new preview release
2 parents ec539f3 + ee1efc4 commit e288797

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Containers enable you to run the Computer Vision APIs in your own environment. C
2222

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

25+
## 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 follow the [download instructions](#docker-pull-for-the-read-ocr-container) to get started.
27+
2528
## Read 3.2 container
2629

2730
The Read 3.2 OCR container provides:
@@ -83,13 +86,20 @@ Container images for Read are available.
8386

8487
| Container | Container Registry / Repository / Image Name |
8588
|-----------|------------|
86-
| Read 2.0-preview | `mcr.microsoft.com/azure-cognitive-services/vision/read:2.0-preview` |
89+
| Read 3.2 model-2021-09-30-preview | `mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2021-09-30-preview` |
8790
| Read 3.2 | `mcr.microsoft.com/azure-cognitive-services/vision/read:3.2` |
91+
| Read 2.0-preview | `mcr.microsoft.com/azure-cognitive-services/vision/read:2.0-preview` |
8892

8993
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download a container image.
9094

9195
### Docker pull for the Read OCR container
9296

97+
For the latest preview:
98+
99+
```bash
100+
docker pull mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2021-09-30-preview
101+
```
102+
93103
# [Version 3.2](#tab/version-3-2)
94104

95105
```bash
@@ -119,6 +129,12 @@ Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/)
119129

120130
[Examples](computer-vision-resource-container-config.md#example-docker-run-commands) of the `docker run` command are available.
121131

132+
For the latest preview, replace 3.2 path with:
133+
134+
```
135+
mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2021-09-30-preview
136+
```
137+
122138
# [Version 3.2](#tab/version-3-2)
123139

124140
```bash
@@ -200,6 +216,10 @@ To find your connection string:
200216

201217
The container provides REST-based query prediction endpoint APIs.
202218

219+
For the latest preview:
220+
221+
Use the same Swagger path as 3.2 but a different port if you have already deployed 3.2 at the 5000 port.
222+
203223
# [Version 3.2](#tab/version-3-2)
204224

205225
Use the host, `http://localhost:5000`, for container APIs. You can view the Swagger path at: `http://localhost:5000/swagger/vision-v3.2-read/swagger.json`.
@@ -210,8 +230,9 @@ Use the host, `http://localhost:5000`, for container APIs. You can view the Swag
210230

211231
---
212232

213-
### Asynchronous read
233+
### Asynchronous Read
214234

235+
For the latest preview, everything is the same as 3.2 except for the additional `"modelVersion": "2021-09-30-preview"`.
215236

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

0 commit comments

Comments
 (0)