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

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
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