var gcloud = require('gcloud')({ projectId: 'my-project', keyFilename: 'keyfile.json'});var vision = gcloud.vision();vision.detectText('./image.jpg', function(err, text) { if (text.length > 0) { console.log('We found text on this image...'); }});
Use promo code NEXT1720 to save $300 off general admission
No comments :
Post a Comment