pdfminer icon indicating copy to clipboard operation
pdfminer copied to clipboard

ImportError: cannot import name 'PDFResourceManager'

Open himanshk96 opened this issue 7 years ago • 2 comments

Python 3.6. It has imported other files succesfully, but could not find PDFResourceManager

himanshk96 avatar Nov 06 '18 01:11 himanshk96

I face the same error in both Python 3.6 and Python 2.7. Could you find any solution for the same?

mudraCW avatar Mar 25 '19 06:03 mudraCW

from pdfminer.pdfinterp import PDFResourceManager ^ This works. Had to search for the PDFResourceManager class in all files in the repo. The class lies in this file. I suppose you guys came across from pdfminer.converter import PDFResourceManager

VijayrajS avatar Jun 24 '19 10:06 VijayrajS