Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
img_path = '11.jpg' ocr = PaddleOCR(use_angle_cls = True,lang='ch') result = ocr.ocr(img_path,cls=True) for line in result: print(line)
Process finished with exit code -1073740791 (0xC0000409)