Skip to content

puffygeek/scanr-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published