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.
- Host: GitHub
- URL: https://github.com/dedinc/gamma-ai-watermark-remover
- Owner: DedInc
- License: mit
- Created: 2025-01-26T03:29:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-26T04:52:43.000Z (5 months ago)
- Last Synced: 2025-05-26T06:03:17.359Z (5 months ago)
- Topics: ai, ai-watermark-remover, gamma-ai, pdf-watermark, watermark, watermark-remover
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐งโจ Gamma AI Watermark Remover โจ๐ง
![]()
![]()
![]()
![]()
โ ๏ธ 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! โจ