Skip to content

Commit a218c22

Browse files
authored
Update python-print-text.md
1 parent ca350d7 commit a218c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-print-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ else:
6262
if 'COMPUTER_VISION_ENDPOINT' in os.environ:
6363
endpoint = os.environ['COMPUTER_VISION_ENDPOINT']
6464

65-
ocr_url = endpoint + "vision/v2.1/ocr"
65+
ocr_url = endpoint + "vision/v3.0/ocr"
6666

6767
# Set image_url to the URL of an image that you want to analyze.
6868
image_url = "https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/" + \

0 commit comments

Comments
 (0)