[PR #719] [CLOSED] Feat/add paddle ocr plugin #1121

Closed
opened 2026-02-22 17:48:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/719
Author: @wangbowen-hub
Created: 6/18/2025
Status: Closed

Base: mainHead: feat/add-paddle-ocr-plugin


📝 Commits (3)

  • 916ae75 add woody plugins
  • 793831d feat: add PaddleOCR plugin by woody
  • 948cf77 feat: add PaddleOCR plugin

📊 Changes

16 files changed (+1118 additions, -0 deletions)

View changed files

woody/paddle-ocr-dify/.difyignore (+179 -0)
woody/paddle-ocr-dify/.env.example (+3 -0)
woody/paddle-ocr-dify/.gitignore (+176 -0)
woody/paddle-ocr-dify/LICENSE (+201 -0)
woody/paddle-ocr-dify/NOTICE (+23 -0)
woody/paddle-ocr-dify/PRIVACY.md (+138 -0)
woody/paddle-ocr-dify/README.md (+104 -0)
woody/paddle-ocr-dify/_assets/icon.png (+0 -0)
woody/paddle-ocr-dify/main.py (+7 -0)
woody/paddle-ocr-dify/manifest.yaml (+31 -0)
woody/paddle-ocr-dify/paddle-ocr.difypkg (+0 -0)
woody/paddle-ocr-dify/provider/paddle-ocr.py (+14 -0)
woody/paddle-ocr-dify/provider/paddle-ocr.yaml (+15 -0)
woody/paddle-ocr-dify/requirements.txt (+1 -0)
woody/paddle-ocr-dify/tools/paddle-ocr.py (+91 -0)
woody/paddle-ocr-dify/tools/paddle-ocr.yaml (+135 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • [] New plugin submission
  • Version update for existing plugin

3. Description

Bring the OCR capabilities of the Paddle OCR model to Dify and provide OCR functionality.

4. Checklist

  • [ ] I have read and followed the Publish to Dify Marketplace guidelines
  • [ ] I have read and comply with the Plugin Developer Agreement
  • [ ] I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • [ ] I confirm my plugin has been thoroughly tested for completeness and functionality
  • [ ] My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • [ ] Step-by-step setup instructions
  • [ ] Detailed usage instructions
  • [ ] All required APIs and credentials are clearly listed
  • [ ] Connection requirements and configuration details
  • [ ] Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:Yes

Data Collection

The plugin does not collect any user personal data.

Privacy Policy

  • [ ] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 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-plugins/pull/719 **Author:** [@wangbowen-hub](https://github.com/wangbowen-hub) **Created:** 6/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-paddle-ocr-plugin` --- ### 📝 Commits (3) - [`916ae75`](https://github.com/langgenius/dify-plugins/commit/916ae75dccf9b49b393d132aee14b8da1fd00ad7) add woody plugins - [`793831d`](https://github.com/langgenius/dify-plugins/commit/793831d6487f2651a96db04e1cc18600789f113e) feat: add PaddleOCR plugin by woody - [`948cf77`](https://github.com/langgenius/dify-plugins/commit/948cf777de928feeeb208989f4fbb023596f32ce) feat: add PaddleOCR plugin ### 📊 Changes **16 files changed** (+1118 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `woody/paddle-ocr-dify/.difyignore` (+179 -0) ➕ `woody/paddle-ocr-dify/.env.example` (+3 -0) ➕ `woody/paddle-ocr-dify/.gitignore` (+176 -0) ➕ `woody/paddle-ocr-dify/LICENSE` (+201 -0) ➕ `woody/paddle-ocr-dify/NOTICE` (+23 -0) ➕ `woody/paddle-ocr-dify/PRIVACY.md` (+138 -0) ➕ `woody/paddle-ocr-dify/README.md` (+104 -0) ➕ `woody/paddle-ocr-dify/_assets/icon.png` (+0 -0) ➕ `woody/paddle-ocr-dify/main.py` (+7 -0) ➕ `woody/paddle-ocr-dify/manifest.yaml` (+31 -0) ➕ `woody/paddle-ocr-dify/paddle-ocr.difypkg` (+0 -0) ➕ `woody/paddle-ocr-dify/provider/paddle-ocr.py` (+14 -0) ➕ `woody/paddle-ocr-dify/provider/paddle-ocr.yaml` (+15 -0) ➕ `woody/paddle-ocr-dify/requirements.txt` (+1 -0) ➕ `woody/paddle-ocr-dify/tools/paddle-ocr.py` (+91 -0) ➕ `woody/paddle-ocr-dify/tools/paddle-ocr.yaml` (+135 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : woody - Plugin Name : paddle-ocr - Repository URL: https://github.com/wangbowen-hub/paddleocr-dify.git --> - **Plugin Author**: woody - **Plugin Name**: paddle-ocr - **Repository URL**: https://github.com/wangbowen-hub/paddleocr-dify.git ## 2. Submission Type - [✅] New plugin submission - [x] Version update for existing plugin ## 3. Description Bring the OCR capabilities of the Paddle OCR model to Dify and provide OCR functionality. ## 4. Checklist - [ ✅] I have read and followed the Publish to Dify Marketplace guidelines - [ ✅] I have read and comply with the Plugin Developer Agreement - [ ✅] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [ ✅] I confirm my plugin has been thoroughly tested for completeness and functionality - [ ✅] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [ ✅] Step-by-step setup instructions - [ ✅] Detailed usage instructions - [ ✅] All required APIs and credentials are clearly listed - [ ✅] Connection requirements and configuration details - [ ✅] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines):Yes ### Data Collection The plugin does not collect any user personal data. ### Privacy Policy - [ ✅] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <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-22 17:48:45 -05:00
yindo closed this issue 2026-02-22 17:48:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1121