Find text (OCR)
find_textUse OCR to extract every on-screen text and its precise location, covering content missed by accessibility trees. Optionally filter by text, then tap directly.
Instructions
OCR the current screenshot and return on-screen text with pixel bounding boxes — finds elements the accessibility tree misses (styled buttons, canvas/Flutter/game UIs, WebViews). Optionally filter by a query. Tap a result with tap{text, ocr:true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Only return text containing this (case-insensitive) | |
| device_id | Yes | Device id from list_devices (adb serial like 'emulator-5554', or an iOS simulator UDID) | |
| min_confidence | No |