Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning authored Oct 24, 2023
1 parent f7abd42 commit f0cd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prodigy_pdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def generate_pdf_pages(pdf_paths: List[Path]):
"pdf.image.manual",
# fmt: off
dataset=("Dataset to save answers to", "positional", None, str),
pdf_folder=("Folder with PDFs to annotate", "positional", None, str),
pdf_folder=("Folder with PDFs to annotate", "positional", None, Path),
labels=("Comma seperated labels to use", "option", "l", str),
remove_base64=("Remove base64-encoded image data", "flag", "R", bool)
# fmt: on
Expand Down

0 comments on commit f0cd5f9

Please sign in to comment.