EasyOCR
EasyOCR copied to clipboard
I have a problem with import
import easyocr ModuleNotFoundError: No module named 'easyocr'
did you install easyocr?
pip install easyocr
pip3! pip is default for pip2 python, easyocr not working on python2! if you have version 2 and 3 you need specify pip version and use every time pip3! developers can add hint in main page! or change install command.