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)
-System Environment:Google Collab
-Version PaddleOCR:2.7.5
Command Code:from paddleocr import PaddleOCR
Complete Error Message:
6 from google.colab import files 7 ----> 8 from paddleocr import PaddleOCR 9 10 ocr = PaddleOCR(use_angle_cls=True,lang='en')
1 frames /usr/local/lib/python3.10/dist-packages/paddleocr/paddleocr.py in
573
574
--> 575 class PaddleOCR(predict_system.TextSystem):
576 def init(self, **kwargs):
577 """
NameError: name 'predict_system' is not defined