mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #383] [CLOSED] feat: introduce a new tool to process pdf files #1335
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/383
Author: @fdb02983rhy
Created: 3/5/2025
Status: ❌ Closed
Base:
main← Head:feat-introduce-a-tool-to-process-pdf-files📝 Commits (3)
23b1aaffeat: introduce a new tool to process pdf files070d229Update icon.svg6d03fadrefactor: Improve PDF processing tools with robust error handling and validation📊 Changes
14 files changed (+413 additions, -0 deletions)
View changed files
➕
tools/pdf_process/.env.example(+4 -0)➕
tools/pdf_process/README.md(+18 -0)➕
tools/pdf_process/_assets/icon.svg(+4 -0)➕
tools/pdf_process/_assets/pdf_extractor.png(+0 -0)➕
tools/pdf_process/_assets/pdf_page_counter.png(+0 -0)➕
tools/pdf_process/main.py(+6 -0)➕
tools/pdf_process/manifest.yaml(+34 -0)➕
tools/pdf_process/provider/pdf_process.py(+7 -0)➕
tools/pdf_process/provider/pdf_process.yaml(+20 -0)➕
tools/pdf_process/requirements.txt(+2 -0)➕
tools/pdf_process/tools/pdf_extractor.py(+153 -0)➕
tools/pdf_process/tools/pdf_extractor.yaml(+37 -0)➕
tools/pdf_process/tools/pdf_page_counter.py(+102 -0)➕
tools/pdf_process/tools/pdf_page_counter.yaml(+26 -0)📄 Description
https://github.com/user-attachments/assets/4e135538-7d4b-4697-a598-07fcf2b0c6b9
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.