Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 656 Bytes

myEasyOCR

WIP, the goal is to automate images to text translation for foreigner friends

Download EasyOCR

You will need to download EasyOCR from github https://github.com/JaidedAI/EasyOCR

Usage

Copy the link address by right-clicking the image

And input the following in cmd/shell at the directory where the python file at:

python my_ocr.py [paste your image url here (without sqaure braskets)]

In the first run, it should download the corresponding `cn_tra` model for reading Traditional Chinese automatically.
If not, please find the model at EasyOCR page and put it into the module's model folder manually.