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/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ Containers enable you to run the Computer Vision APIs in your own environment. C
22
22
23
23
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).
24
24
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
+
25
28
## Read 3.2 container
26
29
27
30
The Read 3.2 OCR container provides:
@@ -83,13 +86,20 @@ Container images for Read are available.
@@ -200,6 +216,10 @@ To find your connection string:
200
216
201
217
The container provides REST-based query prediction endpoint APIs.
202
218
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
+
203
223
# [Version 3.2](#tab/version-3-2)
204
224
205
225
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
210
230
211
231
---
212
232
213
-
### Asynchronous read
233
+
### Asynchronous Read
214
234
235
+
For the latest preview, everything is the same as 3.2 except for the additional `"modelVersion": "2021-09-30-preview"`.
0 commit comments