Install
openclaw skills install moark-ocrPerform Optical Character Recognition (OCR) to extract and recognize text from images.
openclaw skills install moark-ocrThis skill allows users to extract and recognize text from images using an external GITEE AI API.
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
No additional parameters are required for this skill.
OCR_RESULT:.OCR_RESULT: ...).📷[OCR Result].OCR_RESULT: in the output - extract this result and display it using markdown image syntax:📷[OCR Result].OCR_RESULT: in the script output.