Hello,
I'm trying to read a text on this image...
I know I probably have to use the function "GetTextAt", but the documentation only says this:
I don't understand it 100%... Is there a tutorial about reading texts? I couldn't find one.GetTextAt
function GetTextAt(const atX, atY, minvspacing, maxvspacing, hspacing,color, tol, len: integer;const font: string): string;
A general function for reading text. Reads text at (atX, atY) with a minimal vertical spacing of minvspacing and a maximal vertical spacing of maxvspacing, the text colour should match the colour color with the given tolerance Tolerance; the length of the text is specified with len. Finally, the font to use for the identifying is specified with the fontname font.
Anyway, I need to read the words "buy" "empty" or "sell", above the GE spots...How should I do this?




How should I do this?
Reply With Quote
