[PR #1670] [MERGED] Add Fusic Upstage Document AI Plugin v0.0.1 #1765

Closed
opened 2026-02-22 18:07:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1670
Author: @omiya0555
Created: 12/4/2025
Status: Merged
Merged: 2/4/2026
Merged by: @crazywoola

Base: mainHead: add-upstage-plugin


📝 Commits (3)

  • 57cc3e3 Add Fusic Upstage Document AI Plugin v0.0.1
  • ce5e5f1 fix: update dify_plugin version to >=0.5.0
  • c8b3a77 remove README.md - package-only submission per marketplace guidelines

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

Fusic/upstage/upstage-0.0.1.difypkg (+0 -0)

📄 Description

  • Document Parser: Parse documents to Markdown/HTML/Text
  • Information Extract: Extract structured data with JSON schema
  • Supports PDF, images, and office documents
  • Memory caching for performance optimization
  • Developer: omiya0555
  • Organization: Fusic

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

This plugin provides advanced Document AI capabilities using Upstage API with two powerful tools:

  1. Document Parser
  • Parses PDFs, images, and office documents into text/HTML/Markdown format
  • Multi-format support: PDF, DOCX, XLSX, PPTX, JPEG, PNG, BMP, TIFF, HEIC
  • Advanced OCR with chart detection
  1. Information Extract
  • Extracts structured data from documents using custom JSON schemas
  • 90-95% accuracy on complex documents
  • Works with any document type without templates or training

Key Features:

  • Intelligent memory caching for improved performance
  • Comprehensive error handling and validation
  • Support for multiple output formats
  • High accuracy OCR and layout detection

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

Document files (PDFs, images, office documents), Upstage API keys, and processing parameters (JSON schemas, output format preferences).
All data is processed through Upstage API. No permanent storage by the plugin.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1670 **Author:** [@omiya0555](https://github.com/omiya0555) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `add-upstage-plugin` --- ### 📝 Commits (3) - [`57cc3e3`](https://github.com/langgenius/dify-plugins/commit/57cc3e326d6fd5fe4dc37b3d69e884fbf080c9ec) Add Fusic Upstage Document AI Plugin v0.0.1 - [`ce5e5f1`](https://github.com/langgenius/dify-plugins/commit/ce5e5f11c41a66fde76907cc3e9b33c93891031f) fix: update dify_plugin version to >=0.5.0 - [`c8b3a77`](https://github.com/langgenius/dify-plugins/commit/c8b3a77e9d8b0c641654f7c849c1a9353fb6d155) remove README.md - package-only submission per marketplace guidelines ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Fusic/upstage/upstage-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description - Document Parser: Parse documents to Markdown/HTML/Text - Information Extract: Extract structured data with JSON schema - Supports PDF, images, and office documents - Memory caching for performance optimization - Developer: omiya0555 - Organization: Fusic # Plugin Submission Form ## 1. Metadata - **Plugin Author**: omiya0555 - **Plugin Name**: upstage - **Repository URL**: https://github.com/omiya0555/dify-upstage-plugin ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description This plugin provides advanced Document AI capabilities using Upstage API with two powerful tools: 1. Document Parser - Parses PDFs, images, and office documents into text/HTML/Markdown format - Multi-format support: PDF, DOCX, XLSX, PPTX, JPEG, PNG, BMP, TIFF, HEIC - Advanced OCR with chart detection 2. Information Extract - Extracts structured data from documents using custom JSON schemas - 90-95% accuracy on complex documents - Works with any document type without templates or training Key Features: - Intelligent memory caching for improved performance - Comprehensive error handling and validation - Support for multiple output formats - High accuracy OCR and layout detection ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection Document files (PDFs, images, office documents), Upstage API keys, and processing parameters (JSON schemas, output format preferences). All data is processed through Upstage API. No permanent storage by the plugin. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:07:15 -05:00
yindo closed this issue 2026-02-22 18:07:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1765