Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Add missing PageSegMode constant #209

Merged
merged 2 commits into from
May 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public static final class PageSegMode {
/** Sparse text with orientation and script detection. */
public static final int PSM_SPARSE_TEXT_OSD = 12;

/** Number of enum entries. */
public static final int PSM_COUNT = 13;
/** Treat the image as a single text line, bypassing hacks that are Tesseract-specific. */
public static final int PSM_RAW_LINE = 13;
}

/** Whitelist of characters to recognize. */
Expand Down