We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca350d7 commit a218c22Copy full SHA for a218c22
articles/cognitive-services/Computer-vision/QuickStarts/python-print-text.md
@@ -62,7 +62,7 @@ else:
62
if 'COMPUTER_VISION_ENDPOINT' in os.environ:
63
endpoint = os.environ['COMPUTER_VISION_ENDPOINT']
64
65
-ocr_url = endpoint + "vision/v2.1/ocr"
+ocr_url = endpoint + "vision/v3.0/ocr"
66
67
# Set image_url to the URL of an image that you want to analyze.
68
image_url = "https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/" + \
0 commit comments