  | TesseractOcrJobResponsePageProcessedImage Property  | 
Gets the page image used internally by the ocr engine.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public Bitmap ProcessedImage { get; }<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property ProcessedImage As Bitmap
	Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property Bitmap^ ProcessedImage {
	Bitmap^ get ();
}Property Value
Type: 
Bitmap
See Also