Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.7 KB

File metadata and controls

61 lines (41 loc) · 1.7 KB

PDF Manager

A self-hosted, private solution for managing and processing your PDF documents.

Why PDF Manager?

Most online PDF tools require you to upload your sensitive documents to their servers. PDF Manager is built for users who prioritize security and privacy.

  • 100% Local: No cloud uploads. Your data stays on your machine.
  • Privacy First: Process confidential documents without worrying about third-party data retention.
  • Simple & Fast: A streamlined interface for managing your PDF library.

Project Structure

SIMPLE

Getting Started

Backend

  1. cd backend
  2. python3 -m venv venv && source venv/bin/activate
  3. pip install -r requirements.txt

Frontend

  1. cd frontend
  2. npm install
  3. npm run dev

Quick Start (Frontend)

For a one-click setup and launch, you can use the provided shell script:

FOR Linux / macOS

For a one-click setup and launch, you can use the provided shell script:

  1. cd frontend
  2. chmod +x start.sh # Make the script executable
  3. ./start.sh # Run it!

FOR Windows

  1. cd frontend
  2. ./start.bat # Run it!

This script automatically checks for dependencies, installs them if they are missing, and launches the development server in your browser.

What's Next?

I am just getting started! Stay updated as I roll out new versions. Future releases will include:

  • 🔒 Advanced Encryption/Decryption.
  • OCR (Optical Character Recognition) support.
  • Batch processing for large libraries.
  • Conversion
  • and MORE

Keep an eye on this repository for more and more features!


Security Note: Always keep your local environment updated to ensure the latest security patches are applied.