quyuan 1 年之前
父节点
当前提交
193a9ce55b
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      tests/test_cli/result.json
  2. 1 1
      tests/test_cli/test_cli.py

+ 0 - 1
tests/test_cli/result.json

@@ -1 +0,0 @@
-{"average_sim_score":0, "average_edit_distance":0, "average_bleu_score": 0}

+ 1 - 1
tests/test_cli/test_cli.py

@@ -33,7 +33,7 @@ class TestCli:
             pipe.pipe_classify()
             pipe.pipe_parse()
             md_content = pipe.pipe_mk_markdown(image_dir, drop_mode="none")
-            res_path = os.path.join(pdf_dev_path, "miner", f"{demo_name}.md")
+            res_path = os.path.join(pdf_dev_path, "mineru", f"{demo_name}.md")
             with open(res_path, "w", encoding="utf-8") as f:
                 f.write(md_content)