Commit 63b3cfeb authored by myhloli's avatar myhloli

docs(cli_help): update Chinese PDF path description

parent 95e7e3a7
......@@ -85,6 +85,7 @@ def do_parse(
f_dump_content_list=True,
f_make_md_mode=MakeMode.MM_MD,
):
orig_model_list = copy.deepcopy(model_list)
local_image_dir, local_md_dir = prepare_env(pdf_file_name, parse_method)
......@@ -280,7 +281,7 @@ def local_json_command(local_json, method, inside_model, model_mode):
@cli.command()
@click.option(
"--pdf", type=click.Path(exists=True), required=True,
help='pdf file path, support local/list, list file need end with ".list"')
help='pdf 文件路径, 支持单个文件或文件列表, 文件列表需要以".list"结尾, 一行一个pdf文件路径')
@click.option("--model", type=click.Path(exists=True), help="模型的路径")
@click.option(
"--method",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment