pdfminer
pdfminer copied to clipboard
ImportError: cannot import name 'PDFResourceManager'
Python 3.6. It has imported other files succesfully, but could not find PDFResourceManager
I face the same error in both Python 3.6 and Python 2.7. Could you find any solution for the same?
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