[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ocr.pas line 40
type TMOCR = class(TObject) |
public |
constructor Create(); |
destructor Destroy; override; |
function InitTOCR(); |
function getTextPointsIn(); |
function GetUpTextAtEx(); |
function GetUpTextAt(); |
procedure FilterUpTextByColour(); |
procedure FilterUpTextByCharacteristics(); |
procedure FilterShadowBitmap(); |
procedure FilterCharsBitmap(); |
function GetTextAt(); |
function GetTextATPA(); |
function TextToFontTPA(); |
function TextToFontBitmap(); |
function TextToMask(); |
end; |
| |
TObject |