Skip to content

acareaga/electron-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Or, clone repository and install dependencies:

$ git clone git@github.com:acareaga/electron-ocr.git
$ cd electron-ocr
$ npm install

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.

About

Optical Character Recognition module for Electron Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published