1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-10 12:49:52 +02:00
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

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):