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-03 20:20:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
233e727840be8be21d723000b11e0cbe90d4e786
233e7278
1 parent
a252050c
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 @
233e727
...
...
@@ -84,7 +84,7 @@ vision.init(jsonfile);
//Build the request payloads
var
d
=
requtil
.
createRequests
().
addRequest
(
requtil
.
createRequest
(
'/home/ubuntu/a/LINEBOT/photo/Fancy-TWICE.jpg'
)
.
withFeature
(
'
Optical Character Recognition
'
,
3
)
.
withFeature
(
'
TEXT_DETECTION
'
,
3
)
.
build
());
//Do query to the api server
vision
.
query
(
d
,
function
(
e
,
r
,
d
){
...
...
Please
register
or
login
to post a comment