Adjust test to support Tesseract 5 working harder to find its files

This commit is contained in:
James R. Barlow
2021-11-13 01:16:35 -08:00
parent 45020a7fcd
commit e3126d2806
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class TesseractVersion(StrictVersion):
super().parse(vstring + '-0')
def version():
def version() -> str:
return get_version('tesseract', regex=r'tesseract\s(.+)')