scanr
v0.0.4
Published
image to text api
Downloads
2
Readme
scanR Node.js client
dead simple. fast ocr client
- No need for heavy libraries.
- Simple to use.
- Customize it easily.
Get Started
Simply install via npm:
npm install scanr
Load it and you're ready to go!
var scanr = require('scanr')('YOUR_TOKEN', {lang: 'eng'});
scanr.ocr('https://i.imgur.com/fYY6P4Y.png', function(err, text){
console.log(text);
}
Contribute
Please do. Fork it, star it, share it and add your code to the project. Help others.
License
MIT