Переглянути джерело

fix(data_source_config): update json_dir path for YUSYS OCR framework

- Changed the json_dir path in the configuration file to reflect the new directory structure for mineru_vllm_results_cell_bbox.
- This update ensures accurate data sourcing for the YUSYS unified OCR framework, improving the configuration's clarity and functionality.
zhch158_admin 9 годин тому
батько
коміт
69b227234b

+ 1 - 1
table_line_generator/backend/config/data_sources/施博深.yaml

@@ -3,7 +3,7 @@ data_source:
   description: "施博深 YUSYS统一OCR框架"
   json_format: "mineru"
   base_dir: "/Users/zhch158/workspace/data/流水分析"
-  json_dir: "{{name}}/bank_statement_yusys_v2"
+  json_dir: "{{name}}/mineru_vllm_results_cell_bbox"
   image_dir: "{{name}}/mineru_vllm_results/{{name}}"
   json_pattern: "{{ name }}_page_(?P<page>\\d{3})\\.json"
   image_pattern: "{{ name }}_page_(?P<page>\\d{3})\\.png"