roihala / stocker

0 stars 0 forks source link

Fix fitz import #347

Open roihala opened 3 years ago

roihala commented 3 years ago

fitz seems like incompatible for python3, and it's causing deployment errors, replace it with pdfplumber

ItayShmuel commented 2 years ago

To fix the fitz problem, you need to first insatll PyMuPDF and then fitz / reinstall PyMuPDF (pip install -U PyMuPDF)