This commit is contained in:
Jayesh K. Gupta 2020-09-16 17:01:33 -04:00 committed by GitHub
commit fd7a9e127a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ def parse_pdf(handler):
parser = pdfminer.pdfparser.PDFParser(handler)
doc = pdfminer.pdfdocument.PDFDocument(parser)
# actual parsing
doc.initialize()
return doc
def parse_content(content):