Skip to content

Commit d4ca364

Browse files
committed
adding an example image to the README
1 parent 546b527 commit d4ca364

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ pdf-diff
33

44
Finds differences between two PDF documents:
55

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

9+
![Example Image Output](example.png)
10+
911
Unfortunately while I started this project in node.js, I couldn't figure out how to quickly do the rendering part in node.js and so I switched to Python where I had some similar code laying around already.
1012

1113
Installation

example.png

240 KB
Loading

0 commit comments

Comments
 (0)