#include "blobs.h"
#include "boxword.h"
#include "elst.h"
#include "genericvector.h"
#include "normalis.h"
#include "ocrblock.h"
#include "ocrrow.h"
#include "params_training_featdef.h"
#include "ratngs.h"
#include "rejctmap.h"
#include "seam.h"
#include "werd.h"
Go to the source code of this file.
Enumerations |
enum | IncorrectResultReason {
IRR_CORRECT,
IRR_CLASSIFIER,
IRR_CHOPPER,
IRR_CLASS_LM_TRADEOFF,
IRR_PAGE_LAYOUT,
IRR_SEGSEARCH_HEUR,
IRR_SEGSEARCH_PP,
IRR_CLASS_OLD_LM_TRADEOFF,
IRR_ADAPTION,
IRR_NO_TRUTH_SPLIT,
IRR_NO_TRUTH,
IRR_UNKNOWN,
IRR_NUM_REASONS
} |
enum | CRUNCH_MODE { CR_NONE,
CR_KEEP_SPACE,
CR_LOOSE_SPACE,
CR_DELETE
} |
Enumeration Type Documentation
- Enumerator:
CR_NONE |
|
CR_KEEP_SPACE |
|
CR_LOOSE_SPACE |
|
CR_DELETE |
|
Definition at line 304 of file pageres.h.
- Enumerator:
IRR_CORRECT |
|
IRR_CLASSIFIER |
|
IRR_CHOPPER |
|
IRR_CLASS_LM_TRADEOFF |
|
IRR_PAGE_LAYOUT |
|
IRR_SEGSEARCH_HEUR |
|
IRR_SEGSEARCH_PP |
|
IRR_CLASS_OLD_LM_TRADEOFF |
|
IRR_ADAPTION |
|
IRR_NO_TRUTH_SPLIT |
|
IRR_NO_TRUTH |
|
IRR_UNKNOWN |
|
IRR_NUM_REASONS |
|
Definition at line 45 of file pageres.h.
Function Documentation