C# Class CarusoSample.OcrTest

Show file Open project: Algorithmix/Papyrus

Public Methods

Method Description
DoOcr ( byte>.Image img ) : Tesseract.Charactor[]
Filter ( byte>.Image original ) : byte>.Image
run ( ) : void

Method Details

DoOcr() public static method

public static DoOcr ( byte>.Image img ) : Tesseract.Charactor[]
img byte>.Image
return Tesseract.Charactor[]

Filter() public static method

public static Filter ( byte>.Image original ) : byte>.Image
original byte>.Image
return byte>.Image

run() public static method

public static run ( ) : void
return void