From 58130cb5086edd612de947212a365485c17fc208 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Tue, 12 Aug 2025 15:57:29 +0200 Subject: [PATCH] decrease default challenge word amount to 1 to make it easier to pass --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 33f9874..7a41171 100644 --- a/constants.py +++ b/constants.py @@ -10,6 +10,6 @@ MINIMUM_COSINE_SIMILARITY = 0.7 WORD_TO_COMPARE = "hand touching grass" DATABASE_FILE = "data.db" MINIMUM_OCR_SIMILARITY = 0.7 -OCR_CHALLENGE_LENGTH = 2 +OCR_CHALLENGE_LENGTH = 1 UPLOAD_DIR = os.path.join(os.getcwd(), UPLOAD_DIR) \ No newline at end of file