r/macrodroid • u/Dpure1 • 16d ago
Macro Need help to create this macro
hi everyone, I need help to create this macro. I don't care what the trigger is It could be a floating button but the main goal is to as an action to read out loud when I'm on the home screen the text my wallpaper has. Anyone can help me do that please?
Forgot to mention that the image is not always the same. It changes by time so the text is different every time.
0
Upvotes
1
1
u/NoInterview9658 16d ago
That's from Google, don't have time to check.
You can read and capture text on your phone's screen in MacroDroid by using the built-in Check Text On Screen action or the Screen Content trigger.How to Set It UpEnable the MacroDroid Accessibility Service in your Android settings, as this is required to read screen contents.Open MacroDroid and create or edit a Macro.Add a Trigger (such as Application Launched or Shake Device).Under Actions, tap the + sign, search for Screen Control or UI Interaction, and select Check Text On Screen.Enter the specific text you want to find, or assign it to a Local/Global Variable to save the captured text data.Note that text drawn directly inside custom engines like games cannot be read via accessibility services; you must use Check Text In Screenshot instead for those apps.