I have to check the percentage of the similarity between two files. I am using a maven dependency "string-similarity" to find the percentage of similarity between two strings.
<dependency>
<groupId>net.ricecode</groupId>
<artifactId>string-similarity</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>info.debatty</groupId>
<artifactId>java-string-similarity</artifactId>
<version>RELEASE</version>
</dependency>
is there any dependencies to compare the contents of two doc/pdf files.