Closed ashkulz closed 7 years ago
Any users of the libtesseract API are unlikely to want debug messages getting printed on stderr, which is what happens right now.
This required introducing set_debug_file() in the raw Tesseract API.
set_debug_file()
Looks good to me. Thank you for your contribution :-)
Any users of the libtesseract API are unlikely to want debug messages getting printed on stderr, which is what happens right now.
This required introducing
set_debug_file()
in the raw Tesseract API.