File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/cognitive-services/Computer-vision/QuickStarts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ To create and run the sample, do the following steps:
39
39
1 . Paste the command from the text editor into the command prompt window, and then run the command.
40
40
41
41
``` bash
42
- curl -H " Ocp-Apim-Subscription-Key: <subscriptionKey>" -H " Content-Type: application/json" " https://westcentralus.api.cognitive.microsoft.com/vision/v2.1 /ocr?language=unk&detectOrientation=true" -d " {\" url\" :\" https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Atomist_quote_from_Democritus.png/338px-Atomist_quote_from_Democritus.png\" }"
42
+ curl -H " Ocp-Apim-Subscription-Key: <subscriptionKey>" -H " Content-Type: application/json" " https://westcentralus.api.cognitive.microsoft.com/vision/v3.0 /ocr?language=unk&detectOrientation=true" -d " {\" url\" :\" https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Atomist_quote_from_Democritus.png/338px-Atomist_quote_from_Democritus.png\" }"
43
43
```
44
44
45
45
## Examine the response
You can’t perform that action at this time.
0 commit comments