pdf-diff
pdf-diff copied to clipboard
Python 3.12.3 Compatibility Issues
irst of all, thank you for creating this awesome tool! However, I've encountered some issues while trying to use it with Python 3.12.3.
Environment:
- Python version: 3.12.3
- Operating System: [ubuntu]
Issue: When trying to compare PDFs, I'm encountering multiple errors:
- First error encountered:
AttributeError: module 'diff_match_patch' has no attribute 'diff'
I've created a pull request that will hopefully address your issue. The updated code can be found here. I hope it helps.
@JoshData thanks for the quick update on this. I noticed there was an issue with an unterminated string literal in argument which i addressed in this PR