Skip to content

Commit 8933342

Browse files
authored
Update curl-quickstart.md
1 parent 5cefebf commit 8933342

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
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.

0 commit comments

Comments
 (0)