From 4925e6c44904c42df95a0c0040fca9d1b1e3c794 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 20 Mar 2017 20:08:41 +0000 Subject: [PATCH] Add item to ChangeLog for options writing to stdout instead of stderr --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 2ac86b34..4836aeca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * Improved the embedded pdf font (pdf.ttf). * Enable selection of OCR engine mode from command line. * Changed tesseract command line parameter '-psm' to '--psm'. + * Write output of tesseract --help, --version and --list-langs to stdout instead of stderr. * Added new C API for orientation and script detection, removed the old one. * Increased minimum autoconf version to 2.59. * Removed dead code.