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 6c0aa11 commit 968e2fbCopy full SHA for 968e2fb
tests/test_unit_tests.py
@@ -216,6 +216,8 @@ def test_read_cawg_data_file(self):
216
"""Test reading C2PA metadata from C_with_CAWG_data.jpg file."""
217
file_path = os.path.join(self.data_dir, "files-for-reading-tests", "C_with_CAWG_data.jpg")
218
219
+ print("SDK version: ", sdk_version())
220
+
221
with open(file_path, "rb") as file:
222
reader = Reader("image/jpeg", file)
223
json_data = reader.json()
0 commit comments