v0.2.0 — c2patool false-positive fix
watermarks-remover v0.2.0
Bug-fix release: has_manifest no longer reports a clean asset as carrying a C2PA manifest.
Fixed
image_meta.py: parenthesised the positivehas_manifestsubstring matches so the negative markers (no claim,no jumbf) veto all of them.c2patoolreports a missing manifest asError: No claim found, which contains the substringclaimand previously matched the first positive alternative — flagging every clean PNG, JPEG, PDF, SVG and DOCX as carrying C2PA. See #3.- Added
tests/test_c2patool_report.py— 4 cases:No claim found,No JUMBF data found, a genuine manifest, andc2patoolabsent.
Docs
- Fixed broken
c2patoollinks (repo moved tocontentauth/c2pa-rs). - Added a disclaimer on the quality cost of text-watermark removal.
Install
git clone https://github.com/guillaumemeyer/watermarks-remover.git
cd watermarks-remover
mkdir -p ~/.grok/skills
ln -sfn "$(pwd)/skills/remove-ai-marks" ~/.grok/skills/remove-ai-marksFull changelog: see README