mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-07 14:38:35 +02:00
Ignore collector diagnostics in metadata evidence
This commit is contained in:
+4
-2
@@ -132,8 +132,10 @@ report = identify_from_evidence(evidence)
|
||||
|
||||
The normalizer recursively preserves text and byte values. It also decodes
|
||||
strings prefixed with `hex:` and fields named `base64` or ending in
|
||||
`_base64`. Pass a C2PA manifest-store dictionary in `record["c2pa_store"]`, or
|
||||
through the explicit `c2pa_manifest_store` argument.
|
||||
`_base64`. Diagnostic values under `error` and `kind` are ignored because they
|
||||
describe the collector rather than the source file. Pass a C2PA manifest-store
|
||||
dictionary in `record["c2pa_store"]`, or through the explicit
|
||||
`c2pa_manifest_store` argument.
|
||||
|
||||
`identify_from_evidence` does not reopen the source file. It evaluates metadata
|
||||
only; registered visible marks and pixel-backed invisible watermarks remain in
|
||||
|
||||
Reference in New Issue
Block a user