mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: [CN] Ocr result on word 酩酊
This commit is contained in:
parent
706c5c1f7b
commit
c034a10595
@ -37,6 +37,8 @@ class OcrItemName(Ocr):
|
|||||||
# Error words on blank background
|
# Error words on blank background
|
||||||
result = re.sub('^[國東]', '', result)
|
result = re.sub('^[國東]', '', result)
|
||||||
result = re.sub('時$', '', result)
|
result = re.sub('時$', '', result)
|
||||||
|
# 一杯酩酊的时代
|
||||||
|
result = re.sub('一杯[酪酩酊酐]*的', '一杯酩酊的', result)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user