00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef TESSVARS_H
00021 #define TESSVARS_H
00022
00023 #include "varable.h"
00024 #include "img.h"
00025 #include "tordmain.h"
00026 #include "notdll.h"
00027
00028 extern INT_VAR_H (tessedit_adapt_kludge, 0,
00029 "Use acceptable result or dangambigs");
00030 extern BOOL_VAR_H (interactive_mode, FALSE, "Run interactively?");
00031 extern BOOL_VAR_H (edit_variables, FALSE, "Variables Editor Window?");
00032
00033 extern STRING_VAR_H (file_type, ".tif", "Filename extension");
00034 extern INT_VAR_H (tessedit_truncate_wordchoice_log, 10,
00035 "Max words to keep in list");
00036 extern INT_VAR_H (testedit_match_debug, 0, "Integer match debug ctrl");
00037 extern INT_VAR_H (tessedit_truncate_chopper, 1,
00038 "Shorten chopper seam search");
00039 extern INT_VAR_H (tessedit_fix_sideways_chops, 1,
00040 "Fix sideways chop problem");
00041 extern INT_VAR_H (tessedit_dangambigs_chop, FALSE,
00042 "Use UnicharAmbigs to direct chop");
00043 extern INT_VAR_H (tessedit_dangambigs_assoc, FALSE,
00044 "Use UnicharAmbigs to direct assoc");
00045
00046 extern IMAGE page_image;
00047 extern FILE *debug_fp;
00048 #endif