[go: up one dir, main page]

Menu

Tree [r87] / branches / 0.3.4 /
 History

HTTPS access


File Date Author Commit
 src 2011-03-20 sandromani [r87] 20110320
 AUTHORS 2011-03-20 sandromani [r87] 20110320
 COPYING 2011-03-20 sandromani [r87] 20110320
 ChangeLog 2011-03-20 sandromani [r87] 20110320
 INSTALL 2011-03-20 sandromani [r87] 20110320
 README 2011-03-20 sandromani [r87] 20110320
 TODO 2011-03-20 sandromani [r87] 20110320
 gnome-gimagereader.desktop 2011-03-20 sandromani [r87] 20110320
 makefile 2011-03-20 sandromani [r87] 20110320

Read Me

gImageReader is a simple PyGtk front-end to tesseract.
Main features:
	- Autodetection of tesseract / imagemagick installation path, configuration prompt shown to user if autodetection fails
	- Configure (and store) custom paths
	- Allows the user to select the part of the scanned image they want to be recognized.
	- Allows to select the desired language.
	- The program will autodetect installed dictionaries, currently searching for eng, deu, fra, ita, spa, nld.
	- Recognized text displayed directly next to the image.
	- Spellcheck enabled for the selected language in the output textfield (only works if corresponding dictionary installed)
	- Append new recognized text to existing text.
	- Remove line breaks in selected area of output.
	- Save output buffer to text file.

The program depends on:
	- python, pygtk, pycairo, gnome-python2-gtkspell
	- tesseract (along with it's dictionaries)
	- imagemagick

Contribute:
	If you would like to contribute, please don't hesitate to contact me!

Copyright 2009-2010 Sandro Mani <manisandro@gmail.com>