We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69980d commit 44a1919Copy full SHA for 44a1919
src/c2pa/c2pa.py
@@ -1246,9 +1246,6 @@ class Reader:
1246
```
1247
with Reader("image/jpeg", output) as reader:
1248
manifest_json = reader.json()
1249
- active_manifest = reader.get_active_manifest()
1250
- validation_state = reader.get_validation_state()
1251
- validation_results = reader.validation_results()
1252
1253
Where `output` is either an in-memory stream or an opened file.
1254
"""
0 commit comments