mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2058] [MERGED] [Feat] Add PaddleOCR text recognition plugin #2234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2058
Author: @Bobholamovic
Created: 11/13/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @crazywoola
Base:
main← Head:feat/paddleocr-text-rec📝 Commits (3)
e7d430dAdd PaddleOCR text recognition plugin01e9257Polish coded4c6363Remove unused comments📊 Changes
11 files changed (+369 additions, -0 deletions)
View changed files
➕
tools/paddleocr_text_recognition/.env.example(+3 -0)➕
tools/paddleocr_text_recognition/README.md(+35 -0)➕
tools/paddleocr_text_recognition/_assets/get_api_url.png(+0 -0)➕
tools/paddleocr_text_recognition/_assets/icon.png(+0 -0)➕
tools/paddleocr_text_recognition/main.py(+6 -0)➕
tools/paddleocr_text_recognition/manifest.yaml(+30 -0)➕
tools/paddleocr_text_recognition/provider/paddleocr_text_recognition.py(+20 -0)➕
tools/paddleocr_text_recognition/provider/paddleocr_text_recognition.yaml(+44 -0)➕
tools/paddleocr_text_recognition/requirements.txt(+2 -0)➕
tools/paddleocr_text_recognition/tools/paddleocr_text_recognition.py(+53 -0)➕
tools/paddleocr_text_recognition/tools/paddleocr_text_recognition.yaml(+176 -0)📄 Description
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.