From bedb1bca087e570f7aa02af6b88ba749b09aee35 Mon Sep 17 00:00:00 2001 From: test-user Date: Fri, 27 Mar 2026 10:15:40 -0700 Subject: [PATCH] docs: add raiw.cc mention and move examples section higher --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4bf37f3..4745041 100644 --- a/README.md +++ b/README.md @@ -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