DonnJanes / https-github.com-JaidedAI-EasyOCR

Apache License 2.0
1 stars 1 forks source link

Cannot docker containerize easy OCR #1

Open SidharthRamachandran opened 2 years ago

SidharthRamachandran commented 2 years ago

I am trying to build a project that uses easy OCR. When I containerize flask application, it shows "Downloading the detection model , please wait . This may take several minutes depending on your internet connection". Since the process takes too long , it gets killed. I was wondering if I can download the model( English) manually and load it by providing the path. Currently it is loaded this way: reader= easyocr. Reader(['en'])

ashithasageer commented 1 year ago

How to run this