[PR #2373] [MERGED] [Feat] Add timeout and strip image html tags for PaddleOCR plugin #2429

Closed
opened 2026-02-16 11:16:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2373
Author: @Bobholamovic
Created: 1/6/2026
Status: Merged
Merged: 1/7/2026
Merged by: @crazywoola

Base: mainHead: feat/filter-image-contents


📝 Commits (1)

  • 1c9b626 Add timeout and strip image html tags

📊 Changes

5 files changed (+39 additions, -2 deletions)

View changed files

📝 tools/paddleocr/manifest.yaml (+1 -1)
📝 tools/paddleocr/tools/document_parsing.py (+8 -0)
📝 tools/paddleocr/tools/document_parsing_vl.py (+9 -1)
📝 tools/paddleocr/tools/text_recognition.py (+5 -0)
tools/paddleocr/tools/utils.py (+16 -0)

📄 Description

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.6.0 is in requirements.txt (SDK docs)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/2373 **Author:** [@Bobholamovic](https://github.com/Bobholamovic) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/filter-image-contents` --- ### 📝 Commits (1) - [`1c9b626`](https://github.com/langgenius/dify-official-plugins/commit/1c9b626e0ffd3a290c39623a75d080a0f47d5eb0) Add timeout and strip image html tags ### 📊 Changes **5 files changed** (+39 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tools/paddleocr/manifest.yaml` (+1 -1) 📝 `tools/paddleocr/tools/document_parsing.py` (+8 -0) 📝 `tools/paddleocr/tools/document_parsing_vl.py` (+9 -1) 📝 `tools/paddleocr/tools/text_recognition.py` (+5 -0) ➕ `tools/paddleocr/tools/utils.py` (+16 -0) </details> ### 📄 Description ## This PR contains Changes to *Non-LLM Models Plugin* - [x] I have Run Comprehensive Tests Relevant to My Changes ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) ## Dify Plugin SDK Version - [x] I have Ensured `dify_plugin>=0.3.0,<0.6.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:16:57 -05:00
yindo closed this issue 2026-02-16 11:16:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2429