-
It's noted in older issues that new PaddleOCR versions don't support Apple Silicon: #4838 Can this be sovled? 🙏 The new PaddleOCR versions support better models, it's a pity we can't use them. Because of dependency to
Bacause of old PyMuPDF, if I want to use
Is adding support for Apple Silicon for newer versions on the roadmap? Any ETAs? Or is there a way to get the newer PaddleOCR packages work on Apple Silicon? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Same issue here, python 3.10.8, M1 Max solved by:
Haven't tried PDF-related features, but OCR for images is fine. |
Beta Was this translation helpful? Give feedback.
-
I also have same issue. @JayveeHe I tried your method to solve problem with m-chip on Python 3.9 and Python 3.11, but still cann't run PaddleOCR. |
Beta Was this translation helpful? Give feedback.
-
Using paddlepaddle==3.0.0b2 have resolved this issue, hopefully it will come out of beta soon |
Beta Was this translation helpful? Give feedback.
Same issue here, python 3.10.8, M1 Max
solved by:
Haven't tried PDF-related features, but OCR for images is fine.