Skip to content

yonie/pdf-compare

Repository files navigation

PDF Compare Tool

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.

PDF Compare Tool Web Interface

Quick Start

  1. Install dependencies:

    pip install -r requirements.txt
  2. Start the web interface:

    python run_server.py
  3. Open browser to http://localhost:5000 and upload your PDF files

Command Line Usage

# Basic comparison
python pdf_compare.py file1.pdf file2.pdf

# Full line differences
python pdf_compare.py file1.pdf file2.pdf --full-line

Requirements

  • Python 3.7+
  • PyPDF2, colorama, Flask

License

Provided as-is for educational and practical use.

About

Simple command-line tool to compare text contents of two PDF files side by side

Resources

License

Stars

Watchers

Forks

Packages

No packages published