Help Center
Everything you need to know about removing watermarks with Unwatermark.
How It Works
Unwatermark uses a two-stage AI pipeline to remove watermarks from your files.
- AI Analysis -- Claude's vision model examines your image to find the watermark, understand what's behind it, and recommend the best removal technique.
- Local Removal -- The selected technique runs on the server with no additional API calls. Your files are processed and returned immediately.
Step-by-Step Guide
Drag and drop a file onto the upload zone, or click to browse. Supports PNG, JPG, BMP, TIFF, WebP, PDF, and PPTX files up to 50 MB.
For images, draw a rectangle around the watermark and/or describe it in plain language. For PDFs and PPTX, describe the watermark in the text field. Click Analyze with AI to detect and highlight it.
For images, compare before/after with a slider. For documents, download your clean file. Use Try Again to refine, or Start Over for a new file.
Removal Techniques
The AI automatically selects the best technique for each watermark based on the background.
Samples the color around the watermark and fills it in. Perfect for watermarks on solid-color backgrounds.
Interpolates colors from all four edges of the watermark region. Works well on gradient backgrounds.
Copies pixels from an adjacent area, mirrors them, and blends with a gradient mask. Good for simple textures and patterns.
Uses a state-of-the-art neural inpainting model to reconstruct content behind the watermark. Best for complex backgrounds with text, photos, or diagrams.
CLI Usage
Unwatermark also works as a command-line tool for batch processing.
Run unwatermark --help for all available options.
Tips for Best Results
- Draw a tight rectangle -- For images, the closer your selection fits the actual watermark, the cleaner the removal. Don't include too much surrounding content.
- Describe both what and where -- Use both fields: "What does it look like?" (e.g., "gray NotebookLM text with icon") and "Where is it?" (e.g., "bottom-right corner, white on dark backgrounds"). The more detail you give, the better the AI performs.
- Mention color variations -- If the watermark changes color depending on the background (e.g., "white on dark slides, gray on light slides"), mention that. The AI uses this to find it on every page.
- Use high-res source files -- Higher resolution images give all techniques more surrounding context to work with.