没有模块名称PIL和No模块名称pytesser Visual Studio

时间:2017-08-10 05:03:59

标签: python visual-studio-2015 anaconda ocr

我在安装Python3.4之后在Windows上安装了Anaconda。

我引用此链接:http://benedict-chan.github.io/blog/2014/11/07/setup-python-environment-in-visual-studio/从我的VS2015和Windows 10设置anaconda,如下所示:

enter image description here

我通过引用此代码编写了以下代码:http://www.manejandodatos.es/2014/11/ocr-python-easy/以从图像中读取文本。

但是,我收到以下错误:

enter image description here

我做错了什么?

此外,当我检查设置(来自Tools - > Options)时,如下所示,其设置为默认Python34。

enter image description here 是这样,Anaconda设置是不是持久的,由于运行时错误出现?

注意:当我尝试使用pip安装PIL时,它说安装Anaconda时会安装PIL。

编辑:

通过将Anaconda设置为默认环境来解决PIL错误,如下所示:

enter image description here

但是,我在下一行遇到了同样的错误。那就是"没有模块名称pytesser"

注意:我正在关注此事(http://techqa.info/programming/tag/ocr?after=39453936);当我试图安装" tesseract"使用pip它的说法:要求已经满足 - 下面的消息

 C:\ProgramData\Anaconda3\Lib\site-packages\pytesser>pip install tesseract

   Requirement already satisfied: tesseract in 
   c:\programdata\anaconda3\lib\site-packages

按此(Pytesser in Python 3.4: name 'image_to_string' is not defined?)。看起来它只支持2.7版本,但不支持3 ..仍然,

我该如何解决这个问题? 请指教?感谢。

0 个答案:

没有答案