1
0
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:
LmeSzinc 2024-05-03 16:49:11 +08:00
parent a5948df800
commit b80f3533a1

View File

@ -50,6 +50,8 @@ class TwOcr(Ocr):
"""
# There no letter `艦` in training dataset
result = result.replace('', '').replace('', '')
# 支援土蒙爾島
result = result.replace('土蒙爾', '土豪爾')
return result