Pārlūkot izejas kodu

feat: 更新测试文件路径以匹配新的数据文件

zhch158_admin 4 nedēļas atpakaļ
vecāks
revīzija
a38fc65f9f
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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/流水分析/对公_招商银行图/PaddleOCR_VL_Results/对公_招商银行图_page_006.md',
-            file2_path='/Users/zhch158/workspace/data/流水分析/对公_招商银行图/mineru-vlm-2.5.3_Results_cell_bbox/对公_招商银行图_page_006.md',
+            file1_path='/Users/zhch158/workspace/data/流水分析/对公_招商银行图/PaddleOCR_VL_Results/对公_招商银行图_page_005.md',
+            file2_path='/Users/zhch158/workspace/data/流水分析/对公_招商银行图/mineru-vlm-2.5.3_Results_cell_bbox/对公_招商银行图_page_005.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,