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 90333fe commit 92a8237Copy full SHA for 92a8237
docs/tasks/includes/_python-read.md
@@ -10,10 +10,6 @@ try:
10
# Create a reader from a file path.
11
reader = c2pa.Reader.from_file("path/to/media_file.jpg")
12
13
- # Alternatively, create a reader from a stream.
14
- stream = open("path/to/media_file.jpg", "rb")
15
- reader = c2pa.Reader("image/jpeg", stream)
16
-
17
# Print the JSON for a manifest.
18
print("manifest store:", reader.json())
19
0 commit comments