#include "globals.h"#include <math.h>#include <signal.h>#include "tessinit.h"#include "varable.h"#include "wordrec.h"Namespaces | |
| namespace | tesseract |
Variables | |
| int | wordrec_plots_fx = 0 |
| int | wordrec_plots_ocr = 0 |
| int | wordrec_debugs_fx = 0 |
| int | wordrec_debugs_ocr = 0 |
| int | wordrec_acts_fx = 2048 |
| int | wordrec_acts_ocr = 32 |
| int | wordrec_corner_0 = 0 |
| int | wordrec_corner_1 = 0 |
| int | wordrec_corner_2 = 2550 |
| int | wordrec_corner_3 = 3508 |
| int | wordrec_resolution = 300 |
| char * | wordrec_debugfile = "debugfile" |
| int | row_number |
| int row_number |
| int wordrec_acts_fx = 2048 |
"acts_fx"
| int wordrec_acts_ocr = 32 |
"acts_ocr"
| int wordrec_corner_0 = 0 |
"wordrec_corner_0"
| int wordrec_corner_1 = 0 |
"wordrec_corner_1"
| int wordrec_corner_2 = 2550 |
"wordrec_corner_2"
| int wordrec_corner_3 = 3508 |
"wordrec_corner_3"
| char* wordrec_debugfile = "debugfile" |
"Debug file name"
| int wordrec_debugs_fx = 0 |
"debugs_fx"
| int wordrec_debugs_ocr = 0 |
"debugs_ocr"
| int wordrec_plots_fx = 0 |
"plots_fx"
| int wordrec_plots_ocr = 0 |
"plots_ocr"
| int wordrec_resolution = 300 |
"Resolution"
1.6.3