[PR #2377] [MERGED] [Feat] Add 'Client-Platform' header for server processing for PaddleOCR #2430

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/2377
Author: @Bobholamovic
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @crazywoola

Base: mainHead: feat/add-header


📝 Commits (1)

  • 061cd1d Add 'Client-Platform' header for server processing for PaddleOCR

📊 Changes

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

View changed files

📝 tools/paddleocr/manifest.yaml (+1 -1)
📝 tools/paddleocr/tools/document_parsing.py (+1 -1)
📝 tools/paddleocr/tools/document_parsing_vl.py (+1 -1)
📝 tools/paddleocr/tools/text_recognition.py (+1 -1)

📄 Description

This is a new specification introduced for the official PaddleOCR service. By identifying the source of client requests, we will be able to implement additional server-side extensions in the future, such as providing special handling for certain clients or enabling more fine-grained traffic control.

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)

🔄 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/2377 **Author:** [@Bobholamovic](https://github.com/Bobholamovic) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/add-header` --- ### 📝 Commits (1) - [`061cd1d`](https://github.com/langgenius/dify-official-plugins/commit/061cd1db356011b266d3c5b20f4cf19f6ecddd30) Add 'Client-Platform' header for server processing for PaddleOCR ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `tools/paddleocr/manifest.yaml` (+1 -1) 📝 `tools/paddleocr/tools/document_parsing.py` (+1 -1) 📝 `tools/paddleocr/tools/document_parsing_vl.py` (+1 -1) 📝 `tools/paddleocr/tools/text_recognition.py` (+1 -1) </details> ### 📄 Description This is a new specification introduced for the official PaddleOCR service. By identifying the source of client requests, we will be able to implement additional server-side extensions in the future, such as providing special handling for certain clients or enabling more fine-grained traffic control. ## 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 --> --- <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#2430