diff --git a/tests/spoof/tesseract_cache.py b/tests/spoof/tesseract_cache.py index e6a2f234..4387df95 100755 --- a/tests/spoof/tesseract_cache.py +++ b/tests/spoof/tesseract_cache.py @@ -116,6 +116,8 @@ def main(): yield Path(args.imagename).name elif arg == args.outputbase: yield Path(args.outputbase).name + elif arg == '-c' or arg.startswith('textonly'): + pass else: yield arg