Click or drag to resize
TesseractOcrJobRequestImagePreProcessingImageResize Property
Resizes a page image according to the TesseractOcrImageResizeSettings

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public TesseractOcrImageResizeSettings ImageResize { get; set; }

Property Value

Type: TesseractOcrImageResizeSettings
Remarks

The image resize operation will always be the last step to be executed on the image pre-processing pipeline

Leave this property empty (null) if the image resizing operation is not required

See Also