
Originally Posted by
Flight
@Those working on the SRL-OSR:
How are you guys coming along on the OCR? I downloaded the current SRL-OCR from Github, installed the fonts, but the UpText was incredibly inaccurate. I spent a while and redid the UpText-grabbing and it works very nicely now. If you guys are still having issues with it let me know.
Chances are you were using DannyRS's hackish uptext, If you are using 993, just replace GetUpText with this
Simba Code:
function GetUpText: string;
begin
Result := rs_GetUpTextAtEx(8, 8, false, UpChars07);
end;