Read Me
gImageReader is a simple PyGtk front-end to tesseract.
Main features:
- Allows the user to select the part of the scanned image they want to be recognized or directly recognize the entire image.
- Recognized text displayed directly next to the image.
- Spellcheck enabled for the selected language in the output textfield if corresponding dictionary installed (Linux only).
- Allows to select the desired language.
- Append new recognized text to existing text.
- Remove line breaks in selected area of output.
- Save output buffer to text file.
- Autodetection of tesseract / imagemagick installation path, configuration prompt shown to user if autodetection fails.
- The program will autodetect installed dictionaries, currently searching for eng, deu, fra, ita, spa, nld.
- Configure (and store) custom paths as well as preferred language.
- Easily switch between multiple open files
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-2010 Sandro Mani <manisandro@gmail.com>