Click or drag to resize
HistogramOCRTrain Method (Bitmap, Char)
take an image of a letter and a character of what it is, and train the ocr

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Train(
	Bitmap b,
	char letterChar
)

Parameters

b
Type: System.DrawingBitmap
letterChar
Type: SystemChar

Return Value

Type: Boolean
See Also