tesseract 4.1.1
|
#include <cassert>
#include <cfloat>
#include "clst.h"
#include "elst.h"
#include "fontinfo.h"
#include "genericvector.h"
#include "matrix.h"
#include "unichar.h"
#include "unicharset.h"
#include "werd.h"
Go to the source code of this file.
Classes | |
class | BLOB_CHOICE |
class | WERD_CHOICE |
Namespaces | |
namespace | tesseract |
Typedefs | |
using | BLOB_CHOICE_LIST_VECTOR = GenericVector< BLOB_CHOICE_LIST * > |
Enumerations | |
enum | BlobChoiceClassifier { BCC_STATIC_CLASSIFIER , BCC_ADAPTED_CLASSIFIER , BCC_SPECKLE_CLASSIFIER , BCC_AMBIG , BCC_FAKE } |
enum | PermuterType { NO_PERM , PUNC_PERM , TOP_CHOICE_PERM , LOWER_CASE_PERM , UPPER_CASE_PERM , NGRAM_PERM , NUMBER_PERM , USER_PATTERN_PERM , SYSTEM_DAWG_PERM , DOC_DAWG_PERM , USER_DAWG_PERM , FREQ_DAWG_PERM , COMPOUND_PERM , NUM_PERMUTER_TYPES } |
enum | tesseract::ScriptPos { tesseract::SP_NORMAL , tesseract::SP_SUBSCRIPT , tesseract::SP_SUPERSCRIPT , tesseract::SP_DROPCAP } |
Functions | |
BLOB_CHOICE * | FindMatchingChoice (UNICHAR_ID char_id, BLOB_CHOICE_LIST *bc_list) |
const char * | tesseract::ScriptPosToString (enum ScriptPos script_pos) |
bool | EqualIgnoringCaseAndTerminalPunct (const WERD_CHOICE &word1, const WERD_CHOICE &word2) |
void | print_ratings_list (const char *msg, BLOB_CHOICE_LIST *ratings, const UNICHARSET ¤t_unicharset) |
using BLOB_CHOICE_LIST_VECTOR = GenericVector<BLOB_CHOICE_LIST *> |
enum BlobChoiceClassifier |
enum PermuterType |
bool EqualIgnoringCaseAndTerminalPunct | ( | const WERD_CHOICE & | word1, |
const WERD_CHOICE & | word2 | ||
) |
Definition at line 809 of file ratngs.cpp.
BLOB_CHOICE * FindMatchingChoice | ( | UNICHAR_ID | char_id, |
BLOB_CHOICE_LIST * | bc_list | ||
) |
Definition at line 184 of file ratngs.cpp.
void print_ratings_list | ( | const char * | msg, |
BLOB_CHOICE_LIST * | ratings, | ||
const UNICHARSET & | current_unicharset | ||
) |
print_ratings_list
Send all the ratings out to the logfile.
msg | intro message |
ratings | list of ratings |
current_unicharset | unicharset that can be used for id-to-unichar conversion |
Definition at line 837 of file ratngs.cpp.