Skip to content

Commit

Permalink
Update src/datasets/features/pdf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Francis Soria Jimenez <andrea@huggingface.co>
  • Loading branch information
yabramuvdi and AndreaFrancis authored Dec 19, 2024
1 parent 84ebf32 commit 59e103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/features/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def encode_example(self, value: Union[str, bytes, dict, "pdfplumber.pdf.PDF"]) -
Args:
value (`str`, `bytes`, `pdfplumber.pdf.PDF` or `dict`):
Data passed as input to Image feature.
Data passed as input to Pdf feature.
Returns:
`dict` with "path" and "bytes" fields
Expand Down

0 comments on commit 59e103e

Please sign in to comment.