Document that Ubuntu 22.04 and 20.04 both use Tesseract 4.1.1

This commit is contained in:
James R. Barlow
2023-09-21 00:05:39 -07:00
parent 162a47f98e
commit 23a37fc35c
@@ -137,7 +137,7 @@ def check_options(options):
program='tesseract',
package={'linux': 'tesseract-ocr'},
version_checker=tesseract.version,
need_version='4.1.1', # Ubuntu 20.04 version
need_version='4.1.1', # Ubuntu 22.04 version (also 20.04)
version_parser=tesseract.TesseractVersion,
)