Remove tesseract_env, --tesseract-env

This commit is contained in:
James R. Barlow
2020-06-09 00:39:53 -07:00
parent 21c0e045cb
commit 3b6f6782f0
5 changed files with 22 additions and 74 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ def create_options(
# These arguments with special handling for which we bypass
# argparse
if arg in {'tesseract_env', 'progress_bar', 'plugins'}:
if arg in {'progress_bar', 'plugins'}:
deferred.append((arg, val))
continue