docs: add raiw.cc mention and move examples section higher

This commit is contained in:
test-user
2026-03-27 10:15:40 -07:00
parent 47caacf5dc
commit bedb1bca08
+8 -6
View File
@@ -15,6 +15,14 @@ Strips SynthID, C2PA Content Credentials, EXIF/XMP "Made with AI" labels, and vi
- **Batch processing** — process entire directories
- **Detection** — three-stage NCC watermark detection with confidence scoring
> **Try it online** — don't want to install anything? Use [raiw.cc](https://raiw.cc), a free web service powered by this library.
## Examples
| Before (Watermarked) | After (Cleaned) |
| --- | --- |
| ![Before](demo_banana_before.png) | ![After](demo_banana_after.png) |
## Supported models
| AI model | Visible watermark | Invisible watermark | Metadata | Our approach |
@@ -79,12 +87,6 @@ AI tools embed generation metadata that social platforms use to show "Made with
The cleaner parses each layer, removes AI-related fields, and preserves standard metadata (Author, Copyright, Title).
## Examples
| Before (Watermarked) | After (Cleaned) |
| --- | --- |
| ![Before](demo_banana_before.png) | ![After](demo_banana_after.png) |
## Installation
### Recommended