Эх сурвалжийг харах

feat: 添加 PDF 批量处理脚本和处理器使用说明,更新处理器配置文件路径

zhch158_admin 2 долоо хоног өмнө
parent
commit
4222a9fed4
1 өөрчлөгдсөн 6 нэмэгдсэн , 1 устгасан
  1. 6 1
      zhch/README.md

+ 6 - 1
zhch/README.md

@@ -262,6 +262,7 @@ python ppstructurev3_single_client.py --input_file "//Users/zhch158/workspace/da
 ```
 
 # process_pdf_batch.sh
+
 ```bash
 # 方法1: 使用文件列表
 chmod +x process_pdf_batch.sh
@@ -283,6 +284,10 @@ chmod +x process_pdf_batch.sh
     -f "pdf_list.txt"
 ```
 
+# batch_process_pdf.py 使用说明
+
+**处理器配置文件: zhch/processor_configs.yaml**
+
 ```bash
 # 1. 查看所有处理器
 python batch_process_pdf.py --list-processors
@@ -301,4 +306,4 @@ python batch_process_pdf.py -p ppstructurev3_single_client -f pdf_list.txt -o cu
 
 # 6. 模拟运行查看配置
 python batch_process_pdf.py -p ppstructurev3_single_client -f pdf_list.txt --dry-run
-```
+```