red6 / pdfcompare

A simple Java library to compare two PDF files
Apache License 2.0
220 stars 66 forks source link

Can the CompareResult interface include the difference percentage #79

Open UnstoppableN opened 4 years ago

UnstoppableN commented 4 years ago

I can use the CompareResult to check if there are differences found.

It would be nice to also know the difference percentage which was found, this would help me to fine-tune the "allowedDifferenceInPercentPerPage" parameter to filter out some unwanted results.

Thank you for your help!

finsterwalder commented 4 years ago

Interesting idea... Could probably be done. I'll see, when I find some time...

LennartKoot commented 3 years ago

@finsterwalder I provided a PR with a proposed solution.