PaddlePaddle / PaddleOCR

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)
https://paddlepaddle.github.io/PaddleOCR/
Apache License 2.0
43.97k stars 7.8k forks source link

刚装完跑demo 提示:Process finished with exit code -1073740791 (0xC000040 #6306

Closed tangj12345 closed 2 years ago

tangj12345 commented 2 years ago

请提供下述完整信息以便快速定位问题/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)

conql commented 2 years ago

我也遇到了。用的是联想R9000P,改成独显模式重启后解决了。