1
0
Fork 0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2025-07-15 14:08:21 +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):