1 Star 0 Fork 1

特快云/Umi-OCR

forked from 费鹏臻/Umi-OCR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
to_exe.py 183 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiroi-sora 提交于 2022-10-29 00:54 .
# 通过 pyinstaller 打包为 exe
import os
dirPath = os.getcwd()
os.system(f'cd /d {dirPath}')
os.system(r'pyinstaller -F -w -i icon/icon.ico -n "Umi-OCR 文字识别" main.py')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kmtky/Umi-OCR.git
git@gitee.com:kmtky/Umi-OCR.git
kmtky
Umi-OCR
Umi-OCR
dev/rapid/1.3.4

搜索帮助