You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyMuPDF-1.20.2 and paddleocr-2.7.0 and PaddlePaddle 2.3.2
I was using python 3.8.18
System Information :Mac M2 MacOS Ventura version 13.5
I had to force and stop the process
code sample
frompaddleocrimportPaddleOCRocr=PaddleOCR(use_angle_cls=True, lang='en') # need to run only once to download and load model into memoryimg_path='/Users/pranaysaha/Developer/OCR/sample.jpeg'result=ocr.ocr(img_path, cls=True)
sanduluca, kryshhna, vikasr111, Bogdan-Hasanov, mfraigneau and 1 more