Skip to content

Commit

Permalink
Clarify docstring of extract command
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdq committed Aug 12, 2019
1 parent 155cff3 commit 5e876f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfca.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def cut(name, binary, format):
def extract(directory, binary, format):
"""Scrape text from pages of files in "input" folder.
Requires DIRECTORY (whether relative or absolute).
Use ./ as DIRECTORY to process files in the pdfca folder."""
Use "./" as DIRECTORY to process files in the pdfca folder."""
binary = binary + format
load_df(binary)
os.chdir(directory)
Expand Down

0 comments on commit 5e876f6

Please sign in to comment.