Skip to content
Discussion options

You must be logged in to vote

Same issue here, python 3.10.8, M1 Max

solved by:

  1. git clone and switch to 'release/2.7' branch
  2. change 'PyMuPDF<1.21.0' to 'PyMuPDF' in requirements.txt
  3. remove all '*.pyc' files
  4. pip install 'PyMuPDF==1.21.0'
  5. python setup.py install - to install PaddleOCR from source.

Haven't tried PDF-related features, but OCR for images is fine.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SWHL
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #10820 on June 07, 2024 04:42.