返回顶部
d

deepseek-ocrDeepSeek-OCR识别

OCR text recognition using DeepSeek-OCR model. Use when user asks for OCR, text recognition, image text extraction, screenshot recognition, or converting images to text/markdown.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
629
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

deepseek-ocr

DeepSeek OCR

使用DeepSeek-OCR模型识别图像中的文字。

快速开始

bash
{baseDir}/scripts/ocr.sh /path/to/image.jpg

使用方法

bash
{baseDir}/scripts/ocr.sh path> [outputformat]

参数:

  • - path>:本地图像文件(jpg、png、webp、gif、bmp)
  • [outputformat]:可选,默认为markdown。可设为text、json等。

示例

bash

转换为markdown格式(默认)


{baseDir}/scripts/ocr.sh /path/to/image.jpg

转换为纯文本

{baseDir}/scripts/ocr.sh /path/to/image.png text

提取表格为JSON

{baseDir}/scripts/ocr.sh /path/to/table.jpg extract table as json

远程URL图像

该模型仅支持base64编码的图像。对于远程URL,请先下载:

bash
curl -s -o /tmp/image.jpg https://example.com/image.jpg
{baseDir}/scripts/ocr.sh /tmp/image.jpg

API密钥

设置DEEPSEEKOCRAPI_KEY,或在~/.openclaw/openclaw.json中配置:

json5
{
skills: {
deepseek-ocr: {
apiKey: YOURKEYHERE,
},
},
}

默认API地址:https://api.modelverse.cn/v1/chat/completions
如需覆盖,请设置DEEPSEEKOCRAPI_URL。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ucloud-deepseek-ocr-1776290270 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ucloud-deepseek-ocr-1776290270 技能

通过命令行安装

skillhub install ucloud-deepseek-ocr-1776290270

下载

⬇ 下载 deepseek-ocr v1.0.0(免费)

文件大小: 2.64 KB | 发布时间: 2026-4-16 16:12

v1.0.0 最新 2026-4-16 16:12
Initial release with major refactor and feature change:

- Fully replaced previous Meta AI Search functionality with DeepSeek-OCR for image text recognition.
- Added bash script ocr.sh for performing OCR on local image files.
- Introduced support for output formats: markdown (default), text, JSON, etc.
- Removed previous documentation and config files for search; new docs focus on OCR usage and API key configuration.
- Requires curl, jq, base64 and a DeepSeek-OCR API key.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部