0.0.4 • Published 10 years ago

scanr v0.0.4

Weekly downloads
6
License
Apache
Repository
github
Last release
10 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

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago