ModuleNotFound Error in easyocr

ModuleNotFound Error in easyocr please help me


Hi @karthik6717 :wave:

The solution is described in the following docs:

Your Python dependencies (easyocr, streamlit, etc) should go into a requirements file (E.g. requirements.txt) in your repo. For example:

# requirements.txt
numpy
streamlit==1.12.2
Pillow
easyocr

PS: For future reference, include a link to your repo rather than a screenshot of it.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.