Skip to content

Commit

Permalink
update alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroi-sora committed Mar 8, 2023
1 parent 62937c8 commit 0a76e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,9 @@ OCR识别出的文本是按“块”划分的,通常一行文字分为一块

</details>

已完成,未发布
测试中 ([测试版](https://github.com/hiroi-sora/Umi-OCR/issues/96) 已开放下载。)
- 定时或超过限度时自动清理引擎内存占用。

▼ 开发中
- 通过命令行或Python、AHK等外部程序控制Umi-OCR。

▼ 计划中
- 通过命令行控制Umi-OCR。
- 弹出悬浮的识别成功与否的提示。

<details>
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from utils.config import Umi
from ui.win_main import MainWin

Umi.ver = '1.3.3 alpha.1'
Umi.ver = '1.3.3 alpha.2'
Umi.pname = 'Umi-OCR'
Umi.name = f'{Umi.pname} v{Umi.ver}'
Umi.website = 'https://github.com/hiroi-sora/Umi-OCR'
Expand Down

0 comments on commit 0a76e9d

Please sign in to comment.