fix: 剿灭关卡名OcrReplace

This commit is contained in:
status102
2026-03-26 18:37:13 +08:00
parent e84029c6fc
commit d2b4b35cce

View File

@@ -4374,9 +4374,9 @@
"binThreshold": [180, 255],
"roi": [33, 272, 85, 36],
"ocrReplace": [
["LT(?=\\d)", "LT-"],
["Lt", "LT"],
["LT\\+", "LT-"]
[ "Lt", "LT" ],
[ "LT(?=\\d)", "LT-" ],
[ "LT[^\\d]{0,3}(?=\\d)", "LT-" ]
]
},
"SSSCloseTip": {