mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-04-04 03:21:20 +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…
x
Reference in New Issue
Block a user