You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Expose `load_settings()` and `version()` for import to allow specifying custom settings (like a certificate trust list).
* Add an example read.py script to show how to read a file's C2PA manifest and verify it.
* Address PR comments
* Remove __init__.py changes
Copy file name to clipboardExpand all lines: examples/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,13 @@ except Exception as err:
75
75
76
76
To run the examples, make sure you have the c2pa-python package installed (`pip install c2pa-python`) and you're in the root directory of the project. We recommend working using virtual environments (venv). Then run the examples as shown below.
0 commit comments