Merge pull request #776 from cjmayo/stdoutput

Add item to ChangeLog for options writing to stdout instead of stderr
This commit is contained in:
zdenop 2017-03-21 08:49:53 +01:00 committed by GitHub
commit 51d0bbe6cc

View File

@ -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.