File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ NOTE: For a comprehensive reference to the JSON manifest structure, see the [Man
5252try :
5353 # Create a reader from a file path
5454 with Reader(" path/to/media_file.jpg" ) as reader:
55- # Print the JSON for a manifest.
55+ # Print manifest store as JSON
5656 print (" Manifest store:" , reader.json())
5757
5858 # Get the active manifest.
126126 # First parameter can be mimetype or extension of the file
127127 # But in any case we need something to identify the file type
128128 with Reader(" image/jpeg" , stream) as reader:
129- # Print the JSON for a manifest.
129+ # Print manifest store as JSON, as extracted by the Reader
130130 print (" manifest store:" , reader.json())
131131
132132 # Get the active manifest.
You can’t perform that action at this time.
0 commit comments