From 5cc7861d5c9d54a4c3de9b6a88f0bd43804ee3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E4=B8=B6=E6=A2=A6=E4=B8=B6=E4=BB=81?= <74444214+Daydreamer114@users.noreply.github.com> Date: Tue, 13 May 2025 00:46:51 +0800 Subject: [PATCH] fix: store underfunded ocr full match --- resource/tasks/tasks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource/tasks/tasks.json b/resource/tasks/tasks.json index 5bf12cbc2d..3f1451fa0d 100644 --- a/resource/tasks/tasks.json +++ b/resource/tasks/tasks.json @@ -4932,7 +4932,8 @@ }, "Store@UnderfundedOCR": { "algorithm": "OcrDetect", - "text": ["0", "o", "O"] + "text": ["0", "o", "O"], + "fullMatch": true }, "Store@Purchase": { "algorithm": "OcrDetect",