You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@ pdf-diff
3
3
4
4
Finds differences between two PDF documents:
5
5
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.
7
7
2. Rasterizes the changed pages in the PDFs to a PNG and draws red outlines around changed text.
8
8
9
+

10
+
9
11
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.
0 commit comments