ccmain/tessvars.cpp

Go to the documentation of this file.
00001 
00019 #include "mfcpch.h"
00020 #include          "tessvars.h"
00021 
00022 #define EXTERN
00023 
00026 EXTERN INT_VAR (tessedit_adapt_kludge, 0, "Use acceptable result or dangambigs");
00027 EXTERN BOOL_VAR (interactive_mode, FALSE, "Run interactively?");
00028 EXTERN BOOL_VAR (edit_variables, FALSE, "Variables Editor Window?");
00029 // xiaofan EXTERN STRING_VAR(file_type,".bl","Filename extension");
00030 EXTERN STRING_VAR (file_type, ".tif", "Filename extension");
00031 INT_VAR (testedit_match_debug, 0, "Integer match debug ctrl");
00032 EXTERN INT_VAR (tessedit_dangambigs_chop, FALSE, "Use DangAmbigs to direct chop");
00033 EXTERN INT_VAR (tessedit_dangambigs_assoc, FALSE, "Use DangAmbigs to direct assoc");
00036 EXTERN IMAGE page_image;         //image of page
00037 EXTERN FILE *debug_fp;           //write debug stuff here
00038 
00039 

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