Ive been trying to get Text recognition working, just when I sort it out.. it miserably fails I have been using the following code:

c := LoadChars2('C:\Program Files\SCAR 3.15\Fonts\SmallChars\');
WriteLn(GetTextAtEx(200, 255,999,c,false,false,0,4,-1, 10, False, tr_AllChars))
I have tried the color tollerance from 1=999 and I get either no letters or a whole bunch of the following:
@@@@@@@@@@
@@@@@@@@@@
@@@@@@@@@@
@@@@@@@@@@

I've tried the text recognition on itself by making a matt of letters found in the "SmallChars" folder and placing them in an image.

If anyone can help me with my problem or provide some material for a working recognition with something to test it on would be great. =]

Thanks in advance,
Kris.