1. Home
  2. Docs
  3. Text Image Clicker Wiki
  4. PART 6: Automation Module...
  5. 6.1 Text Clicker (OCR Engine)

6.1 Text Clicker (OCR Engine)

The Text Clicker is the primary module for reading the screen. It uses Tesseract OCR technology to convert pixels into readable text.

When to use it?

  • Dynamic Values: When you need to read numbers (e.g., HP percentage, coordinate numbers) that change constantly.
  • Variable Locations: When a button’s position shifts slightly but the text remains the same (e.g., a “Confirm” dialog that pops up in different spots).
  • Specific Colors: When you need to distinguish between a “Green” (Buff) and “Red” (Debuff) text.

Critical Settings:

  • Enable: Toggle the “📝 Text Clicker” button in the Module Control panel.
  • Scan Delay: Determines how fast the OCR engine reads the screen (Default: 300ms). Lower values read faster but use more CPU.