tesseract
3.05.02
|
Go to the source code of this file.
Namespaces | |
tesseract | |
Functions | |
bool | PTIsLineType (PolyBlockType type) |
bool | PTIsImageType (PolyBlockType type) |
bool | PTIsTextType (PolyBlockType type) |
bool | PTIsPulloutType (PolyBlockType type) |
bool | tesseract::PSM_OSD_ENABLED (int pageseg_mode) |
bool | tesseract::PSM_ORIENTATION_ENABLED (int pageseg_mode) |
bool | tesseract::PSM_COL_FIND_ENABLED (int pageseg_mode) |
bool | tesseract::PSM_SPARSE (int pageseg_mode) |
bool | tesseract::PSM_BLOCK_FIND_ENABLED (int pageseg_mode) |
bool | tesseract::PSM_LINE_FIND_ENABLED (int pageseg_mode) |
bool | tesseract::PSM_WORD_FIND_ENABLED (int pageseg_mode) |
Variables | |
const int | kPointsPerInch = 72 |
const char * | kPolyBlockNames [] |
enum PolyBlockType |
Possible types for a POLY_BLOCK or ColPartition. Must be kept in sync with kPBColors in polyblk.cpp and PTIs*Type functions below, as well as kPolyBlockNames in publictypes.cpp. Used extensively by ColPartition, and POLY_BLOCK.
Definition at line 41 of file publictypes.h.
|
inline |
Returns true if PolyBlockType is of image type
Definition at line 65 of file publictypes.h.
|
inline |
Returns true if PolyBlockType is of horizontal line type
Definition at line 61 of file publictypes.h.
|
inline |
Definition at line 77 of file publictypes.h.
|
inline |
Returns true if PolyBlockType is of text type
Definition at line 70 of file publictypes.h.
const int kPointsPerInch = 72 |
Number of printers' points in an inch. The unit of the pointsize return.
Definition at line 33 of file publictypes.h.
const char* kPolyBlockNames[] |
String name for each block type. Keep in sync with PolyBlockType.
Definition at line 23 of file publictypes.cpp.