[PR #2427] [MERGED] [Feat] Upgrade PaddleOCR plugin to 0.2.0 #2468

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

📋 Pull Request Information

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

Base: mainHead: feat/paddleocr-0.2.0


📝 Commits (5)

📊 Changes

13 files changed (+724 additions, -129 deletions)

View changed files

📝 tools/paddleocr/README.md (+1 -3)
tools/paddleocr/_assets/get_api_url.png (+0 -0)
📝 tools/paddleocr/main.py (+1 -1)
📝 tools/paddleocr/manifest.yaml (+1 -1)
📝 tools/paddleocr/provider/paddleocr.py (+18 -10)
📝 tools/paddleocr/provider/paddleocr.yaml (+3 -0)
📝 tools/paddleocr/tools/document_parsing.py (+36 -28)
📝 tools/paddleocr/tools/document_parsing.yaml (+76 -7)
📝 tools/paddleocr/tools/document_parsing_vl.py (+46 -29)
📝 tools/paddleocr/tools/document_parsing_vl.yaml (+189 -16)
📝 tools/paddleocr/tools/text_recognition.py (+6 -19)
📝 tools/paddleocr/tools/text_recognition.yaml (+18 -4)
📝 tools/paddleocr/tools/utils.py (+329 -11)

📄 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)

Environment Verification (If Any Code Changes)

Local Deployment Environment

  • Dify Version is: , I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration.

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 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/2427 **Author:** [@Bobholamovic](https://github.com/Bobholamovic) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/paddleocr-0.2.0` --- ### 📝 Commits (5) - [`1fa8dbc`](https://github.com/langgenius/dify-official-plugins/commit/1fa8dbcfef30381938b9b600702d0a6f3e3512e5) Refactor and upgrade - [`a7fa773`](https://github.com/langgenius/dify-official-plugins/commit/a7fa7739f0a2cd0297cfd83980441adb12b1f525) Support PaddleOCR-VL-1.5 - [`8b4d1f8`](https://github.com/langgenius/dify-official-plugins/commit/8b4d1f8c67e41196c557b1e793f4c4b118241a8b) Fix style - [`66febac`](https://github.com/langgenius/dify-official-plugins/commit/66febacd05d5f5a29b11208ed3fbea7befdc8de7) Fix bug - [`e3e4498`](https://github.com/langgenius/dify-official-plugins/commit/e3e44985369402d3d3bcb66b373e684fa53473ff) Merge branch 'main' into feat/paddleocr-0.2.0 ### 📊 Changes **13 files changed** (+724 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `tools/paddleocr/README.md` (+1 -3) ➖ `tools/paddleocr/_assets/get_api_url.png` (+0 -0) 📝 `tools/paddleocr/main.py` (+1 -1) 📝 `tools/paddleocr/manifest.yaml` (+1 -1) 📝 `tools/paddleocr/provider/paddleocr.py` (+18 -10) 📝 `tools/paddleocr/provider/paddleocr.yaml` (+3 -0) 📝 `tools/paddleocr/tools/document_parsing.py` (+36 -28) 📝 `tools/paddleocr/tools/document_parsing.yaml` (+76 -7) 📝 `tools/paddleocr/tools/document_parsing_vl.py` (+46 -29) 📝 `tools/paddleocr/tools/document_parsing_vl.yaml` (+189 -16) 📝 `tools/paddleocr/tools/text_recognition.py` (+6 -19) 📝 `tools/paddleocr/tools/text_recognition.yaml` (+18 -4) 📝 `tools/paddleocr/tools/utils.py` (+329 -11) </details> ### 📄 Description ## This PR contains Changes to *Non-LLM Models Plugin* - [x] I have Run Comprehensive Tests Relevant to My Changes <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking 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) <!-- ⚠️ NOTE: Version Format: MAJOR.MINOR.PATCH - MAJOR (0.x.x): Reserved for Significant architectural changes or incompatible API modifications - MINOR (x.0.x): For New feature additions while maintaining backward compatibility - PATCH (x.x.0): For Backward-compatible bug fixes and minor improvements - Note: Each Version Component (MAJOR, MINOR, PATCH) Can Be 2 Digits, e.g., 10.11.22 --> ## 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)) ## Environment Verification (If Any Code Changes) <!-- ⚠️ NOTE: At Least One Environment Must Be Tested. --> ### Local Deployment Environment - [x] Dify Version is: <!-- Specify Your Version (e.g., 1.2.0) -->, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration. <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt - No Breaking Changes in Dify That May Affect the Testing Result --> ### SaaS Environment - [x] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt --> --- <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:17:04 -05:00
yindo closed this issue 2026-02-16 11:17:04 -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#2468