Skip to content

pbrumm/pdf-diff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf-diff

Finds differences between two PDF documents:

  1. Compares the text layers of two PDF documents and outputs the bounding boxes of changed text in JSON.
  2. Rasterizes the changed pages in the PDFs to a PNG and draws red outlines around changed text.

Example Image Output

The script is written in Python 3, and it relies on the pdftotext program.

Installation

sudo apt-get install python3-lxml poppler-utils # on Ubuntu, at least
sudo pip3 install pillow lxml diff_match_patch_python

Running

Turn two PDFs into one large PNG image showing the differences:

python3 pdf-diff.py before.pdf after.pdf > test.png

About

A PDF comparison utility in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published