mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2097] [MERGED] [Feat] Upgrade PaddleOCR Text Recognition Plugin to PaddleOCR Plugin #2257
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/2097
Author: @Bobholamovic
Created: 11/19/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @crazywoola
Base:
main← Head:feat/support-layout📝 Commits (5)
2fbdda5Add PaddleOCR document parsing toolsf1cd1beFix800b7cdRemove layout parsing toolse1bc969Revert "Remove layout parsing tools"05fb7adReset paddleocr_text_recognition📊 Changes
15 files changed (+1192 additions, -0 deletions)
View changed files
➕
tools/paddleocr/.env.example(+3 -0)➕
tools/paddleocr/README.md(+37 -0)➕
tools/paddleocr/_assets/get_api_url.png(+0 -0)➕
tools/paddleocr/_assets/icon.png(+0 -0)➕
tools/paddleocr/main.py(+6 -0)➕
tools/paddleocr/manifest.yaml(+30 -0)➕
tools/paddleocr/provider/paddleocr.py(+42 -0)➕
tools/paddleocr/provider/paddleocr.yaml(+69 -0)➕
tools/paddleocr/requirements.txt(+2 -0)➕
tools/paddleocr/tools/document_parsing.py(+87 -0)➕
tools/paddleocr/tools/document_parsing.yaml(+387 -0)➕
tools/paddleocr/tools/document_parsing_vl.py(+75 -0)➕
tools/paddleocr/tools/document_parsing_vl.yaml(+211 -0)➕
tools/paddleocr/tools/text_recognition.py(+67 -0)➕
tools/paddleocr/tools/text_recognition.yaml(+176 -0)📄 Description
Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.