返回顶部
m

moark-ocr图像文字识别

Perform Optical Character Recognition (OCR) to extract and recognize text from images.

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

moark-ocr

OCR(光学字符识别)

该技能允许用户通过外部GITEE AI API从图像中提取并识别文字。

使用方法

请确保已安装所需依赖(pip install openai)。使用配套脚本对图像执行OCR操作。

bash
python {baseDir}/scripts/performocr.py --image /path/to/image.jpg --prompt 用户需求 --api-key YOURAPI_KEY

选项

该技能无需额外参数。

工作流程

  1. 1. 根据用户提供的参数执行performocr.py脚本
  2. 解析脚本输出,查找以OCRRESULT:开头的行
  3. 从该行提取OCR结果(格式:OCR_RESULT: ...)
  4. 使用Markdown语法向用户展示OCR结果:📷[OCR Result]

注意事项

  • - 如果GITEEAIAPIKEY为空,应提醒用户提供--api-key参数
  • 不仅需要返回OCR结果,还需根据用户提示对识别文本进行简要总结
  • 添加提示时,应如实复述用户需求,不得添加任何额外想象内容
  • 脚本输出中包含OCRRESULT:字段——请提取该结果并使用Markdown图片语法展示:📷[OCR Result]
  • 始终在脚本输出中查找以OCRRESULT:开头的行

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 moark-ocr-1776055572 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 moark-ocr-1776055572 技能

通过命令行安装

skillhub install moark-ocr-1776055572

下载

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

文件大小: 3.01 KB | 发布时间: 2026-4-14 10:03

v1.0.0 最新 2026-4-14 10:03
Initial release of moark-ocr

- Enables extraction and recognition of text from images using an external GITEE AI API.
- Provides a workflow to run `perform_ocr.py`, parse its output, extract, and display OCR results.
- Requires GITEEAI_API_KEY; notifies users if the key is missing.
- Presents OCR results and a brief summary based on the user's prompt.
- Output format: displays results in markdown with a camera emoji and label.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部