Skip to content

Commit a60bbdb

Browse files
authored
Minor
1 parent 1b23fd8 commit a60bbdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodejs/Vision/ComputerVisionOCR.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ let request = require('request')
1515
*/
1616

1717
// Add your Azure Computer Vision subscription key and endpoint to your environment variables.
18-
// Also note v5 and v7 require separate subscription keys.
1918
let subscriptionKey = process.env['COMPUTER_VISION_SUBSCRIPTION_KEY']
2019
let endpoint = process.env['COMPUTER_VISION_ENDPOINT'] + '/vision/v2.1/ocr'
2120

0 commit comments

Comments
 (0)