File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ self.vqa_extractor = VQAExtractor(
7171
7272### Step 5: One-click run
7373``` bash
74- python pipelines /pdf_vqa_extract_pipeline.py
74+ python api_pipelines /pdf_vqa_extract_pipeline.py
7575```
7676You can also import the operators into other workflows; the remainder of this doc explains the data flow in detail.
7777
@@ -206,6 +206,6 @@ if __name__ == "__main__":
206206
207207---
208208
209- Pipeline source: ` DataFlow/pipelines/pdf_vqa_extract_pipeline.py `
209+ Pipeline source: ` DataFlow/dataflow/statics/ pipelines/api_pipelines /pdf_vqa_extract_pipeline.py `
210210
211211Use this pipeline whenever you need structured QA data distilled directly from PDF textbooks with figure references intact.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ self.vqa_extractor = VQAExtractor(
7070
7171### 步骤 5:一键运行
7272``` bash
73- python pipelines /pdf_vqa_extract_pipeline.py
73+ python api_pipelines /pdf_vqa_extract_pipeline.py
7474```
7575也可将各算子嵌入其他流程,下文详细介绍数据流。
7676
@@ -206,6 +206,6 @@ if __name__ == "__main__":
206206
207207---
208208
209- Pipeline 源码:` DataFlow/pipelines/pdf_vqa_extract_pipeline.py `
209+ Pipeline 源码:` DataFlow/dataflow/statics/ pipelines/api_pipelines /pdf_vqa_extract_pipeline.py `
210210
211211利用该流水线可直接从 PDF 教材中沉淀带图引用的结构化问答数据。
You can’t perform that action at this time.
0 commit comments