Changelog for
ocrad-0.28-bp156.2.7.x86_64.rpm :
* Mon Feb 14 2022 Dirk Müller
- update to 0.28:
* Support for PNG images has been implemented using libpng.
* The version test macro OCRAD_API_VERSION and the function OCRAD_api_version are now declared in the header file ocradlib.h. They tell to the application the version of the library.
* Sat Jan 12 2019 astiegerAATTsuse.com- update to 0.27:
* fixes for compiler warnings and other developer visible changes
* Thu Oct 04 2018 Luigi Baldoni - Update to version 0.26
* Version 0.26 released.
* main.cc (main): Don\'t use stdin more than once.
* configure: Avoid warning on some shells when testing for g++.
* Makefile.in: Detect the existence of install-info.- Spec cleanup
* Fri Apr 24 2015 benoit.moninAATTgmx.fr- update to version 0.25:
* The new option \"-E, --user-filter\", which allows the use of user-defined filters, has been added.
* Character recognition has been improved. (\'2\' vs \'Z\', \'4\' vs \'Q\', \'5\' vs \'S\', \'E\', \'J\', merged \'VV\').
* Uppercase \'Y\' with acute and \'Y\' with diaeresis are now recognized.
* Uppercase \'S\' and \'Z\' with caron are no more misrecognized as lowercase.
* The new built-in filters \"text_block\" and \"upper_num_mark\" have been added.
* The output of \"--help\" has been extended.
* The new chapters \"Introduction\" and \"Filters\" have been added to the manual.
* The testsuite now checks the recognition of 11 more characters.
* The targets \"install-compress\", \"install-strip-compress\", \"install-info-compress\" and \"install-man-compress\" have been added to the Makefile. (Installing compressed docs may become the default in the future).- add tarball signature and keyring
* Fri Mar 06 2015 p.drouandAATTgmail.com- Update to version 0.24
* Character recognition has been improved. (merged \'LZ\', \'TZ\' and \'rt\', \'9\' vs \'g\', \'A\' vs \'R\', \'C\' vs \'(\', \'G\', \'J\', \'L\', \'s\', \'x\', \'z\').
* Several filters can be now applied in sequence using more than one \"--filter\" option.
* The new filters \"same_height\", \"upper_num\" and \"upper_num_only\", have been added.
* The description of \"OCRAD_result_blocks\" in the manual has been fixed.
* The license has been changed to GPL version 2 or later for better GPL compatibility. GPLv2 and GPLv2+ programs may use the library now.- Fix license tag; the project moved to GPL-2.0+
* Sun May 04 2014 asterios.dramisAATTgmail.com- Update to 0.23:
* Improvements in character recognition.
* Filters of type \'
*_only\' now remove leading whitespace.
* ocradlib.h: Changed \'uint8_t\' to \'unsigned char\'.
* Added some missing inclusions of \'cstdlib\'.
* ocrad.texinfo: Renamed to ocrad.texi.- Added lzip build requirement in order to extract the package.- Removed ocrad-build-with-optflags.patch and instead added a fix inside the spec file.
* Wed Jul 24 2013 toganmAATTopensuse.org- Update to 0.22
* Scaling and smoothing are now made before thresholding.
* Improvements in character recognition.
* ocradlib.h: Added new function OCRAD_set_utf8_format.
* Small improvements have been made in manual and man page.
* Changed quote characters in messages as advised by GNU- Spec file changes:
* rebased ocrad-build-with-optflags.patch
* Fri Feb 18 2011 asterios.dramisAATTgmail.com- Update to 0.21
* Fixed some internal errors triggered by noisy input.
* ocrad.texinfo: Added chapter `OCR Results File\'.
* main.cc: Set stdin/stdout in binary mode on MSVC and OS2.- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Updates in Summary:, %description, %build and %install sections.
* Changed License: to GPLv3+.
* Updates in info files installation.
* Minor other updates.
* Mon Sep 06 2010 masterpatrickoAATTgmail.com- Update to 0.20
* ocradlib.h: Added new function OCRAD_scale.
* ocradlib.h: Added new function OCRAD_result_chars_total.
* ocradlib.h: Added new function OCRAD_result_chars_block.
* ocradlib.h: Added new function OCRAD_result_chars_line.- add ocrad-build-with-optflags.patch
* Wed Aug 04 2010 cooloAATTnovell.com- put devel files in -devel subpackage