Settings
The Settings module provides various configuration options to control how your macro behaves. Here are the key features:
Detection Settings
Minimum Score
Settings:getMinScore()- Get the current minimum threshold score for text/image detectionSettings:setMinScore(score: number)- Set the minimum threshold score for detection
Grayscale Mode
Settings:isGrayscale()- Check if grayscale mode is enabledSettings:grayscaleOn()- Enable grayscale mode for faster detectionSettings:grayscaleOff()- Disable grayscale mode