Click or drag to resize
TesseractOcrCharChoices Property
Gets the collection of choices or alternatives for the current ocr char.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public IVector<TesseractOcrCharChoice> Choices { get; }

Property Value

Type: IVectorTesseractOcrCharChoice
See Also