The electron-ocr
module provides an easy to use Optical Character Recognition library with Electron applications by leveraging the Ocrad.js library.
With npm do:
npm install electron-ocr
Or, clone repository and install dependencies:
$ git clone [email protected]:acareaga/electron-ocr.git
$ cd electron-ocr
$ npm install
Initialize the OCR library:
ocr.set();
Uses with the following versions:
"jquery": "^2.2.0",
"ocrad.js": "0.0.1"
- Itamae - Digital recipe app built with Ember, Electron, and OCR.
If you're integrating the module in a creative way, please submit a pull request so your application can be featured above.
To submit patches:
- Fork this repository
- Implement the desired feature with tests (and documentation if necessary)
- Submit a pull request
Features that would be nice to include:
Please open an issue if you have any other updates that would be nice to have.
The electron-ocr
module is released under the MIT license.