From b3d8f58cb9ea39cb85ac6fa5933e50654be4659f Mon Sep 17 00:00:00 2001 From: David <56174894+Constrat@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:25:22 +0200 Subject: [PATCH] fix: "Gummy" with skin undetected with new ROI asst::WordOcr [{ Gummy OCUCK: [ 0, 0, 293, 35 ], score: 0.631317 }] asst::WordOcr [{ Gumm: [ 6, 2, 62, 28 ], score: 0.995575 }] by OCR name is empty --- resource/global/YoStarEN/resource/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index 5b6124cb78..1fa27fb43f 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -830,7 +830,7 @@ "临光" ], [ - "Gummy", + "Gummy?", "古米" ], [ @@ -5549,4 +5549,4 @@ "Headhunt x10" ] } -} \ No newline at end of file +}