ccmain/tessvars.h

Go to the documentation of this file.
00001 
00023 #ifndef           TESSVARS_H
00024 #define           TESSVARS_H
00025 
00026 #include          "varable.h"
00027 #include          "img.h"
00028 #include          "tordmain.h"
00029 #include          "notdll.h"
00030 
00033 extern INT_VAR_H (tessedit_adapt_kludge, 0,
00034 "Use acceptable result or dangambigs");
00035 extern BOOL_VAR_H (interactive_mode, FALSE, "Run interactively?");
00036 extern BOOL_VAR_H (edit_variables, FALSE, "Variables Editor Window?");
00037 //xiaofan extern STRING_VAR_H(file_type,".bl","Filename extension");
00038 extern STRING_VAR_H (file_type, ".tif", "Filename extension");
00039 extern INT_VAR_H (tessedit_truncate_wordchoice_log, 10,
00040 "Max words to keep in list");
00041 extern INT_VAR_H (testedit_match_debug, 0, "Integer match debug ctrl");
00042 extern INT_VAR_H (tessedit_truncate_chopper, 1,
00043 "Shorten chopper seam search");
00044 extern INT_VAR_H (tessedit_fix_sideways_chops, 1,
00045 "Fix sideways chop problem");
00046 extern INT_VAR_H (tessedit_dangambigs_chop, FALSE,
00047 "Use DangAmbigs to direct chop");
00048 extern INT_VAR_H (tessedit_dangambigs_assoc, FALSE,
00049 "Use DangAmbigs to direct assoc");
00052 extern IMAGE page_image;         //image of page
00053 extern FILE *debug_fp;           //write debug stuff here
00054 #endif

Generated on Wed Feb 28 19:49:07 2007 for Tesseract by  doxygen 1.5.1