ImportError: No module named pytesseract

后端 未结 4 1582
我寻月下人不归
我寻月下人不归 2021-01-07 05:50

I was following this guide https://realpython.com/blog/python/setting-up-a-simple-ocr-server/ and got to the part where I run cli.py python flask_server/cli.py

4条回答
  •  自闭症患者
    2021-01-07 06:31

    In my case, I was running it in Jupyter so I used this command,

    ! pip install --user pytesseract
    

    But I forgot to restart the kernal. You need to restart the kernal after installing the pakcage

提交回复
热议问题