Tesseract
3.02
|
#include "mfcpch.h"
#include <ctype.h>
#include <math.h>
#include "errcode.h"
#include "drawtord.h"
#include "blkocc.h"
#include "helpers.h"
#include "notdll.h"
Go to the source code of this file.
Functions | |
BOOL8 | test_underline (BOOL8 testing_on, C_BLOB *blob, inT16 baseline, inT16 xheight) |
Variables | |
double | textord_underline_threshold = 0.5 |
test_underline
Check to see if the blob is an underline. Return TRUE if it is.
Definition at line 55 of file blkocc.cpp.
double textord_underline_threshold = 0.5 |
"Fraction of width occupied"
Definition at line 40 of file blkocc.cpp.