|
@@ -218,4 +218,18 @@ python paddleocr_vl_single_process.py --input_file "/Users/zhch158/workspace/dat
|
|
|
|
|
|
|
|
python paddleocr_vl_single_process.py --input_file "//Users/zhch158/workspace/data/流水分析/德_内蒙古银行照.pdf" --output_dir "/Users/zhch158/workspace/data/流水分析/德_内蒙古银行照/PaddleOCR_VL_Results" --pipeline "./my_config/PaddleOCR-VL-Client.yaml" --no-adapter
|
|
python paddleocr_vl_single_process.py --input_file "//Users/zhch158/workspace/data/流水分析/德_内蒙古银行照.pdf" --output_dir "/Users/zhch158/workspace/data/流水分析/德_内蒙古银行照/PaddleOCR_VL_Results" --pipeline "./my_config/PaddleOCR-VL-Client.yaml" --no-adapter
|
|
|
|
|
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+### PaddleOCR-VL关键代码位置
|
|
|
|
|
+```bash
|
|
|
|
|
+paddlex/inference/pipelines/paddleocr_vl/pipeline.py
|
|
|
|
|
+paddlex/inference/pipelines/paddleocr_vl/result.py
|
|
|
|
|
+paddlex/inference/pipelines/paddleocr_vl/uilts.py
|
|
|
|
|
+paddlex/inference/models/common/genai.py
|
|
|
|
|
+paddlex/inference/models/doc_vlm/predictor.py
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+### mineru 关键代码位置
|
|
|
|
|
+```bash
|
|
|
|
|
+mineru/backend/pipeline/batch_analyze.py
|
|
|
```
|
|
```
|