Read Me
gImageReader is a simple PyGtk front-end to tesseract.
Main features:
- Allows the user to select the part of the image they want to be recognized or directly recognize the entire image.
- Supports PDF documents and multipage recognition.
- Allows the user to acquire images from scanning devices.
- Recognized text displayed directly next to the image.
- Basic editing of output text, including search/replace and removing line breaks on selected text.
- Spellcheck enabled for the selected language in the output textfield if corresponding dictionary installed.
- User is prompted to install missing spellcheck languages (requires PackageKit or apt-file).
- Easily switch between multiple open files.
- Attempts to automatically detect all necessary programs, otherwise shows a configuration prompt to the user.
Installation:
See INSTALL
Contribute:
If you would like to contribute, please don't hesitate to contact me!
Translating:
Any translations are welcome! The basic steps are
1) Create a new translation: edit localize.sh and append the new language code to the LANGS variable
2) Update the translations: run "./localize.sh update" (without quotes)
3) Edit the po files in po/
4) Test the translation: run "./localize.sh compile" (without quotes) and run bin/gimagereader
5) Submit the translation: please send the *po* file to <manisandro@gmail.com>, thanks!
Copyright 2009-2011 Sandro Mani <manisandro@gmail.com>