[PR #2140] [MERGED] [Fix] Correct the PaddleOCR's request header prefix and update the documentation #2281

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2140
Author: @Bobholamovic
Created: 11/26/2025
Status: Merged
Merged: 11/27/2025
Merged by: @crazywoola

Base: mainHead: fix/paddleocr


📝 Commits (2)

📊 Changes

4 files changed (+4 additions, -6 deletions)

View changed files

📝 tools/paddleocr/README.md (+0 -2)
📝 tools/paddleocr/manifest.yaml (+2 -2)
📝 tools/paddleocr/tools/document_parsing.py (+1 -1)
📝 tools/paddleocr/tools/text_recognition.py (+1 -1)

📄 Description

  1. Updated the header prefix according to the example code at the PaddleOCR official website.
  2. Removed the description of the PaddleOCR Text Recognition plugin from the README, as it was incorrect—PaddleOCR and PaddleOCR Text Recognition are two independent plugins without inheritance.
  3. Bumped the plugin version to 0.1.1.

🔄 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/2140 **Author:** [@Bobholamovic](https://github.com/Bobholamovic) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/paddleocr` --- ### 📝 Commits (2) - [`8502da6`](https://github.com/langgenius/dify-official-plugins/commit/8502da6814939ccb2f39f53da981a7f4a71becde) Fix header prefix - [`e059106`](https://github.com/langgenius/dify-official-plugins/commit/e0591066407a4d19af41a2f332c86a6476d600d0) Remove unused description ### 📊 Changes **4 files changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `tools/paddleocr/README.md` (+0 -2) 📝 `tools/paddleocr/manifest.yaml` (+2 -2) 📝 `tools/paddleocr/tools/document_parsing.py` (+1 -1) 📝 `tools/paddleocr/tools/text_recognition.py` (+1 -1) </details> ### 📄 Description 1. Updated the header prefix according to the example code at [the PaddleOCR official website](https://aistudio.baidu.com/paddleocr/task). 2. Removed the description of the `PaddleOCR Text Recognition` plugin from the README, as it was incorrect—`PaddleOCR` and `PaddleOCR Text Recognition` are two independent plugins without inheritance. 3. Bumped the plugin version to **0.1.1**. --- <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:34 -05:00
yindo closed this issue 2026-02-16 11:16:34 -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#2281