返回顶部
m

moark-doc-extraction

Extract and recognize text from documents, including PDF and DOCX files.

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

moark-doc-extraction

# Document Extraction This skill allows users to extract and recognize text from documents, including PDF and DOCX files, using an external GITEE AI API. ## Usage Ensure you have installed the required dependencies (`pip install requests requests-toolbelt`). Use the bundled script to perform document extraction. ```bash python {baseDir}/scripts/perform_doc_extraction.py --file /path/to/document.pdf --api-key YOUR_API ``` ## Options No additional parameters are required for this skill. ## Workflow 1. Execute the perform_doc_extraction.py script with the parameters from the user. 2. Parse the script output and find the line starting with `EXTRACTION_RESULT:`. 3. Extract the OCR result from that line (format: `EXTRACTION_RESULT: ...`). 4. Display the OCR result to the user using markdown syntax: `📖[EXTRACTION_RESULT Result]`. ## Notes - If GITEEAI_API_KEY is none, you should remind user to provide --api-key argument - Please handle the output of the script carefully, ensuring that you only extract and display the relevant information without adding any extra commentary or interpretation. - You should optimize the output format to make it more concise and user-friendly, but do not change or ignore the content of the result. - The script prints `EXTRACTION_RESULT:` in the output - extract this result and display it using markdown image syntax:`📖[EXTRACTION_RESULT Result]`. - Always look for the line starting with `EXTRACTION_RESULT:` in the script output.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 moark-doc-extraction-1776055621 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 moark-doc-extraction-1776055621 技能

通过命令行安装

skillhub install moark-doc-extraction-1776055621

下载 Zip 包

⬇ 下载 moark-doc-extraction v1.0.0

文件大小: 3.76 KB | 发布时间: 2026-4-14 14:01

v1.0.0 最新 2026-4-14 14:01
Initial release of moark-doc-extraction.

- Supports extracting and recognizing text from PDF and DOCX documents using the GITEE AI API.
- Provides a script for document extraction via command line.
- Requires a valid GITEEAI_API_KEY for API access.
- Extraction results are parsed automatically and displayed in a clear, markdown-formatted output.

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

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

p2p_official_large
返回顶部