PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Wrong language and not working options

Open JonhSilver opened this issue 2 years ago • 0 comments

ocr = PaddleOCR(use_angle_cls=True, lang='lt',det=False)

So using Latin.dic instead of Lithuanian, as result all Lithuanian characters is not recognizing

det=False not working so i can disable details info nor ppocr DEBUG: Namespace nor in reslt lines (i not need coordinates, just raw text)

JonhSilver avatar Oct 24 '22 15:10 JonhSilver