luke-cha / diff-pdf

Compare PDF documents using PDF Miner and print out the differences as HTML documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diff-pdf

Compare PDF documents using PDF Miner and print out the differences as HTML documents

install

pip install pdfminer

usage

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

output

image.png

About

Compare PDF documents using PDF Miner and print out the differences as HTML documents

License:MIT License


Languages

Language:HTML 61.1%Language:Python 38.9%