 | OcrApiThresholdedImage Property |
Get a copy of the internal thresholded image from Tesseract.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic OcrPix ThresholdedImage { get; }Public ReadOnly Property ThresholdedImage As OcrPix
Get
public:
property OcrPix^ ThresholdedImage {
OcrPix^ get ();
}member ThresholdedImage : OcrPix with get
/** @property */
public OcrPix get_ThresholdedImage()
function get_ThresholdedImage();
Property Value
OcrPix
See Also