Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/.vuepress/notes/en/guide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Guide: ThemeNote = defineNoteConfig({
'conversation_synthesis',
'reasoning_general',
'prompted_vqa',
'mathquestion_extract',
'PDFVQAExtract',
'knowledge_cleaning',
'speech_transcription',
],
Expand Down Expand Up @@ -83,7 +83,6 @@ export const Guide: ThemeNote = defineNoteConfig({
"KnowledgeBaseCleaningPipeline",
"FuncCallPipeline",
"Pdf2ModelPipeline",
"PDFVQAExtractPipeline",
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions docs/.vuepress/notes/zh/guide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Guide: ThemeNote = defineNoteConfig({
'conversation_synthesis',
"reasoning_general",
"prompted_vqa",
"mathquestion_extract",
"PDFVQAExtract",
'knowledge_cleaning',
'speech_transcription',
],
Expand Down Expand Up @@ -81,7 +81,6 @@ export const Guide: ThemeNote = defineNoteConfig({
"KnowledgeBaseCleaningPipeline",
"FuncCallPipeline",
"Pdf2ModelPipeline",
"PDFVQAExtractPipeline",
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: PDF VQA Extraction Pipeline
title: Case 6. PDF VQA Extraction Pipeline
createTime: 2025/11/17 14:01:55
permalink: /en/guide/vqa_extract_optimized/
icon: heroicons:document-text
Expand Down
187 changes: 0 additions & 187 deletions docs/en/notes/guide/quickstart/mathquestion_extract.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/en/notes/guide/quickstart/speech_transcription.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Case 9. Speech transcription
title: Case 8. Speech transcription
createTime: 2025/08/22 16:38:49
permalink: /en/guide/5pdipkiv/
icon: fad:headphones
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: PDF中的VQA提取流水线
title: 案例6. PDF中的VQA提取流水线
createTime: 2025/11/17 14:01:55
permalink: /zh/guide/vqa_extract_optimized/
icon: heroicons:document-text
Expand Down
Loading