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 bed9d2b commit bf49d23Copy full SHA for bf49d23
articles/cognitive-services/Computer-vision/QuickStarts/node-print-text.md
@@ -58,7 +58,7 @@ let subscriptionKey = process.env['COMPUTER_VISION_SUBSCRIPTION_KEY'];
58
let endpoint = process.env['COMPUTER_VISION_ENDPOINT']
59
if (!subscriptionKey) { throw new Error('Set your environment variables for your subscription key and endpoint.'); }
60
61
-var uriBase = endpoint + 'vision/v2.1/ocr';
+var uriBase = endpoint + 'vision/v3.0/ocr';
62
63
const imageUrl = 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/' +
64
'Atomist_quote_from_Democritus.png/338px-Atomist_quote_from_Democritus.png';
0 commit comments