这个错误提示表明在你的 Python 环境中没有安装 pyocr 模块,需要先安装才能使用。可以通过以下命令使用 pip 安装: pip install pyocr 如果你使用的是 Anaconda 环境,可以使用以下命令安装: conda install -c conda-forge pyocr 安装完成后,就可以在你的代码中导入 pyocr 模块了。 文章导航 cannot import name ‘Resampling’ ImportError: No module named ‘AipOcr’,No module named ‘aip’