read_image
Extract text from image files using OCR. Supports PNG, JPG, TIFF, BMP and multiple languages via Tesseract.
Instructions
Extract text from a standalone image file (PNG, JPG, TIFF, BMP) using OCR. Use this when you need to read text from an image rather than a document; supports multiple languages via tesseract. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | The image filename to OCR (must be in the documents directory) | |
| language | No | Tesseract language code (default: "eng"). Use "spa" for Spanish, "fra" for French, etc. |