[go: up one dir, main page]

Menu

[r4]: / branches / 0.3.2 / README  Maximize  Restore  History

Download this file

23 lines (19 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 Sandro Mani <manisandro@gmail.com>