* If python-djvulibre >= 0.4 is installed, don't escape non-ASCII characters in djvused scripts. https://github.com/jwilk/ocrodjvu/issues/13 Thanks to Janusz S. Bień for the bug report. * Improve error handling.
-- Jakub Wilk <jwilkjwilk.net> Mon, 27 Jul 2015 21:34:39 +0200
0.8
* Change the default OCR engine to Tesseract. * Add the “tesseract: ” prefix to messages Tesseract prints on stderr. https://github.com/jwilk/ocrodjvu/issues/10 Thanks to Janusz S. Bień for the bug report. * Ensure that exit code is non-zero if the program recovered from an error. https://github.com/jwilk/ocrodjvu/issues/6 * Improve error handling.
-- Jakub Wilk <jwilkjwilk.net> Wed, 10 Jun 2015 21:17:32 +0200
0.7.19
* Make sure that text zones are at least 1 pixel wide and 1 pixel high. * Tesseract: fix splitting bounding boxes for character clusters. https://github.com/jwilk/ocrodjvu/issues/12 Thanks to Janusz S. Bień for the bug report. * Fix typos in the documentation.
-- Jakub Wilk <jwilkjwilk.net> Tue, 11 Nov 2014 18:11:36 +0100
0.7.18
[ Filip Graliński ] * Fix counting pages when file identifier cannot be converted to locale encoding.
[ Jakub Wilk ] * Use HTTPS URLs when they are available, in documentation and code. * Update some stale URLs in documentation and code.
-- Jakub Wilk <jwilkjwilk.net> Tue, 22 Apr 2014 11:22:01 +0200
0.7.17
* Fix compatibility with Tesseract > 3.02. https://github.com/jwilk/ocrodjvu/issues/9 Thanks to Heinrich Schwietering for the bug report. * ocrodjvu: + Ensure that exit code is non-zero if the program was interrupted by user. + Fix typos in the documentation.
-- Jakub Wilk <jwilkjwilk.net> Tue, 04 Feb 2014 11:28:46 +0100
0.7.16
* Use “en-US-POSIX” as the default locale for ICU. * ocrodjvu: + Fix option names in documentation of the --ocr-only option. + Don't crash if file identifier is not in UTF-8 or if it cannot be converted to locale encoding; use the page number instead. https://github.com/jwilk/ocrodjvu/issues/4 + Don't hang if a page cannot be decoded. https://github.com/jwilk/ocrodjvu/issues/5
-- Jakub Wilk <jwilkjwilk.net> Sun, 28 Apr 2013 15:08:19 +0200