gImageReader is a simple Gtk/Qt front-end to tesseract. Features include:
 - Automatic page layout detection
 - User can manually define and adjust recognition regions
 - Import images from disk, scanning devices, clipboard and screenshots
 - Supports multipage PDF documents
 - Recognized text displayed directly next to the image
 - Basic editing of output text, including search/replace and removing line breaks
 - Spellchecking for output text (if corresponding dictionary installed)

Translations:
 - To update the existing translations, just run updateTranslations.sh
 - To create translations, follow the following steps:
   1. Run updateTranslations.sh
   2. Rename the generated po/gimagereader.pot file to po/<language>.po (i.e. po/de.po)
   3. Add the language to po/LINGUAS
   4. Translate the strings in po/<language>.po
