Forum Discussion

RodolfoDias's avatar
RodolfoDias
New Contributor
6 years ago
Solved

Enabling/Disabling Text Recognition at run time

I got a Question, I want to enable the text recognition for a specific window just for a certain moment on my test and then disable this window after I read it. Because there is many of that window o...
  • tristaanogre's avatar
    6 years ago

    Unfortunately, no.  Text recognition is something that is set up at design time of the project and, once the project run is started, it cannot be altered.  Think of it as a compiler directive when compiling an application.  They are settings and such that are built in to the executable that is compiled.  You can't change those in the EXE file itself, only in the development environment before the EXE is created.