Skip to content

Commit

Permalink
fix: correct docopt syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Feb 7, 2023
1 parent cfb4e25 commit 8fdee21
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions row_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@
# * coding: utf8 *
"""
UDOT Right of Way (ROW) Parcel Number Extraction
Usage:
row storage download (--from-bucket=bucket --task-index=index) [--testing=test]
row images process <file_name>
row image convert <file_name>
row image rotate <file_name>
row circle prepare <file_name>
row circle detect <prepared_file_name>
row circle crop <file_name>
row ocr prepare <file_name>
row ocr detect <image>
row results write
row_cli.py storage download (--from-bucket=bucket --task-index=index) [--testing=test]
row_cli.py images process <file_name>
row_cli.py image convert <file_name> (--output-directory=directory)
row_cli.py image rotate <file_name>
row_cli.py circle prepare <file_name>
row_cli.py circle detect <prepared_file_name>
row_cli.py circle crop <file_name>
row_cli.py ocr prepare <file_name>
row_cli.py ocr detect <image>
row_cli.py results write
Options:
--from-bucket=bucket The bucket to find the image
--testing=test Trick the tool to not use google data and from and to become file paths [default: false]
--task-index=index The index of the task running
--from-bucket=bucket The bucket to find the image
--testing=test Trick the tool to not use google data and from and to become
file paths [default: false]
--task-index=index The index of the task running
--output-directory=directory The location to output the stuff
Examples:
row storage download --from-bucket=bucket-name --task-index=0
row
Expand Down

0 comments on commit 8fdee21

Please sign in to comment.