← 返回
未分类 Key

Moark Ocr

Perform Optical Character Recognition (OCR) to extract and recognize text from images.
对图像进行光学字符识别(OCR),提取并识别文本。
fchange
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 425
下载
💾 10
安装
1
版本
#latest

概述

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.

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 06:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Moark Image Gen

fchange
根据文本描述生成高质量图像。
★ 2 📥 1,046

Moark Doc Extraction

fchange
从文档(包括 PDF 和 DOCX)中提取并识别文本。
★ 0 📥 408

Moark Web Search

fchange
使用访问令牌通过 /web-search API 搜索网页、图片和视频等网络内容
★ 0 📥 387