electron-ocr
v2.0.0
Published
Optical Character Recognition module for Electron Applications
Downloads
3
Readme
electron-optical-character-recognition
Description
The electron-ocr
module provides an easy to use Optical Character Recognition library with Electron applications by leveraging the Ocrad.js library.
Installation
With npm do:
npm install electron-ocr
Usage
Initialize the OCR library:
ocr.set();
Dependencies
Uses with the following versions:
"jquery": "^2.2.0",
"ocrad.js": "0.0.1"
Built with electron-ocr
- 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.
Contributing
To submit patches:
- Fork this repository
- Implement the desired feature with tests (and documentation if necessary)
- Submit a pull request
Future
Features that would be nice to include:
Please open an issue if you have any other updates that would be nice to have.
License
The electron-ocr
module is released under the MIT license.