Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Jun 24, 2024
1 parent 44da4da commit 4ac0d03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@ def __init__(
cfg (CfgNode): config
input_paths (str | Path | Sequence[str | Path]): path(s) from which to extract the images
output_dir (str | Path): path to output dir
gen_page (GenPageXML): class to convert from predictions to pageXML
output_page (OutputPageXML): output pageXML object
num_workers (int): number of workers to use
"""
super().__init__(cfg)

Expand Down

0 comments on commit 4ac0d03

Please sign in to comment.