PaddleOCR
PaddleOCR copied to clipboard
Replaced `eval()` in `ppocr/postprocess/__init__.py` with a dictionary
This PR replaces eval()
in ppocr/postprocess/__init__.py
with a dictionary for obvious reasons: https://lucumr.pocoo.org/2011/2/1/exec-in-python/