tesseract
4.0.0-1-g2a2b
|
Go to the source code of this file.
Namespaces | |
tesseract | |
Functions | |
void | make_single_word (bool one_blob, TO_ROW_LIST *rows, ROW_LIST *real_rows) |
void | make_words (tesseract::Textord *textord, ICOORD page_tr, float gradient, BLOCK_LIST *blocks, TO_BLOCK_LIST *port_blocks) |
void | set_row_spaces (TO_BLOCK *block, FCOORD rotation, bool testing_on) |
int32_t | row_words (TO_BLOCK *block, TO_ROW *row, int32_t maxwidth, FCOORD rotation, bool testing_on) |
int32_t | row_words2 (TO_BLOCK *block, TO_ROW *row, int32_t maxwidth, FCOORD rotation, bool testing_on) |
void | make_real_words (tesseract::Textord *textord, TO_BLOCK *block, FCOORD rotation) |
ROW * | make_rep_words (TO_ROW *row, TO_BLOCK *block) |
WERD * | make_real_word (BLOBNBOX_IT *box_it, int32_t blobcount, bool bol, uint8_t blanks) |
Variables | |
bool | textord_fp_chopping = TRUE |
bool | textord_force_make_prop_words = FALSE |
bool | textord_chopper_test = FALSE |
WERD* make_real_word | ( | BLOBNBOX_IT * | box_it, |
int32_t | blobcount, | ||
bool | bol, | ||
uint8_t | blanks | ||
) |
Definition at line 583 of file wordseg.cpp.
void make_real_words | ( | tesseract::Textord * | textord, |
TO_BLOCK * | block, | ||
FCOORD | rotation | ||
) |
Definition at line 495 of file wordseg.cpp.
Definition at line 551 of file wordseg.cpp.
void make_single_word | ( | bool | one_blob, |
TO_ROW_LIST * | rows, | ||
ROW_LIST * | real_rows | ||
) |
Definition at line 56 of file wordseg.cpp.
void make_words | ( | tesseract::Textord * | textord, |
ICOORD | page_tr, | ||
float | gradient, | ||
BLOCK_LIST * | blocks, | ||
TO_BLOCK_LIST * | port_blocks | ||
) |
make_words
Arrange the blobs into words.
Definition at line 100 of file wordseg.cpp.
int32_t row_words | ( | TO_BLOCK * | block, |
TO_ROW * | row, | ||
int32_t | maxwidth, | ||
FCOORD | rotation, | ||
bool | testing_on | ||
) |
Definition at line 174 of file wordseg.cpp.
int32_t row_words2 | ( | TO_BLOCK * | block, |
TO_ROW * | row, | ||
int32_t | maxwidth, | ||
FCOORD | rotation, | ||
bool | testing_on | ||
) |
Definition at line 341 of file wordseg.cpp.
Definition at line 130 of file wordseg.cpp.
bool textord_chopper_test = FALSE |
"Chopper is being tested."
Definition at line 43 of file wordseg.cpp.
bool textord_force_make_prop_words = FALSE |
"Force proportional word segmentation on all rows"
Definition at line 41 of file wordseg.cpp.
bool textord_fp_chopping = TRUE |
"Do fixed pitch chopping"
Definition at line 39 of file wordseg.cpp.