PaddleOCR: https://github.com/PaddlePaddle/PaddleOCR
Prepare environment according to the official github page.
- You can install PaddleOCR (CPU only) easily.
You need to clone PaddleOCR official github repo.
It's only for font files. The package itself can be installed via pip.
paddleocr --image_dir sample-image.png --use_angle_cls true --lang japan --use_gpu false
python run-ocr.py -i sample-image.png
