|
|
@@ -15,11 +15,11 @@ if __name__ == "__main__":
|
|
|
|
|
|
# 默认配置
|
|
|
default_config = {
|
|
|
- "input_file": "/Users/zhch158/workspace/data/流水分析/德_内蒙古银行照.pdf",
|
|
|
+ "input_file": "/Users/zhch158/workspace/data/流水分析/B用户_扫描流水.pdf",
|
|
|
# "input_file": "/home/ubuntu/zhch/data/至远彩色印刷工业有限公司/PaddleOCR_VL_Results/2023年度报告母公司/2023年度报告母公司_page_027.png",
|
|
|
- "output_dir": "/Users/zhch158/workspace/data/流水分析/德_内蒙古银行照/PaddleOCR_VL_Results",
|
|
|
- "collect_results": f"/Users/zhch158/workspace/data/流水分析/德_内蒙古银行照/PaddleOCR_VL_Results/processed_files_{time.strftime('%Y%m%d_%H%M%S')}.csv",
|
|
|
- "pipeline": "./my_config/PaddleOCR-VL-Client.yaml",
|
|
|
+ "output_dir": "/Users/zhch158/workspace/data/流水分析/B用户_扫描流水/PaddleOCR_VL_Results",
|
|
|
+ "collect_results": f"/Users/zhch158/workspace/data/流水分析/B用户_扫描流水/PaddleOCR_VL_Results/processed_files_{time.strftime('%Y%m%d_%H%M%S')}.csv",
|
|
|
+ "pipeline": "./my_config/PaddleOCR-VL-Client_debug.yaml",
|
|
|
}
|
|
|
|
|
|
# 构造参数
|