Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

ImportError: cannot import name 'PDFResourceManager' #240

Open
himanshk96 opened this issue Nov 6, 2018 · 2 comments
Open

ImportError: cannot import name 'PDFResourceManager' #240

himanshk96 opened this issue Nov 6, 2018 · 2 comments

Comments

@himanshk96
Copy link

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

@mudraCW
Copy link

mudraCW commented Mar 25, 2019

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

@VijayrajS
Copy link

VijayrajS commented Jun 24, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants