From 5372656893689f948b9c72e69b6c8b54785c2a4d Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 9 Oct 2017 16:17:42 -0700 Subject: [PATCH] Don't say tess4 support is experimental - it's pretty good now --- ocrmypdf/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrmypdf/__main__.py b/ocrmypdf/__main__.py index 687302a8..5784fb6e 100755 --- a/ocrmypdf/__main__.py +++ b/ocrmypdf/__main__.py @@ -427,7 +427,7 @@ def check_options_ocr_behavior(options, log): def check_options_advanced(options, log): if tesseract.v4(): log.info( - "Tesseract v4.x.alpha found. OCRmyPDF support is experimental.") + "Tesseract v4.x.alpha found.") if options.tesseract_oem and not tesseract.v4(): log.warning( "--tesseract-oem requires Tesseract 4.x -- argument ignored")