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 10:40:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad9d326ce49bc69b63335818acf18ac45443dc53
ad9d326c
1 parent
c9e9f506
Update app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
ad9d326
...
...
@@ -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
,
...
...
Please
register
or
login
to post a comment