OCR / app /ocr_engine /ocr.py
ShahzainHaider's picture
Upload folder using huggingface_hub
902ec02
raw
history blame
142 Bytes
from paddleocr import PaddleOCR
OCR = PaddleOCR(use_angle_cls=True, lang='en') # need to run only once to download and load model into memory