An open API service indexing awesome lists of open source software.

https://github.com/dedinc/gamma-ai-watermark-remover

Remove those Gamma AI Watermarks! Effortlessly clean up your PDFs generated by Gamma AI's free tier.
https://github.com/dedinc/gamma-ai-watermark-remover

ai ai-watermark-remover gamma-ai pdf-watermark watermark watermark-remover

Last synced: 12 days ago
JSON representation

Remove those Gamma AI Watermarks! Effortlessly clean up your PDFs generated by Gamma AI's free tier.

Awesome Lists containing this project

README

          

# ๐Ÿ’งโœจ Gamma AI Watermark Remover โœจ๐Ÿ’ง


Python Version
FastAPI
PyMuPDF
Uvicorn


โš ๏ธ Educational Purposes Only โš ๏ธ


---

## ๐ŸŒŸ What is Gamma AI Watermark Remover?

A specialized web application designed to remove **gamma.app** watermarks from PDF files. This tool specifically targets Gamma AI's branding elements that appear in PDFs exported from their free tier, helping you create clean, professional-looking documents.

## ๐Ÿค” Why do you need it?

Gamma AI is a fantastic presentation tool, but the watermarks in the free version can be problematic for professional and educational use:

* **Professional Presentations:** Remove distracting branding for business meetings and formal presentations
* **Educational Materials:** Create clean study materials and academic presentations
* **Portfolio Work:** Present your content without third-party branding
* **Document Clarity:** Improve focus and readability by removing visual distractions

## โš™๏ธ How does it work?

The application uses an intelligent detection and removal system:

1. **PDF Analysis:** Parses PDF documents page by page using PyMuPDF (fitz)
2. **Targeted Detection:** Identifies gamma.app watermarks by analyzing images positioned in the bottom-right corner and links pointing to gamma.app domain
3. **Smart Removal:** Removes detected watermarks while preserving document integrity
4. **Clean Output:** Generates a watermark-free PDF ready for professional use

## ๐Ÿš€ Installation & Setup

1. **Install Dependencies:**
```bash
pip install -r requirements.txt --upgrade
```

2. **Start the Server:**
```bash
python app.py
```

3. **Access the Web Interface:**
Open your browser and navigate to: `http://localhost:8000`

4. **Upload and Process:**
- Click "Choose PDF File" to select your Gamma AI PDF
- Click "Remove Watermark" to process the file
- Download the clean PDF automatically

---


โœจ Enjoy your clean, professional PDFs! โœจ