Installing pytesser

前端 未结 7 1264
我寻月下人不归
我寻月下人不归 2020-12-11 03:31

I\'m new to python and would like to install and use the pytesser OCR library. All of the other modules that I\'ve installed, I\'ve used easy_install, which has worked fine.

相关标签:
7条回答
  • 2020-12-11 04:08

    You may got sth wrong. I try pytesser yesterday, maybe you should not put the pytesser file into the script folder. try the working dir, alongside with your code.

    >>> import pytesser
    >>> print pytesser
    <module 'pytesser' from 'E:\Desktop\jiaoben\OCR\pytesser.pyc'
    
    0 讨论(0)
提交回复
热议问题