mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2397] [CLOSED] feat: add somark document extraction plugin #2447
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/2397
Author: @shi-yafei
Created: 1/9/2026
Status: ❌ Closed
Base:
main← Head:feat-add_somark📝 Commits (1)
fee63cffeat: add somark document extraction plugin📊 Changes
12 files changed (+804 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(+26 -0)➕
tools/somark/_assets/icon.svg(+248 -0)➕
tools/somark/main.py(+6 -0)➕
tools/somark/manifest.yaml(+31 -0)➕
tools/somark/provider/somark.py(+7 -0)➕
tools/somark/provider/somark.yaml(+40 -0)➕
tools/somark/requirements.txt(+1 -0)➕
tools/somark/tools/extract.py(+85 -0)➕
tools/somark/tools/extract.yaml(+23 -0)📄 Description
Description
Added a new tool plugin for Somark, a document extraction service.
This plugin allows Dify users to extract content from documents (PDF, Word, Images) into structured Markdown format using the Somark API.
Features
extract(supports file upload).https://somark.tech/api/v1/extract/acc_sync.Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.