doc2text icon indicating copy to clipboard operation
doc2text copied to clipboard

ModuleNotFoundError: No module named 'PyPDF2'

Open alexauvray opened this issue 7 years ago • 1 comments

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'

alexauvray avatar Nov 06 '17 10:11 alexauvray

Having the same issue here, any updates?

KugelschreiberY avatar Sep 14 '18 17:09 KugelschreiberY