Closed crccheck closed 4 years ago
These PDFs are extractable, but pdfminer won't extract them https://github.com/pdfminer/pdfminer.six/issues/350
This forks the high level extract_text function to fix this. I could have combined _get_pdf_page_count with but then I wouldn't be able to delete this code in the future if pdfminer implements a fix.
extract_text
_get_pdf_page_count
Part of #38
These PDFs are extractable, but pdfminer won't extract them https://github.com/pdfminer/pdfminer.six/issues/350
This forks the high level
extract_text
function to fix this. I could have combined_get_pdf_page_count
with but then I wouldn't be able to delete this code in the future if pdfminer implements a fix.Part of #38