Document that Ubuntu 22.04 and 20.04 both use Tesseract 4.1.1
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user