Do not OCR the documents during large tests

There is no need to OCR the documents during large tests, since this
operation now happens on the host, and is very costly.
This commit is contained in:
Alex Pyrgiotis 2025-03-12 19:22:40 +02:00
parent 13e2d34faf
commit 5ff96cf93c
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -68,8 +68,6 @@ class TestLargeSet(TestCli):
"dev_scripts/dangerzone-cli", "dev_scripts/dangerzone-cli",
"--output-filename", "--output-filename",
output_file_path, output_file_path,
"--ocr-lang",
"eng",
str(doc), str(doc),
], ],
stdout=subprocess.PIPE, stdout=subprocess.PIPE,