mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
13e2d34faf
commit
5ff96cf93c
1 changed files with 0 additions and 2 deletions
|
@ -68,8 +68,6 @@ class TestLargeSet(TestCli):
|
|||
"dev_scripts/dangerzone-cli",
|
||||
"--output-filename",
|
||||
output_file_path,
|
||||
"--ocr-lang",
|
||||
"eng",
|
||||
str(doc),
|
||||
],
|
||||
stdout=subprocess.PIPE,
|
||||
|
|
Loading…
Reference in a new issue