은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -87,7 +87,7 @@ function handleEvent(event) {
let subscriptionKey = process.env['COMPUTER_VISION_SUBSCRIPTION_KEY'];
let endpoint = process.env['COMPUTER_VISION_ENDPOINT'];
console.log(endpoint);
console.log("?");
var uriBase = endpoint + 'vision/v2.1/ocr';
var options = {
uri: uriBase,
......