Tesseract 3.01
|
#include "mfcpch.h"
#include "tessvars.h"
#include "scanutils.h"
#include <ctype.h>
#include <string.h>
#include "memry.h"
#include "reject.h"
#include "tfacep.h"
#include "imgs.h"
#include "control.h"
#include "docqual.h"
#include "secname.h"
#include "globals.h"
#include "helpers.h"
#include "tesseractclass.h"
#include "notdll.h"
Namespaces | |
namespace | tesseract |
Functions | |
CLISTIZEH (STRING) CLISTIZE(STRING) namespace tesseract | |
void | reject_blanks (WERD_RES *word) |
void | reject_poor_matches (WERD_RES *word, BLOB_CHOICE_LIST_CLIST *blob_choices) |
float | compute_reject_threshold (BLOB_CHOICE_LIST_CLIST *blob_choices) |
CLISTIZEH | ( | STRING | ) |
float compute_reject_threshold | ( | BLOB_CHOICE_LIST_CLIST * | blob_choices | ) |
void reject_blanks | ( | WERD_RES * | word | ) |
void reject_poor_matches | ( | WERD_RES * | word, |
BLOB_CHOICE_LIST_CLIST * | blob_choices | ||
) |