- update to version 0.19

* Version 0.19 released.
  * Added library interface (ocradlib.h).
  * Option `--crop' replaced with similar but different option
    `--cut', which can accept coordinates taken from the ORF file.
  * Recognition of files with a single character and without white
    space at the edges has been fixed.
  * testsuite/check.sh: Added new tests for the library interface
    and for single character images.
  * New files ocradlib.h, ocradlib.cc, ocrcheck.cc.
  * Makefile.in: Added "--name" option to help2man invocation.

OBS-URL: https://build.opensuse.org/package/show/graphics/ocrad?expand=0&rev=11
This commit is contained in:
Klaas Freitag
2010-04-07 12:19:03 +00:00
committed by Git OBS Bridge
parent 7cff5d852f
commit 74aec2c961
6 changed files with 52 additions and 118 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Apr 7 12:15:49 UTC 2010 - freitag@novell.com
- update to version 0.19
* Version 0.19 released.
* Added library interface (ocradlib.h).
* Option `--crop' replaced with similar but different option
`--cut', which can accept coordinates taken from the ORF file.
* Recognition of files with a single character and without white
space at the edges has been fixed.
* testsuite/check.sh: Added new tests for the library interface
and for single character images.
* New files ocradlib.h, ocradlib.cc, ocrcheck.cc.
* Makefile.in: Added "--name" option to help2man invocation.
-------------------------------------------------------------------
Wed Nov 11 21:49:07 UTC 2009 - freitag@novell.com
- update to version 0.18
* Added a layout analyser able to process arbitrary pages.
* Added new option `--quiet'.
* The `--layout' option no more accepts an argument.
* The `--crop' option now accepts negative coordinates.
* New recognized letter; 'a' with ring above.
* Fixed recognition on files with a single big character.
* Fixed bug that didn't write maxval when saving pgm or ppm.
* Fixed some includes that prevented compilation with GCC 4.3.0.
* "make install-info" should now work on Debian and OS X.
* Arg_parser updated to 1.2.
* Verbosity control of messages has been modified.
- add info files post and postun scripts
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de