1 Star 0 Fork 92

北极心 / Umi-OCR

forked from Gitee 极速下载 / Umi-OCR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiroi-sora 提交于 2023-09-26 15:31 . Update v1.3.6
# Python 3.8.10
# (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
from utils.config import Umi
from ui.win_main import MainWin
Umi.ver = "1.3.6"
Umi.pname = "Umi-OCR"
Umi.name = f"{Umi.pname} v{Umi.ver}"
Umi.website = "https://github.com/hiroi-sora/Umi-OCR"
Umi.about = "免费、开源的离线OCR软件"
def main():
MainWin()
if __name__ == "__main__":
main()
# 打包使用 to_exe.py
Python
1
https://gitee.com/source/Umi-OCR.git
git@gitee.com:source/Umi-OCR.git
source
Umi-OCR
Umi-OCR
main

搜索帮助