public static class TessBaseAPI.PageSegMode
Page segmentation mode.
public static int PSM_OSD_ONLY
Orientation and script detection only.
public static int PSM_AUTO_OSD
Automatic page segmentation with orientation and script detection. (OSD)
public static int PSM_AUTO_ONLY
Fully automatic page segmentation, but no OSD, or OCR.
public static int PSM_AUTO
Fully automatic page segmentation, but no OSD.
public static int PSM_SINGLE_COLUMN
Assume a single column of text of variable sizes.
public static int PSM_SINGLE_BLOCK_VERT_TEXT
Assume a single uniform block of vertically aligned text.
public static int PSM_SINGLE_BLOCK
Assume a single uniform block of text. (Default.)
public static int PSM_SINGLE_LINE
Treat the image as a single text line.
public static int PSM_SINGLE_WORD
Treat the image as a single word.
public static int PSM_CIRCLE_WORD
Treat the image as a single word in a circle.
public static int PSM_SINGLE_CHAR
Treat the image as a single character.
public static int PSM_SPARSE_TEXT
Find as much text as possible in no particular order.
public static int PSM_SPARSE_TEXT_OSD
Sparse text with orientation and script detection.
public static int PSM_RAW_LINE
Treat the image as a single text line, bypassing hacks that are Tesseract-specific.