Skip to content

Commit

Permalink
fix: ocr error
Browse files Browse the repository at this point in the history
  • Loading branch information
moesnow committed Feb 10, 2024
1 parent bc256a4 commit 7896c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- 支持选择 “拟造花萼(金)偏好地区”
- 支持忘却之庭和支援角色选择 “真理医生”、“黑天鹅”、“米沙”
### 修复
- 部分设备 “焦炙之形” 关卡 OCR 识别异常
- 降低 “拟造花萼(赤)” 阈值要求
- “使用1次「万能合成机」” 合成材料更改为 “微光原核”
- 版本更新后切换到 “回忆” 异常
Expand Down
4 changes: 3 additions & 1 deletion module/ocr/ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ def replace_strings(self, original_dict):
"拟造花萼 (赤)": "拟造花萼(赤)",
"拟造花萼 (金)": "拟造花萼(金)",
"拟造花萼 (赤)": "拟造花萼(赤)",
"拟造花萼 (金)": "拟造花萼(金)"
"拟造花萼 (金)": "拟造花萼(金)",
"焦灸之形": "焦炙之形",
"集多之形": "焦炙之形"
}

original_str = str(original_dict)
Expand Down

0 comments on commit 7896c3f

Please sign in to comment.