#include "mfcpch.h"#include "tessvars.h"Defines | |
| #define | EXTERN |
Variables | |
| EXTERN int | tessedit_adapt_kludge = 0 |
| EXTERN bool | interactive_mode = FALSE |
| EXTERN bool | edit_variables = FALSE |
| EXTERN char * | file_type = ".tif" |
| int | testedit_match_debug = 0 |
| EXTERN int | tessedit_dangambigs_chop = FALSE |
| EXTERN int | tessedit_dangambigs_assoc = FALSE |
| EXTERN IMAGE | page_image |
| EXTERN FILE * | debug_fp = stderr |
| #define EXTERN |
| EXTERN FILE* debug_fp = stderr |
| EXTERN bool edit_variables = FALSE |
"Variables Editor Window?"
| EXTERN char* file_type = ".tif" |
"Filename extension"
| EXTERN bool interactive_mode = FALSE |
"Run interactively?"
| EXTERN IMAGE page_image |
| EXTERN int tessedit_adapt_kludge = 0 |
"Use acceptable result or dangambigs"
| EXTERN int tessedit_dangambigs_assoc = FALSE |
"Use UnicharAmbigs to direct assoc"
| EXTERN int tessedit_dangambigs_chop = FALSE |
"Use UnicharAmbigs to direct chop"
| int testedit_match_debug = 0 |
"Integer match debug ctrl"
1.6.3