ocr_image
Extract text from images using offline OCR. Reads text from screenshots, documents, and photos via local file paths or base64 data.
Instructions
Extract text from an image using local OCR. No internet connection needed.
Uses RapidOCR (PaddleOCR models on ONNX Runtime) to read text from screenshots, documents, photos of signs, labels, receipts, or any image containing text. Runs entirely locally.
Supports local file paths and base64-encoded image data (from drag-and-drop).
Sample prompts that trigger this tool: - "Read the text in this image: /path/to/image.jpg" - "OCR this screenshot" (with image dragged into chat) - "What does this document say? /path/to/document.jpg" - "Extract text from this image" (with image dragged into chat)
Args: image_source: Local file path or base64-encoded image data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |