返回顶部
m

moark-ocr

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

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

moark-ocr

# OCR (Optical Character Recognition) This skill allows users to extract and recognize text from images using an external GITEE AI API. ## Usage Ensure you have installed the required dependencies (`pip install openai`). Use the bundled script to perform OCR on an image. ```bash python {baseDir}/scripts/perform_ocr.py --image /path/to/image.jpg --prompt "Users requirements" --api-key YOUR_API_KEY ``` ## Options No additional parameters are required for this skill. ## Workflow 1. Execute the perform_ocr.py script with the parameters from the user. 2. Parse the script output and find the line starting with `OCR_RESULT:`. 3. Extract the OCR result from that line (format: `OCR_RESULT: ...`). 4. Display the OCR result to the user using markdown syntax: `📷[OCR Result]`. ## Notes - If GITEEAI_API_KEY is none, you should remind user to provide --api-key argument - You should not only return the OCR result but also provide a brief summary of the recognized text based on the user's prompt. - When you add prompt, you should honestly repeat the requirements from user without any additional imaginations. - The script prints `OCR_RESULT:` in the output - extract this result and display it using markdown image syntax:`📷[OCR Result]`. - Always look for the line starting with `OCR_RESULT:` in the script output.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install moark-ocr-1776055572

下载 Zip 包

⬇ 下载 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-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部