mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Merge branch 'LmeSzinc:master' into master
This commit is contained in:
commit
7c845c0a0e
@ -23,6 +23,8 @@ class OcrCharacterName(OcrWhiteLetterOnComplexBackground):
|
|||||||
# Dan Heng o.ImbibitorLunae
|
# Dan Heng o.ImbibitorLunae
|
||||||
result = re.sub(r'[0Oo\-. ]{1,3}Imbi', 'Imbi', result)
|
result = re.sub(r'[0Oo\-. ]{1,3}Imbi', 'Imbi', result)
|
||||||
|
|
||||||
|
result = re.sub(r'院.?梅', '阮•梅', result)
|
||||||
|
|
||||||
return super().after_process(result)
|
return super().after_process(result)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user