Skip to content

Commit

Permalink
Latest version of google-vision-api-client does not need url modifica…
Browse files Browse the repository at this point in the history
…tion in index.js - removing comment
  • Loading branch information
Jugal committed Mar 8, 2016
1 parent 20e2eec commit e426f2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ var d = requtil.createRequests().addRequest(
.withFeature('TEXT_DETECTION', 10)
.build());

/*
Note that the google-vision-api-client points to the wrong url, should point to
'https://vision.googleapis.com/v1/images:annotate'
This can be changed by modifying baseurl in node_modules/google-vision-api-client/index.js
*/

//Do query to the api server
vision.query(d, function(e, r, d){
if(e) console.log('ERROR:', e);
Expand Down

0 comments on commit e426f2d

Please sign in to comment.