解决 tesserocr 无法安装问题!
1、首先,你得用 anaconda ,怎么安装这里就不介绍了,直接百度搜 anaconda 进入官网然后进入无脑安装下一步模式就可以了。
2、配置 anaconda 环境 (分别执行下面两条命令)
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
3、通过 conda 命令安装
conda install -c simonflueckiger tesserocr