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/includes/curl-quickstart.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,10 @@ Use the Optical character recognition REST API to read printed and handwritten t
28
28
*[cURL](https://curl.haxx.se/) installed
29
29
30
30
31
-
32
31
## Extract printed and handwritten text
33
32
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).
35
34
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.
37
35
38
36
### Call the Read API
39
37
@@ -54,6 +52,9 @@ curl -v -X POST "https://westcentralus.api.cognitive.microsoft.com/vision/v3.2/r
54
52
55
53
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.
56
54
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
+
57
58
### Get Read results
58
59
59
60
1. Copy the following command into your text editor.
0 commit comments