diff --git a/src/ocrmypdf/__main__.py b/src/ocrmypdf/__main__.py index ad536155..d713b1cb 100755 --- a/src/ocrmypdf/__main__.py +++ b/src/ocrmypdf/__main__.py @@ -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")