Skip to content

Commit 8cb961c

Browse files
committed
[VQA Extractor] Fix path
1 parent e9d9da9 commit 8cb961c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en/notes/guide/pipelines/PDFVQAExtractPipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
7676
You 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

211211
Use this pipeline whenever you need structured QA data distilled directly from PDF textbooks with figure references intact.

docs/zh/notes/guide/pipelines/PDFVQAExtractPipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 教材中沉淀带图引用的结构化问答数据。

0 commit comments

Comments
 (0)