from paddleocr import PaddleOCR OCR = PaddleOCR(use_angle_cls=True, lang='en') # need to run only once to download and load model into memory