OCR frames or a single image
video_ocrExtract on-screen text from videos or images using OCR. Provide a video path to sample keyframes or an image path for a single frame, and receive text in markdown or JSON.
Instructions
Extract on-screen text with tesseract. Pass a video source to sample keyframes + OCR, or an image path for a single frame/screenshot. Requires tesseract on PATH (brew install tesseract).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Video path/URL, or absolute path to a .jpg/.png image | |
| max_frames | No | ||
| response_format | No | Response text format | markdown |