ExtractTextFromMemImage action of SimpleOCR extension takes three parameters.
DataPath is the third parameter of it.
You can specify the path by an expression like below.
Path_GetApplicationDirectory.ApplicationDirectory + "\tessdata"
Path_GetApplicationDirectory is an action of FileSystem.
You might find something by checking the data file by using File_Exists action of FileSystem.