mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: [TW] OCR error on commission name
This commit is contained in:
parent
a5948df800
commit
b80f3533a1
@ -50,6 +50,8 @@ class TwOcr(Ocr):
|
||||
"""
|
||||
# There no letter `艦` in training dataset
|
||||
result = result.replace('鑑', '艦').replace('盤', '艦')
|
||||
# 支援土蒙爾島
|
||||
result = result.replace('土蒙爾', '土豪爾')
|
||||
return result
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user