Changelog for
tesseract-3.02.02-53.2.x86_64.rpm :
Mon Dec 17 13:00:00 2012 tejas.guruswamyAATTopensuse.org
- Update to 3.02.02
+ Moved ResultIterator/PageIterator to ccmain.
+ Added Right-to-left/Bidi capability in the output iterators for Hebrew/Arabic.
+ Added paragraph detection in layout analysis/post OCR.
+ Fixed inconsistent xheight during training and over-chopping.
+ Added simultaneous multi-language capability.
+ Refactored top-level word recognition module.
+ Added experimental equation detector.
+ Improved handling of resolution from input images.
+ Blamer module added for error analysis.
+ Cleaned up externally used namespace by removing includes from baseapi.h.
+ Removed dead memory management code.
+ Tidied up constraints on control parameters.
+ Added support for ShapeTable in classifier and training.
+ Refactored class pruner.
+ Fixed training leaks and randomness.
+ Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding.
+ Improved line detection and removal.
+ Added fixed pitch chopper for CJK.
+ Added UNICHARSET to WERD_CHOICE to make mult-language handling easier.
+ Fixed problems with internally scaled images.
+ Added page and bbox to string in tr files to identify source of training data better.
+ Fixes to Hindi Shiroreka splitter.
+ Added word bigram correction.
+ Reduced stack memory consumption and eliminated some ugly typedefs.
+ Added new uniform classifier API.
+ Added new training error counter.
+ Fixed endian bug in dawg reader.
+ C API (thanks to Tobias Muller)
+ New solution for VS 2008 (thanks to Tom Powers)
+ Many other fixes, including the way in which the chopper finds chops and messes with the outline while it does so.
Tue Mar 29 14:00:00 2011 tejas.guruswamyAATTopensuse.org
- Update to svn rev 580 from http://code.google.com/p/tesseract-ocr
Mon Oct 25 14:00:00 2010 prusnakAATTopensuse.org
- fixed missing returns in nonvoid functions (nonvoid.patch)
- added missing post/postun scripts calling ldconfig
Thu Sep 23 14:00:00 2010 michal.smrzAATTopensuse.cz
- update to tesseract-3.00
- added plenty od new supported languages
- created tesseract-package-creator.py which will, hopefully, make future
updates easier
Fri Jul 10 14:00:00 2009 puzelAATTnovell.com
- update to tesseract-2.04
* Integrated bug fixes and patches and misc changes for portability.
* Integrated a patch to remove some of the \"access\" macros.
* Removed dependence on lua from the viewer, speeding it up
dramatically.
* Fixed the viewer so it compiles and runs properly!