File size: 142 Bytes
902ec02
7bbae49
 
1
2
3
from paddleocr import PaddleOCR

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