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.
使用DeepSeek-OCR模型识别图像中的文字。
bash
{baseDir}/scripts/ocr.sh /path/to/image.jpg
bash
{baseDir}/scripts/ocr.sh
参数:
bash
该模型仅支持base64编码的图像。对于远程URL,请先下载:
bash
curl -s -o /tmp/image.jpg https://example.com/image.jpg
{baseDir}/scripts/ocr.sh /tmp/image.jpg
设置DEEPSEEKOCRAPI_KEY,或在~/.openclaw/openclaw.json中配置:
json5
{
skills: {
deepseek-ocr: {
apiKey: YOURKEYHERE,
},
},
}
默认API地址:https://api.modelverse.cn/v1/chat/completions
如需覆盖,请设置DEEPSEEKOCRAPI_URL。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 ucloud-deepseek-ocr-1776290270 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 ucloud-deepseek-ocr-1776290270 技能
skillhub install ucloud-deepseek-ocr-1776290270
文件大小: 2.64 KB | 发布时间: 2026-4-16 16:12