cutil/tordvars.cpp File Reference

#include "mfcpch.h"
#include "debug.h"

Go to the source code of this file.

Functions

Variables


Function Documentation

void init_textord_vars (  ) 

Create variables to be used by the texord section of code.

Definition at line 82 of file tordvars.cpp.

References int_variable, write_output, and write_raw_output.

Referenced by init_ms_debug().

00082                          { 
00083   int_variable (write_output, "write_output", 0);
00084   int_variable (write_raw_output, "write_raw_output", 0);
00085   make_certainty_threshold();
00086   make_num_word_choices();
00087   make_blob_skip();
00088   make_overlap_threshold();
00089   make_show_bold();
00090 
00091   make_debug_3();
00092   make_debug_5();
00093   make_debug_8();
00094 
00095   make_display_ratings();
00096   make_display_text();
00097 }


Variable Documentation

FILE* correct_fp

Correct text

Definition at line 36 of file tordvars.cpp.

Referenced by classify_word_pass1(), and edit_with_ocr().

FILE* matcher_fp

Matcher log

Definition at line 34 of file tordvars.cpp.

FILE* rawfile

Text before dictionary

Definition at line 30 of file tordvars.cpp.

Referenced by edit_with_ocr(), program_editdown(), and write_results().

int similarity_debug = 0

Level of debug output

Definition at line 44 of file tordvars.cpp.

int similarity_enable = 0

Switch for Similarity

Definition at line 43 of file tordvars.cpp.

Referenced by good_choice().

FILE* textfile

Text output file

Definition at line 32 of file tordvars.cpp.

Referenced by edit_with_ocr(), output_pass(), program_editdown(), and write_results().

int write_output

Text file output

Definition at line 39 of file tordvars.cpp.

Referenced by edit_with_ocr(), init_textord_vars(), and program_editdown().

int write_raw_output

Text before context

Definition at line 41 of file tordvars.cpp.

Referenced by edit_with_ocr(), init_textord_vars(), and program_editdown().


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