mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2487] [MERGED] Feat:somark plugins #2516
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/2487
Author: @Soul-Code
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @crazywoola
Base:
main← Head:feat:somark-plugins📝 Commits (10+)
b8df091feat: add Somark document extraction plugin34ff639fix: revert dify_plugin version to 0.3.0 for compatibility322af55fix(somark): enhance code robustness and credential validation2da9867fix(somark): update author to langgenius in manifestdd2f5b2fix(somark): add missing pyproject.toml configuration9da9fcbfix(somark): add missing created_at field to manifest0710801chore: add uv.lock for somark plugine1c300bfix: correct extract.yaml structure and missing source config11c8533fix(somark): update base url and endpoint construction32d32f7docs(somark): rename asset files to meaningful names📊 Changes
19 files changed (+1789 additions, -0 deletions)
View changed files
➕
tools/somark/.difyignore(+165 -0)➕
tools/somark/.env.example(+4 -0)➕
tools/somark/.gitignore(+168 -0)➕
tools/somark/README.md(+159 -0)➕
tools/somark/_assets/icon.png(+0 -0)➕
tools/somark/_assets/somark-features.png(+0 -0)➕
tools/somark/_assets/workflow-add-tool.jpg(+0 -0)➕
tools/somark/_assets/workflow-config.jpg(+0 -0)➕
tools/somark/_assets/workflow-extra.jpg(+0 -0)➕
tools/somark/icon.png(+0 -0)➕
tools/somark/main.py(+6 -0)➕
tools/somark/manifest.yaml(+32 -0)➕
tools/somark/provider/somark.py(+10 -0)➕
tools/somark/provider/somark.yaml(+40 -0)➕
tools/somark/pyproject.toml(+13 -0)➕
tools/somark/requirements.txt(+2 -0)➕
tools/somark/tools/extract.py(+84 -0)➕
tools/somark/tools/extract.yaml(+28 -0)➕
tools/somark/uv.lock(+1078 -0)📄 Description
Add Somark tool plugin for converting documents (PDFs, images, etc.) into structured Markdown or JSON format using the Somark API.
Features:
Document extraction with OXR (Optical Everything Recognition) algorithm
Support for multiple file formats (PDF, PNG, JPG, etc.)
Configurable API endpoint and authentication
Max file size: 50MB/50 pages
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to 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.