Don't say tess4 support is experimental - it's pretty good now

This commit is contained in:
James R. Barlow
2017-10-09 16:17:42 -07:00
parent 571de0e368
commit 5372656893
+1 -1
View File
@@ -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")