From 5ff96cf93cb3b33294ce06b71aa0922efd8580b2 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 12 Mar 2025 19:22:40 +0200 Subject: [PATCH] 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. --- tests/test_large_set.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_large_set.py b/tests/test_large_set.py index 42a5ecd..74f7858 100644 --- a/tests/test_large_set.py +++ b/tests/test_large_set.py @@ -68,8 +68,6 @@ class TestLargeSet(TestCli): "dev_scripts/dangerzone-cli", "--output-filename", output_file_path, - "--ocr-lang", - "eng", str(doc), ], stdout=subprocess.PIPE,