From 334314948615a5ab18748ed673a425c2d97497a9 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 23 Sep 2024 18:32:15 +0300 Subject: [PATCH] FIXUP: Lint --- BUILD.md | 1 - dev_scripts/qa.py | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index c88e466..2de5a61 100644 --- a/BUILD.md +++ b/BUILD.md @@ -439,7 +439,6 @@ Download the OCR language data: python3 .\install\common\download-tessdata.py ``` - After that you can launch dangerzone during development with: ``` diff --git a/dev_scripts/qa.py b/dev_scripts/qa.py index 3f8e9ca..07cfbbf 100755 --- a/dev_scripts/qa.py +++ b/dev_scripts/qa.py @@ -289,6 +289,12 @@ Build the latest container: python3 ./install/common/build-image.py ``` +Download the OCR language data: + +```sh +python3 ./install/common/download-tessdata.py +``` + Run from source tree: ```sh @@ -345,6 +351,12 @@ Build the latest container: python3 ./install/common/build-image.py ``` +Download the OCR language data: + +```sh +python3 ./install/common/download-tessdata.py +``` + Run from source tree: ```sh @@ -403,6 +415,12 @@ Build the dangerzone container image: python3 .\install\common\build-image.py ``` +Download the OCR language data: + +```sh +python3 .\install\common\download-tessdata.py +``` + After that you can launch dangerzone during development with: ```