chore: SideStoryStage ocrReplace

This commit is contained in:
uye
2025-11-01 21:17:59 +08:00
parent 6b9612c356
commit 015dcbcc4f

View File

@@ -680,8 +680,15 @@
"isAscii": true,
"text": [],
"ocrReplace": [
[" ", ""],
["s", "S"],
["c", "C"],
["o", "O"],
[":", ""],
["'", ""],
[" (\\d)", "-$1"],
["-1O$", "-10$"]
["-1O$", "-10$"],
[".*?([A-Z]{2}-EX-\\d+)", "$1"]
],
"roi": [0, 60, 1280, 550]
},