|
|
@@ -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
|
|
|
-```
|
|
|
+```
|