Open Mr0grog opened 6 years ago
Potentially useful article on PDF text extraction in Python I ran across today: https://www.blog.pythonlibrary.org/2018/05/03/exporting-data-from-pdfs-with-python/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions.
Definitely still a relevant idea.
This should not necessarily replace a differ for actual PDF content, but it could potentially be a lot more useful when it works well: instead of trying to diff two PDF files, convert the PDF to HTML (there are at least a few open-source libraries for this) and feed that through the HTML differ.
Not sure what the right name for this is.
Lizz brought this up in Slack and, though I remember having a short discussion about the idea before, I can’t find anywhere we’ve written it down, hence this issue.