04 2023 档案
摘要:Windows 安装pyinstaller pip install pyinstaller 测试是否安装成功 pyinstaller -v 打包 pyinstaller --onefile your_program.py #或者 pyinstaller your_program.py 然后会把当前目
阅读全文
摘要:项目网站:https://github.com/JaidedAI/EasyOCR 前提:电脑上有python环境(建议3.8)和pip工具 安装 安装torch torchvision 根据项目的安装注意事项(Window),我们需要先安装一些其他模块 Note 1: For Windows, pl
阅读全文