How to Solve NameError: name 'resolve1' is not defined -- pdfminer
Solution: Import the 'resolve1' module
To Solve the error, add the following line to the top of your code.
from pdfminer.pdfinterp import resolve1
For more information:
Python pdfminer resolve1