#include "boxword.h"
#include "params_training_featdef.h"
#include "ratngs.h"
#include "rect.h"
#include "tprintf.h"
#include <tesseract/unichar.h>
#include <cstdint>
#include <cstring>
#include <vector>
Go to the source code of this file.
|
enum | tesseract::IncorrectResultReason {
tesseract::IRR_CORRECT
, tesseract::IRR_CLASSIFIER
, tesseract::IRR_CHOPPER
, tesseract::IRR_CLASS_LM_TRADEOFF
,
tesseract::IRR_PAGE_LAYOUT
, tesseract::IRR_SEGSEARCH_HEUR
, tesseract::IRR_SEGSEARCH_PP
, tesseract::IRR_CLASS_OLD_LM_TRADEOFF
,
tesseract::IRR_ADAPTION
, tesseract::IRR_NO_TRUTH_SPLIT
, tesseract::IRR_NO_TRUTH
, tesseract::IRR_UNKNOWN
,
tesseract::IRR_NUM_REASONS
} |
|