Skip to content

v1.1.0

Latest

Choose a tag to compare

@Interlap01 Interlap01 released this 26 Jan 11:30
· 14 commits to main since this release

What's New

OCR Text Recognition (iOS)

  • New get_ocr tool to perform OCR on current screen
  • Returns detected text with screen coordinates for tapping
  • Use include: ["ocr"] in observe action when UI tree is empty (e.g., system dialogs)

Documentation Improvements

  • Added tips for dismissing keyboard in native automation
  • Documented OCR usage for system dialogs