Compare PDF documents using PDF Miner and print out the differences as HTML documents
pip install pdfminer
python diff-pdf.py before.pdf after.pdf
python diff-pdf.py before.pdf after.pdf -o output.html
python diff-pdf.py before.pdf after.pdf -m 0.1
Compare PDF documents using PDF Miner and print out the differences as HTML documents
Compare PDF documents using PDF Miner and print out the differences as HTML documents
pip install pdfminer
python diff-pdf.py before.pdf after.pdf
python diff-pdf.py before.pdf after.pdf -o output.html
python diff-pdf.py before.pdf after.pdf -m 0.1
Compare PDF documents using PDF Miner and print out the differences as HTML documents
MIT License