[Overview][Classes][Index] Reference for unit 'ocr' (#Simba)

TMOCR

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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();

  property Fonts: TMFonts; [rw]

end;

Inheritance

TMOCR

|

TObject