fix: 修复地图切换区域时的文本检测区域 (#2275)

This commit is contained in:
ShadowLemoon
2025-09-28 19:21:29 +08:00
committed by GitHub
parent 24d1bab2d4
commit 973ff178cb

View File

@@ -878,7 +878,7 @@ public class TpTask
var list = ra.FindMulti(new RecognitionObject
{
RecognitionType = RecognitionTypes.Ocr,
RegionOfInterest = new Rect(ra.Width / 2, 0, ra.Width / 2, ra.Height),
RegionOfInterest = new Rect(ra.Width * 2 / 3, 0, ra.Width / 3, ra.Height),
ReplaceDictionary = new Dictionary<string, string[]>
{
["渊下宫"] = ["渊下宮"],