Remove Tesseract 4 message

This commit is contained in:
James R. Barlow
2018-03-25 12:16:31 -07:00
parent 9fbc69df3f
commit f4bca89722

View File

@@ -464,9 +464,6 @@ def check_options_ocr_behavior(options, log):
def check_options_advanced(options, log):
if tesseract.v4():
log.info(
"Tesseract v4.x.alpha found.")
if options.tesseract_oem and not tesseract.v4():
log.warning(
"--tesseract-oem requires Tesseract 4.x -- argument ignored")