image_ocr
Extract text from images (PNG, JPEG) using OCR. Provide a local file path or base64 data, with optional language selection.
Instructions
Extract text from an image (PNG, JPEG, etc.) using Tesseract OCR. Supports local file path or base64 data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileData | No | Base64 encoded image data. | |
| filePath | No | Local filesystem path to the image file. | |
| language | No | Language code for OCR (e.g., 'eng' for English, 'spa' for Spanish, 'fra' for French). Defaults to 'eng'. | eng |