0.0.4 • Published 8 years ago

scanr v0.0.4

Weekly downloads
6
License
Apache
Repository
github
Last release
8 years ago

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);
}

more docs

Contribute

Please do. Fork it, star it, share it and add your code to the project. Help others.

License

MIT

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago