#include <cstdint>
#include <cstring>
#include "boxword.h"
#include <tesseract/genericvector.h>
#include "params_training_featdef.h"
#include "ratngs.h"
#include "rect.h"
#include <tesseract/strngs.h>
#include "tprintf.h"
#include <tesseract/unichar.h>
Go to the source code of this file.
|
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
} |
|
◆ IncorrectResultReason
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 52 of file blamer.h.