File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ class Pdf:
4444 - A `pdfplumber.pdf.PDF`: pdfplumber pdf object.
4545
4646 Args:
47- mode (`str`, *optional*):
48- The mode to convert the pdf to. If `None`, the native mode of the pdf is used.
4947 decode (`bool`, defaults to `True`):
5048 Whether to decode the pdf data. If `False`,
5149 returns the underlying dictionary in the format `{"path": pdf_path, "bytes": pdf_bytes}`.
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ class Video:
4545 Output: The Video features output data as `torchcodec.decoders.VideoDecoder` objects.
4646
4747 Args:
48- mode (`str`, *optional*):
49- The mode to convert the video to. If `None`, the native mode of the video is used.
5048 decode (`bool`, defaults to `True`):
5149 Whether to decode the video data. If `False`,
5250 returns the underlying dictionary in the format `{"path": video_path, "bytes": video_bytes}`.
You can’t perform that action at this time.
0 commit comments