jlsutherland / doc2text

Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.
MIT License
1.27k stars 97 forks source link

ModuleNotFoundError: No module named 'PyPDF2' #28

Open alexauvray opened 6 years ago

alexauvray commented 6 years ago
Traceback (most recent call last):
  File "test.py", line 1, in <module>
    import doc2text
  File "/Users/Stan/Downloads/doc2text-master/doc2text/__init__.py", line 6, in <module>
    import PyPDF2 as pyPdf
ModuleNotFoundError: No module named 'PyPDF2'
KugelschreiberY commented 5 years ago

Having the same issue here, any updates?