python3 pipeline/postprocessing.py
The text detection model is from this official repository.
The postprocessing part is refactor from easyocr.
If you want to modify argument, modify args/detection_args.yaml
.
Download pretrained model from here, and put the model to pretrained_model
These toy project is based on these two repos.