Feat: pipeline supports PPTX (#10167)

### What problem does this PR solve?

Pipeline supports parsing PPTX naively (text only).

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2025-09-19 12:14:35 +08:00
committed by GitHub
parent 4fae40f66a
commit 5dfdbcce3a
4 changed files with 53 additions and 6 deletions

View File

@ -38,6 +38,13 @@
],
"output_format": "json"
},
"slides": {
"parse_method": "presentation",
"suffix": [
"pptx"
],
"output_format": "json"
},
"markdown": {
"suffix": [
"md",