mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1538] [MERGED] feat: add simple pptx_extractor #1942
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1538
Author: @kurokobo
Created: 8/20/2025
Status: ✅ Merged
Merged: 8/21/2025
Merged by: @crazywoola
Base:
feat/datasource← Head:pptx📝 Commits (1)
76f608efeat: add simple pptx_extractor📊 Changes
6 files changed (+141 additions, -9 deletions)
View changed files
📝
tools/dify_extractor/README.md(+1 -4)📝
tools/dify_extractor/manifest.yaml(+1 -1)📝
tools/dify_extractor/requirements.txt(+1 -0)📝
tools/dify_extractor/tools/dify_extractor.py(+3 -0)📝
tools/dify_extractor/tools/dify_extractor.yaml(+4 -4)➕
tools/dify_extractor/tools/pptx_extractor.py(+131 -0)📄 Description
Related Issues or Context
NOTE: This is intended for the
feat/datasourcebranch, not formain.Add simple extractor for PPTX to the dify_extractor plugin. This is a port of https://github.com/langgenius/dify/pull/24184.
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.