Installing pytesser

前端 未结 7 1265
我寻月下人不归
我寻月下人不归 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:02

    So I'm using w10 64 bits. And it took me some time to understand how you have to install it to be able to use it.

    How to :

    https://code.google.com/archive/p/pytesser/downloads

    download pytesser_v0.0.1.zip

    unzip

    move files in the project

    rename import Image to "from PIL import Image" in the pytesser.py

    === Enjoy.

提交回复
热议问题