|
tesseract
4.00.00dev
|
#include "fpchop.h"Go to the source code of this file.
Functions | |
| void | restore_underlined_blobs (TO_BLOCK *block) |
| TO_ROW * | most_overlapping_row (TO_ROW_LIST *rows, BLOBNBOX *blob) |
| void | find_underlined_blobs (BLOBNBOX *u_line, QSPLINE *baseline, float xheight, float baseline_offset, ICOORDELT_LIST *chop_cells) |
| void | vertical_cunderline_projection (C_OUTLINE *outline, QSPLINE *baseline, float xheight, float baseline_offset, STATS *lower_proj, STATS *middle_proj, STATS *upper_proj) |
Variables | |
| double | textord_underline_offset = 0.1 |
| bool | textord_restore_underlines = FALSE |
| void find_underlined_blobs | ( | BLOBNBOX * | u_line, |
| QSPLINE * | baseline, | ||
| float | xheight, | ||
| float | baseline_offset, | ||
| ICOORDELT_LIST * | chop_cells | ||
| ) |
Definition at line 173 of file underlin.cpp.
Definition at line 116 of file underlin.cpp.
| void restore_underlined_blobs | ( | TO_BLOCK * | block | ) |
Definition at line 38 of file underlin.cpp.
| void vertical_cunderline_projection | ( | C_OUTLINE * | outline, |
| QSPLINE * | baseline, | ||
| float | xheight, | ||
| float | baseline_offset, | ||
| STATS * | lower_proj, | ||
| STATS * | middle_proj, | ||
| STATS * | upper_proj | ||
| ) |
Definition at line 218 of file underlin.cpp.
| bool textord_restore_underlines = FALSE |
"Chop underlines & put back"
Definition at line 30 of file underlin.cpp.
| double textord_underline_offset = 0.1 |
"Fraction of x to ignore"
Definition at line 28 of file underlin.cpp.