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 3788d17 commit 3a5858bCopy full SHA for 3a5858b
src/c2pa/c2pa.py
@@ -1214,9 +1214,11 @@ def __init__(self,
1214
"""Create a new Reader.
1215
1216
Args:
1217
- format_or_path: The format or path to read from. For paths, we
1218
- will attempt to guess the mimetype of the source file
1219
- based on the extension.
+ format_or_path: The format or path to read from.
+ The stream API (params format and an open stream) is
+ the recommended way to use the Reader. For paths, we
1220
+ will attempt to guess the mimetype of the source
1221
+ file based on the extension.
1222
stream: Optional stream to read from (Python stream-like object)
1223
manifest_data: Optional manifest data in bytes
1224
0 commit comments