[go: up one dir, main page]

Menu

Tree [r85] / trunk /
 History

HTTPS access


File Date Author Commit
 bin 2011-03-20 sandromani [r84] 20110320
 debian 2010-12-31 sandromani [r79] 20101231
 man 2010-07-16 sandromani [r51] 20100716
 po 2011-03-20 sandromani [r84] 20110320
 spec 2010-12-31 sandromani [r79] 20101231
 src 2010-06-21 sandromani [r25] 20100621
 xdg 2010-12-30 sandromani [r76] 20101230
 AUTHORS 2010-08-10 sandromani [r56] 20100810
 COPYING 2010-03-29 sandromani [r3] First import
 ChangeLog.in 2011-03-20 sandromani [r84] 20110320
 INSTALL 2011-01-30 sandromani [r83] 20110130
 MANIFEST.in 2010-12-30 sandromani [r76] 20101230
 Makefile 2010-12-30 sandromani [r76] 20101230
 README 2010-12-31 sandromani [r77] 20101231
 TODO 2011-03-20 sandromani [r84] 20110320
 changelog 2011-03-20 sandromani [r84] 20110320
 localize.sh 2011-03-20 sandromani [r84] 20110320
 setup.py 2011-03-20 sandromani [r84] 20110320

Read Me

gImageReader is a simple PyGtk front-end to tesseract.
Main features:
	- Allows the user to select the part of the image they want to be recognized or directly recognize the entire image.
	- Supports PDF documents.
	- Allows the user to acquire images from scanning devices.
	- Recognized text displayed directly next to the image.
	- Basic editing of output text, including search/replace and removing line breaks on selected text.
	- Spellcheck enabled for the selected language in the output textfield if corresponding dictionary installed (requires GTKSpell).
	- User is prompted to install missing spellcheck languages (requires PackageKit or apt-file).
	- Easily switch between multiple open files.
	- Attempts to automatically detect all necessary programs, otherwise shows a configuration prompt to the user.

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-2011 Sandro Mani <manisandro@gmail.com>