1 Star 0 Fork 139

北极心/Umi-OCR

forked from Gitee 极速下载/Umi-OCR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
to_requirements.py 177 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiroi-sora 提交于 3年前 . 更新依赖库
# 通过 pipreqs 打包为 生成 requirements.txt
import os
dirPath = os.getcwd()
os.system(f'cd /d {dirPath}')
os.system(r'pipreqs ./ --encoding=utf8 --force --use-local')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/source/Umi-OCR.git
git@gitee.com:source/Umi-OCR.git
source
Umi-OCR
Umi-OCR
main

搜索帮助