|
Tesseract 3.01
|
#include "linefind.h"#include "alignedblob.h"#include "tabvector.h"#include "blobbox.h"#include "edgblob.h"#include "allheaders.h"Namespaces | |
| namespace | tesseract |
Variables | |
| bool | textord_tabfind_show_vlines = false |
| const int | tesseract::kThinLineFraction = 30 |
| Denominator of resolution makes max pixel width to allow thin lines. | |
| const int | tesseract::kMinLineLengthFraction = 8 |
| Denominator of resolution makes min pixels to demand line lengths to be. | |
| const int | tesseract::kCrackSpacing = 100 |
| Spacing of cracks across the page to break up tall vertical lines. | |
| const int | tesseract::kLineFindGridSize = 50 |
| Grid size used by line finder. Not very critical. | |
| bool textord_tabfind_show_vlines = false |
"Show vertical rule lines"