瀏覽代碼

feat: 更新默认配置文件路径,指向新的 PaddleOCR_VL 和 PaddleOCR 文件

zhch158_admin 1 周之前
父節點
當前提交
d813017609
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      merger/merge_paddleocr_vl_paddleocr.py

+ 2 - 2
merger/merge_paddleocr_vl_paddleocr.py

@@ -285,8 +285,8 @@ if __name__ == "__main__":
     if len(sys.argv) == 1:
         # 默认配置
         default_config = {
-            "paddleocr-vl-file": "/Users/zhch158/workspace/data/流水分析/2023年度报告母公司/paddleocr_vl_results/2023年度报告母公司_page_003.json",
-            "paddle-file": "/Users/zhch158/workspace/data/流水分析/2023年度报告母公司/ppstructurev3_client_results/2023年度报告母公司_page_003.json",
+            "paddleocr-vl-file": "/Users/zhch158/workspace/data/流水分析/2023年度报告母公司/paddleocr_vl_results/2023年度报告母公司_page_005.json",
+            "paddle-file": "/Users/zhch158/workspace/data/流水分析/2023年度报告母公司/ppstructurev3_client_results/2023年度报告母公司_page_005.json",
             "output-dir": "/Users/zhch158/workspace/data/流水分析/2023年度报告母公司/paddleocr_vl_results_cell_bbox",
             "output-type": "both",
             "window": "15",