Version 1.0.0
A simple tool to compare PDF files and highlight text differences. Web interface included for easy use.
🔒 Privacy Note: All PDF processing happens entirely on your local machine. No files are uploaded or sent to external servers - your documents stay private and secure.
-
Install dependencies:
pip install -r requirements.txt
-
Start the web interface:
python run_server.py
-
Open browser to
http://localhost:5000and upload your PDF files
# Basic comparison
python pdf_compare.py file1.pdf file2.pdf
# Full line differences
python pdf_compare.py file1.pdf file2.pdf --full-line- Python 3.7+
- PyPDF2, colorama, Flask
Provided as-is for educational and practical use.
