ocr_recognize
Extract text from images with OCR by providing base64-encoded image data. Optionally return confidence probability, apply color filters, or limit recognition to a specific character set.
Instructions
Perform OCR recognition on an image to extract text content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Base64 encoded image data | |
| png_fix | No | Fix transparent PNG images | |
| probability | No | Whether to return confidence probability | |
| color_filter | No | Color filters to apply (e.g., ["red", "blue"]) | |
| charset_range | No | Character set range for recognition (e.g., "0123456789" for digits only) |