Browse Source

feat: 更新测试用例,调整流水表格对比的文件路径

zhch158_admin 4 weeks ago
parent
commit
da77089e7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      comparator/compare_ocr_results.py

+ 2 - 2
comparator/compare_ocr_results.py

@@ -80,8 +80,8 @@ if __name__ == "__main__":
         # 测试流水表格对比
         import time
         result = compare_ocr_results(
-            file1_path='/Users/zhch158/workspace/data/流水分析/A用户_单元格扫描流水/mineru-vlm-2.5.3_Results_cell_bbox/A用户_单元格扫描流水_page_005.md',
-            file2_path='/Users/zhch158/workspace/data/流水分析/A用户_单元格扫描流水/data_DotsOCR_Results/A用户_单元格扫描流水_page_005.md',
+            file1_path='/Users/zhch158/workspace/data/流水分析/对公_招商银行图/PaddleOCR_VL_Results/对公_招商银行图_page_006.md',
+            file2_path='/Users/zhch158/workspace/data/流水分析/对公_招商银行图/mineru-vlm-2.5.3_Results_cell_bbox/对公_招商银行图_page_006.md',
             output_file=f'/Users/zhch158/workspace/repository.git/ocr_verify/output/flow_list_comparison_{time.strftime("%Y%m%d_%H%M%S")}',
             output_format='both',
             ignore_images=True,