From e426f2d663caf37627b976fb6b1c8ec265eeaf52 Mon Sep 17 00:00:00 2001 From: Jugal Date: Mon, 7 Mar 2016 21:15:16 -0500 Subject: [PATCH] Latest version of google-vision-api-client does not need url modification in index.js - removing comment --- test.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test.js b/test.js index a2c58af..bc54efc 100644 --- a/test.js +++ b/test.js @@ -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);