|
|
@@ -659,6 +659,11 @@ if __name__ == "__main__":
|
|
|
"config": "./config/bank_statement_yusys_local.yaml",
|
|
|
"log_file": "./output/logs/bank_statement_yusys_local/process.log",
|
|
|
|
|
|
+ # "input": "/Users/zhch158/workspace/data/流水分析/钟_广东陆丰农村商业银行.pdf",
|
|
|
+ # "output_dir": "/Users/zhch158/workspace/data/流水分析/钟_广东陆丰农村商业银行/bank_statement_yusys_local",
|
|
|
+ # "config": "./config/bank_statement_yusys_local.yaml",
|
|
|
+ # "log_file": "./output/logs/钟_广东陆丰农村商业银行/bank_statement_yusys_local/process.log",
|
|
|
+
|
|
|
# 配置文件
|
|
|
# "config": "./config/bank_statement_yusys_v4.yaml",
|
|
|
# "config": "./config/bank_statement_yusys_v3.yaml",
|
|
|
@@ -672,7 +677,7 @@ if __name__ == "__main__":
|
|
|
# "scene": "financial_report",
|
|
|
|
|
|
# 页面范围(可选)
|
|
|
- "pages": "2", # 只处理前1页
|
|
|
+ "pages": "1", # 只处理前1页
|
|
|
# "pages": "1-3,5,7-10", # 处理指定页面
|
|
|
# "pages": "83-109", # 处理指定页面
|
|
|
|