PaddleOCR
PaddleOCR copied to clipboard
fix bug when res value is empty
#8136
I checked the output file output/test_66.txt
and found an empty value like this:
{"type": "table", "bbox": [44, 249, 916, 1188], "res": "", "img_idx": 66}
This pr should fix the bug.
Thanks for your contribution!