run_apple_ocr
Extract text from base64-encoded images using Apple Vision OCR on macOS and EasyOCR on other platforms.
Instructions
Run OCR on a base64-encoded image.
macOS: Apple Vision OCR on Neural Engine (~0.05s). Other: EasyOCR on CPU or CUDA GPU (pip install aistent[all]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |