[PR #443] [MERGED] feat(jina_reader): add options to remove images and control caching behavior #1367

Closed
opened 2026-02-16 10:22:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/443
Author: @XiaoLey
Created: 3/12/2025
Status: Merged
Merged: 3/12/2025
Merged by: @crazywoola

Base: mainHead: dev/tool-jina


📝 Commits (3)

  • e6ee40a feat(jina_reader): add options to remove images and control caching behavior
  • f12404c chore(jina tool): bump version to 0.0.4
  • 84f2057 bump version

📊 Changes

3 files changed (+28 additions, -1 deletions)

View changed files

📝 tools/jina/manifest.yaml (+1 -1)
📝 tools/jina/tools/jina_reader.py (+4 -0)
📝 tools/jina/tools/jina_reader.yaml (+23 -0)

📄 Description

Now when we use the jina_reader tool, we can choose whether to remove the images in the parsing results and whether to allow the Jina server to cache the web pages we parse.


🔄 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-official-plugins/pull/443 **Author:** [@XiaoLey](https://github.com/XiaoLey) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `dev/tool-jina` --- ### 📝 Commits (3) - [`e6ee40a`](https://github.com/langgenius/dify-official-plugins/commit/e6ee40a0b3d655cf69743d6c56fb18e10a9cf235) feat(jina_reader): add options to remove images and control caching behavior - [`f12404c`](https://github.com/langgenius/dify-official-plugins/commit/f12404c0c167251c7ed6728edba2b03692963d00) chore(jina tool): bump version to 0.0.4 - [`84f2057`](https://github.com/langgenius/dify-official-plugins/commit/84f2057ae3f71e8ae10d3c9f9bf6c6a63e7826fc) bump version ### 📊 Changes **3 files changed** (+28 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tools/jina/manifest.yaml` (+1 -1) 📝 `tools/jina/tools/jina_reader.py` (+4 -0) 📝 `tools/jina/tools/jina_reader.yaml` (+23 -0) </details> ### 📄 Description Now when we use the jina_reader tool, we can choose whether to remove the images in the parsing results and whether to allow the Jina server to cache the web pages we parse. --- <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-16 10:22:44 -05:00
yindo closed this issue 2026-02-16 10:22:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1367