/install 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.
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
- Execute the perform_doc_extraction.py script with the parameters from the user.
- Parse the script output and find the line starting with
EXTRACTION_RESULT:. - Extract the OCR result from that line (format:
EXTRACTION_RESULT: ...). - 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moark-doc-extraction - After installation, invoke the skill by name or use
/moark-doc-extraction - Provide required inputs per the skill's parameter spec and get structured output
What is Moark Doc Extraction?
Extract and recognize text from documents, including PDF and DOCX files. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install Moark Doc Extraction?
Run "/install moark-doc-extraction" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moark Doc Extraction free?
Yes, Moark Doc Extraction is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moark Doc Extraction support?
Moark Doc Extraction is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moark Doc Extraction?
It is built and maintained by fchange (@fchange); the current version is v1.0.0.