Hello,
new version 1.02 of pyTesseractTrainer is released!
There are several new features and bux fixes:
* implemented improvements of Mihail Radu Solcan (function: copy
of box coordinates in djvMap, htmMap; display of tesseract
coordinates)
http://www.ub-filosofie.ro/~solcan/wt/gnu/t/tbe.html
* support for argument - to open image after startup (e.g.
"pyTesseractTrainer.py test_special.eng.tif")
* menu item "Commands" is renamed to more standard "Edit"
* support for saving tesseract 3.0 box file. If you need save file
in tesseract 3.0 box file, just change global variable "SAVE_FORMAT"
to "2" (instead of "3") on line 52 before starting of
pyTesseractTrainer.py
* safe saving - pyTesseractTrainer will create backup files when
you save box file
* improved detection of wrong lines in box file
* application will be not closed if user try to open wrong box
file
* fixed scrolling of symbol area
* fixed entry of coordinates by keyboard
* code cleanup
I hope you enjoy it.
Zd.