Install
openclaw skills install rapidocrExtract text from local image files with RapidOCR. Use when the user wants OCR on a JPG, PNG, WEBP, BMP, or TIFF image and may want plain text or JSON output.
openclaw skills install rapidocrClawHub skill for local image OCR with RapidOCR.
png, jpg, jpeg, webp, bmp, tif, or tiff file.node "{baseDir}/run_rapidocr.js" "{{input}}".{baseDir}, resolve the directory containing this SKILL.md and run the sibling file run_rapidocr.js from there.RAPIDOCR_PYTHON=/path/to/python can be used to force a specific interpreter.python3, python, or py.<python> -m pip install rapidocr onnxruntime with the interpreter they intend to use.rapidocr.text, lines, boxes, scores, and source.