tesseract
5.0.0-alpha-619-ge9db
|
Go to the documentation of this file.
21 #ifndef TESSERACT_TEXTORD_ALIGNEDBLOB_H_
22 #define TESSERACT_TEXTORD_ALIGNEDBLOB_H_
30 "Turn on output related to bugs in tab finding");
33 "Make debug windows printable");
51 int v_gap_multiple,
int min_gutter_width,
int resolution,
101 int* vertical_x,
int* vertical_y);
110 BLOBNBOX_CLIST* good_points,
int* end_y);
121 int x_start,
int* end_y);
126 #endif // TESSERACT_TEXTORD_ALIGNEDBLOB_H_
int textord_debug_tabfind
bool textord_debug_printable
const ICOORD & tright() const
AlignedBlobParams(int vertical_x, int vertical_y, int height, int v_gap_multiple, int min_gutter_width, int resolution, TabAlignment alignment0)
TabVector * FindVerticalAlignment(AlignedBlobParams align_params, BLOBNBOX *bbox, int *vertical_x, int *vertical_y)
static bool WithinTestRegion(int detail_level, int x, int y)
void set_vertical(int vertical_x, int vertical_y)
#define INT_VAR_H(name, val, comment)
#define BOOL_VAR_H(name, val, comment)
ScrollView * DisplayTabs(const char *window_name, ScrollView *tab_win)
const ICOORD & bleft() const
AlignedBlob(int gridsize, const ICOORD &bleft, const ICOORD &tright)