Diff-pdf: tool to visually compare two PDFs
1–10 of 85 posts
Re: Diff-pdf: tool to visually compare two PDFs
#2That said, next project we want to try something more integrated with EDA tools. If anyone else has followed this path, we'd love to know.
Re: Diff-pdf: tool to visually compare two PDFs
#3Re: Diff-pdf: tool to visually compare two PDFs
#4Re: Diff-pdf: tool to visually compare two PDFs
#5Re: Diff-pdf: tool to visually compare two PDFs
#6Re: Diff-pdf: tool to visually compare two PDFs
#7No screenshots?
Re: Diff-pdf: tool to visually compare two PDFs
#8- Gemini at first only diff'd the text, and then when pushed it identified the items in the images and then hallucinated the differences between the versions. It could not produce an image output.
- Claude only diff'd the text and refused to believe that there images in the PDFs.
- ChatGPT attempted to write and execute python code for this, which errored out.
Re: Diff-pdf: tool to visually compare two PDFs
#9https://gist.github.com/thbar/d1ce2afef68bf6089aeae8d9ddc05d...
The code contains git-stored reference PDFs, and the test suite re-generate them and assert that nothing has changed.
Helped a lot to audit visual changes, or PDF library upgrades!
Re: Diff-pdf: tool to visually compare two PDFs
#10Whole article is worth reading, but if you want the relevant bits search for “ I wrote a Dart script that would take a PDF of the book”.