A simple software tool to compare two pdfs.
- Download the repository
- install all the dependencies using npm i
- start the app using
nodemon
ornode index.js
At present, few sample files from the pdfs folder are used. Once you clone the repo you can add your different files & change the import of files accordingly.
When you call the API localhost:3005/compare-pdfs
if the pdfs are processed successfully, you can see the below objects in the console.
- When you load
sample-1.pdf
&sample-2.pdf
.
- When you load
sample-3.pdf
&sample-4.pdf
.