Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
은승우
2019-12-05 12:38:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
afe83a4642409e23e8fd5580c27a87c4f063f9d8
afe83a46
1 parent
04585ed6
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
afe83a4
...
...
@@ -87,7 +87,7 @@ async function handleEvent(event) {
let
subscriptionKey
=
process
.
env
[
'COMPUTER_VISION_SUBSCRIPTION_KEY'
];
let
endpoint
=
process
.
env
[
'COMPUTER_VISION_ENDPOINT'
];
console
.
log
(
"?"
);
console
.
log
(
subscriptionKey
);
var
uriBase
=
endpoint
+
'vision/v2.1/ocr'
;
var
options
=
{
uri
:
uriBase
,
...
...
Please
register
or
login
to post a comment