PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Replaced `eval()` in `ppocr/postprocess/__init__.py` with a dictionary

Open umarbutler opened this issue 6 months ago • 1 comments

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/

umarbutler avatar Aug 29 '24 12:08 umarbutler