• Stars
    star
    130
  • Rank 277,575 (Top 6 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 9 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Automatically exported from code.google.com/p/lector
Requirements:

    tesseract >= 2.00 (with language packages)
    python
    pil
    pyqt4 >= 4.3

Optional:
    pil-sane
    sane-utils (for scanning under linux)
    pyenchant (for spellchecking)

How to install on Linux:
  1. sudo python setup.py install --record lector_files.txt
  2. save lector_files.txt for uninstall

How to uninstall on Linux:
  sudo cat lector_files.txt | xargs sudo rm -rf