Slide 18
Slide 18 text
help
$ yomitoku --help
usage: yomitoku [-h] [-f FORMAT] [-v] [-o OUTDIR] [-d DEVICE] [--td_cfg TD_CFG] [--tr_cfg TR_CFG] [--lp_cfg LP_CFG]
[--tsr_cfg TSR_CFG] [--ignore_line_break] [--figure] [--figure_letter] [--figure_width FIGURE_WIDTH]
[--figure_dir FIGURE_DIR]
arg1
positional arguments:
arg1 path of target image file or directory
options:
-h, --help show this help message and exit
-f FORMAT, --format FORMAT
output format type (json or csv or html or md)
-v, --vis if set, visualize the result
-o OUTDIR, --outdir OUTDIR
output directory
-d DEVICE, --device DEVICE
device to use
--td_cfg TD_CFG path of text detector config file
--tr_cfg TR_CFG path of text recognizer config file
--lp_cfg LP_CFG path of layout parser config file
--tsr_cfg TSR_CFG path of table structure recognizer config file
--ignore_line_break if set, ignore line break in the output
--figure if set, export figure in the output
--figure_letter if set, export letter within figure in the output
--figure_width FIGURE_WIDTH
width of figure image in the output
--figure_dir FIGURE_DIR
directory to save figure images
18