Click or drag to resize
TesseractOcrImageResizeSettingsResizeProcessingOrder Enumeration
Order of execution of the resize pre-processing operation

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 enum ResizeProcessingOrder
Members
  Member nameValueDescription
First0 The resize operation should be the last to be executed
Last1 The resize operation should be the last to be executed
See Also