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 1b23fd8 commit a60bbdbCopy full SHA for a60bbdb
nodejs/Vision/ComputerVisionOCR.js
@@ -15,7 +15,6 @@ let request = require('request')
15
*/
16
17
// Add your Azure Computer Vision subscription key and endpoint to your environment variables.
18
-// Also note v5 and v7 require separate subscription keys.
19
let subscriptionKey = process.env['COMPUTER_VISION_SUBSCRIPTION_KEY']
20
let endpoint = process.env['COMPUTER_VISION_ENDPOINT'] + '/vision/v2.1/ocr'
21
0 commit comments