Click or drag to resize

OcrApiPageSegmentationMode Property

Gets or sets the current page segmentation mode.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public PageSegMode PageSegmentationMode { get; set; }

Property Value

PageSegMode
Remarks
Defaults PSM_AUTO. The mode is stored as an IntParam so it can also be modified by ReadConfigFiles(String) or SetVariable(String, String, Boolean)("tessedit_pageseg_mode", mode as string).
See Also