Skip to content

Commit bf49d23

Browse files
authored
Update node-print-text.md
1 parent bed9d2b commit bf49d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let subscriptionKey = process.env['COMPUTER_VISION_SUBSCRIPTION_KEY'];
5858
let endpoint = process.env['COMPUTER_VISION_ENDPOINT']
5959
if (!subscriptionKey) { throw new Error('Set your environment variables for your subscription key and endpoint.'); }
6060

61-
var uriBase = endpoint + 'vision/v2.1/ocr';
61+
var uriBase = endpoint + 'vision/v3.0/ocr';
6262

6363
const imageUrl = 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/' +
6464
'Atomist_quote_from_Democritus.png/338px-Atomist_quote_from_Democritus.png';

0 commit comments

Comments
 (0)