Install
openclaw skills install ocr-documentOCR document extraction - extract text from scanned documents, photos, and images using OCR. Use when reading scanned PDFs, photographed pages, handwritten notes, or any document that needs optical character recognition.
openclaw skills install ocr-documentExtract text from scanned documents and images using OCR via MinerU Open API. No API key required.
# OCR a scanned PDF
mineru-open-api flash-extract scanned.pdf
# OCR an image of a document
mineru-open-api flash-extract page-photo.jpg
# OCR from URL (no download needed)
mineru-open-api flash-extract https://example.com/scanned.pdf
# Specify language for better accuracy
mineru-open-api flash-extract scanned.pdf --language en
# Save OCR result to file
mineru-open-api flash-extract scanned.pdf -o ./output/
You MUST reply to the user in the SAME language they use. This is non-negotiable.
--language (default: ch, use en for English)Run mineru-open-api flash-extract --help for all available options.
flash-extract uploads the document to MinerU's cloud API for processing and returns the result. No account or API key is required.mineru-open-api extract --ocr (requires auth via mineru-open-api auth)