Skip to content

Commit 180a648

Browse files
authored
Merge pull request #174608 from sanjeev3/master
OCR - New release updates
2 parents ba57cb8 + f346a9c commit 180a648

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

articles/cognitive-services/Computer-vision/includes/curl-quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ Use the Optical character recognition REST API to read printed and handwritten t
2828
* [cURL](https://curl.haxx.se/) installed
2929

3030

31-
3231
## Extract printed and handwritten text
3332

34-
The OCR service can extract visible text in an image or document and convert it to a character stream. For more information on text extraction, see the [Optical character recognition (OCR) overview](../overview-ocr.md).
33+
The OCR service can extract visible text in an image or document and convert it to a character stream. For more information on text extraction, see the [Optical character recognition (OCR) overview](../overview-ocr.md).
3534

36-
The Read API supports 122 languages for print text and 7 languages for handwritten text. See [How to specify the model version](../Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the latest preview languages. The preview model includes any enhancements to the currently GA languages.
3735

3836
### Call the Read API
3937

@@ -54,6 +52,9 @@ curl -v -X POST "https://westcentralus.api.cognitive.microsoft.com/vision/v3.2/r
5452

5553
The response will include an `Operation-Location` header, whose value is a unique URL. You use this URL to query the results of the Read operation. The URL expires in 48 hours.
5654

55+
### How to use preview features
56+
For the preview languages and features, see [How to specify the model version](../Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the latest preview. The preview model includes any enhancements to the currently GA languages and features.
57+
5758
### Get Read results
5859

5960
1. Copy the following command into your text editor.

articles/cognitive-services/Computer-vision/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Computer Vision's OCR APIs support several languages. Read can extract text from
2525
>
2626
> The Read API uses universal script models to extract all multi-lingual text in your images or documents, including mixed langauge text lines. Do not provide the language parameter unless you are sure that there is only one language in the image or document. Otherwise, the service may return incomplete and incorrect text.
2727
28-
See [How to specify the model version](./Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the preview languages. The preview model includes any enhancements to the currently GA languages.
28+
See [How to specify the model version](./Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the preview languages and features. The preview model includes any enhancements to the currently GA version.
2929

3030
### Handwritten text
3131
|Language| Language code (optional) | Read |

articles/cognitive-services/Computer-vision/overview-ocr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ The **Read** call takes images and documents as its input. They have the followi
4141
* The file size must be less than 50 MB (6 MB for the free tier) and dimensions at least 50 x 50 pixels and at most 10000 x 10000 pixels.
4242

4343
## Supported languages
44-
The Read API supports 122 languages for print text and 7 languages for handwritten text.
44+
The Read API supports 122 languages for print text and 7 languages for handwritten text, including preview languages and features.
4545

4646
OCR for print text includes support for English, French, German, Italian, Portuguese, Spanish, Chinese, Japanese, Korean, and Russian (preview), along with Latin and Cyrillic languages with the latest preview update.
4747

48-
OCR for handwritten text includes support for English, and preview of French, German, Italian, Portuguese, Spanish, and Chinese languages.
48+
OCR for handwritten text includes support for English, and preview of French, German, Italian, Portuguese, Spanish, and Chinese language support.
4949

50-
See [How to specify the model version](./Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the preview languages and refer to the full list of [OCR-supported languages](./language-support.md#optical-character-recognition-ocr). The preview model includes any enhancements to the currently GA languages.
50+
See [How to specify the model version](./Vision-API-How-to-Topics/call-read-api.md#determine-how-to-process-the-data-optional) to use the preview languages and features. Refer to the full list of [OCR-supported languages](./language-support.md#optical-character-recognition-ocr). The preview model includes any enhancements to the currently GA version.
5151

5252
## Key features
5353

0 commit comments

Comments
 (0)