Closed gitsnehasish closed 3 years ago
import minecart pdffile = open('example.pdf', 'rb') doc = minecart.Document(pdffile)
The above command not working. Getting the Below error.
AttributeError: module 'pdfminer.pdfparser' has no attribute 'PDFDocument'
import minecart pdffile = open('example.pdf', 'rb') doc = minecart.Document(pdffile)
The above command not working. Getting the Below error.
AttributeError: module 'pdfminer.pdfparser' has no attribute 'PDFDocument'