Преглед на файлове

refactor(processor_configs): update configuration for bank statement processing

- Changed the configuration file path for bank statement processing to use the new 'bank_statement_yusys_v3.yaml'.
- Updated output and log subdirectory names to reflect the new configuration, ensuring consistency in directory structure.
zhch158_admin преди 2 дни
родител
ревизия
232478d0b6
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      ocr_tools/ocr_batch/processor_configs.yaml

+ 3 - 3
ocr_tools/ocr_batch/processor_configs.yaml

@@ -13,14 +13,14 @@ processors:
     input_arg: "--input"
     output_arg: "--output_dir"
     extra_args:
-      - "--config=/Users/zhch158/workspace/repository.git/ocr_platform/ocr_tools/universal_doc_parser/config/bank_statement_wired_unet.yaml"
+      - "--config=/Users/zhch158/workspace/repository.git/ocr_platform/ocr_tools/universal_doc_parser/config/bank_statement_yusys_v3.yaml"
       # - "--config=/Users/zhch158/workspace/repository.git/ocr_platform/ocr_tools/universal_doc_parser/config/bank_statement_yusys_v2.yaml"
       - "--pages=1-35"
       - "--streaming"
       - "--debug"
       - "--log_level=DEBUG"
-    output_subdir: "bank_statement_wired_unet"
-    log_subdir: "logs/bank_statement_wired_unet"
+    output_subdir: "bank_statement_yusys_v3"
+    log_subdir: "logs/bank_statement_yusys_v3"
     # output_subdir: "bank_statement_yusys_v2"
     # log_subdir: "logs/bank_statement_yusys_v2"
     venv: "conda activate mineru2"