gImageReader is a simple Gtk 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 create translations, follow the following steps:
    1. In the po folder, type "intltool-update --gettext-package=gimagereader --pot"
    2. Rename the generated gimagereader.pot file to <language>.po (i.e. de.po)
    3. Add the language to LINGUAS
    4. Translate the strings in <language>.po
    5. To update the translation strings of an existing translation, type
       "intltool-update --gettext-package=gimagereader <language>"
       (i.e. "intltool-update --gettext-package=gimagereader de")
