ocr
Extract on-screen text from images, terminals, or remote desktops when accessibility tools are unavailable, returning recognized text with confidence scores.
Instructions
Read text from the screen with tesseract: lines with confidence and boxes in screenshot pixels. Use when accessibility has nothing (images, canvases, terminals, remote desktops). ~0.7 s for a full 1080p screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | tesseract languages, e.g. 'eng', 'eng+srp_latn', 'srp' | |
| region | No | [x0, y0, x1, y1] in screenshot pixels; whole screen if omitted |