Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -90,7 +90,7 @@ async function handleEvent(event) { | ... | @@ -90,7 +90,7 @@ async function handleEvent(event) { |
90 | file=chunk; | 90 | file=chunk; |
91 | }); | 91 | }); |
92 | }); | 92 | }); |
93 | - | 93 | + console.log(file); |
94 | var cheerio = require('cheerio'); | 94 | var cheerio = require('cheerio'); |
95 | var uriBase = 'https://koreacentral.api.cognitive.microsoft.com/vision/v2.1/ocr'; | 95 | var uriBase = 'https://koreacentral.api.cognitive.microsoft.com/vision/v2.1/ocr'; |
96 | var options = { | 96 | var options = { | ... | ... |
-
Please register or login to post a comment