|
Tesseract
3.02
|
#include <ambigs.h>
Public Member Functions | |
| AmbigSpec () | |
| ~AmbigSpec () | |
Static Public Member Functions | |
| static int | compare_ambig_specs (const void *spec1, const void *spec2) |
Public Attributes | |
| UNICHAR_ID | wrong_ngram [MAX_AMBIG_SIZE+1] |
| UNICHAR_ID | correct_fragments [MAX_AMBIG_SIZE+1] |
| UNICHAR_ID | correct_ngram_id |
| AmbigType | type |
| int | wrong_ngram_size |
| tesseract::AmbigSpec::AmbigSpec | ( | ) |
Definition at line 34 of file ambigs.cpp.
{
wrong_ngram[0] = INVALID_UNICHAR_ID;
correct_fragments[0] = INVALID_UNICHAR_ID;
correct_ngram_id = INVALID_UNICHAR_ID;
type = NOT_AMBIG;
wrong_ngram_size = 0;
}
| static int tesseract::AmbigSpec::compare_ambig_specs | ( | const void * | spec1, |
| const void * | spec2 | ||
| ) | [inline, static] |
| UNICHAR_ID tesseract::AmbigSpec::correct_fragments[MAX_AMBIG_SIZE+1] |
| UNICHAR_ID tesseract::AmbigSpec::wrong_ngram[MAX_AMBIG_SIZE+1] |