推荐在conda环境中安装【Ubuntu系统下在安装anaconda教程】,避免环境冲突。
conda create -n latexocr python=3.7
conda activate latexocr
pip3 install pix2tex[gui]
#1. 创建一个名为latexocr的环境
conda create -n latexocr python=3.7
#2. 进入名为latexocr的环境
conda activate latexocr
#3. 安装LaTeX-OCR
pip3 install pix2tex[gui] -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
#4. 设置临时代理(因为首次启动LaTeX-OCR需要下载训练数据,如果访问快的话可以跳过这个步骤)
set http_proxy=http://127.0.0.1:端口号
set https_proxy=http://127.0.0.1:端口号
#5. 启动LaTeX-OCR
latexocr