mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2427] [MERGED] [Feat] Upgrade PaddleOCR plugin to 0.2.0 #2468
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/2427
Author: @Bobholamovic
Created: 1/15/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @crazywoola
Base:
main← Head:feat/paddleocr-0.2.0📝 Commits (5)
1fa8dbcRefactor and upgradea7fa773Support PaddleOCR-VL-1.58b4d1f8Fix style66febacFix buge3e4498Merge branch 'main' into feat/paddleocr-0.2.0📊 Changes
13 files changed (+724 additions, -129 deletions)
View changed files
📝
tools/paddleocr/README.md(+1 -3)➖
tools/paddleocr/_assets/get_api_url.png(+0 -0)📝
tools/paddleocr/main.py(+1 -1)📝
tools/paddleocr/manifest.yaml(+1 -1)📝
tools/paddleocr/provider/paddleocr.py(+18 -10)📝
tools/paddleocr/provider/paddleocr.yaml(+3 -0)📝
tools/paddleocr/tools/document_parsing.py(+36 -28)📝
tools/paddleocr/tools/document_parsing.yaml(+76 -7)📝
tools/paddleocr/tools/document_parsing_vl.py(+46 -29)📝
tools/paddleocr/tools/document_parsing_vl.yaml(+189 -16)📝
tools/paddleocr/tools/text_recognition.py(+6 -19)📝
tools/paddleocr/tools/text_recognition.yaml(+18 -4)📝
tools/paddleocr/tools/utils.py(+329 -11)📄 Description
This PR contains Changes to Non-LLM Models Plugin
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)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.