[go: up one dir, main page]

Menu

Tree [r87] / branches / 0.8.1 /
 History

HTTPS access


File Date Author Commit
 bin 2011-01-01 sandromani [r80] 20110101
 debian 2011-01-01 sandromani [r80] 20110101
 man 2011-01-01 sandromani [r80] 20110101
 po 2011-01-01 sandromani [r80] 20110101
 spec 2011-01-01 sandromani [r80] 20110101
 src 2011-03-20 sandromani [r85] 20110320
 xdg 2011-01-01 sandromani [r80] 20110101
 AUTHORS 2011-01-01 sandromani [r80] 20110101
 COPYING 2011-01-01 sandromani [r80] 20110101
 ChangeLog.in 2011-01-01 sandromani [r81] 20110101
 INSTALL 2011-01-01 sandromani [r80] 20110101
 MANIFEST.in 2011-01-01 sandromani [r80] 20110101
 Makefile 2011-01-01 sandromani [r80] 20110101
 README 2011-01-01 sandromani [r80] 20110101
 TODO 2011-01-01 sandromani [r80] 20110101
 changelog 2011-01-01 sandromani [r80] 20110101
 localize.sh 2011-01-01 sandromani [r80] 20110101
 setup.py 2011-01-01 sandromani [r80] 20110101

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>