Add Windows install advice

This commit is contained in:
James R. Barlow
2019-12-04 21:01:09 -08:00
parent 9db01c7ff5
commit cb3cfaa055
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ def report_output_file_size(options, input_file, output_file):
def check_dependency_versions(options):
check_external_program(
program='tesseract',
package={'darwin': 'tesseract', 'linux': 'tesseract-ocr'},
package={'linux': 'tesseract-ocr'},
version_checker=tesseract.version,
need_version='4.0.0', # using backport for Travis CI
)