Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luke-cha/diff-pdf
Compare PDF documents using PDF Miner and print out the differences as HTML documents
https://github.com/luke-cha/diff-pdf
compare-pdf-documents diff-pdf html-documents pdf-diff pdf-miner python3
Last synced: 10 days ago
JSON representation
Compare PDF documents using PDF Miner and print out the differences as HTML documents
- Host: GitHub
- URL: https://github.com/luke-cha/diff-pdf
- Owner: luke-cha
- License: mit
- Created: 2020-02-07T11:48:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T12:48:36.000Z (over 4 years ago)
- Last Synced: 2024-10-17T21:14:39.589Z (20 days ago)
- Topics: compare-pdf-documents, diff-pdf, html-documents, pdf-diff, pdf-miner, python3
- Language: HTML
- Size: 124 KB
- Stars: 14
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/jjunghyup/diff-pdf/blob/master/result.JPG)