#include "mfcpch.h"
#include "tovars.h"
#define EXTERN |
EXTERN bool textord_blocksall_fixed = FALSE |
"Moan about prop blocks"
EXTERN bool textord_blocksall_prop = FALSE |
"Moan about fixed pitch blocks"
EXTERN bool textord_blocksall_testing = FALSE |
"Dump stats when moaning"
EXTERN int textord_debug_block = 0 |
"Block to do debug on"
EXTERN int textord_dotmatrix_gap = 3 |
"Max pixel gap for broken pixed pitch"
EXTERN double textord_fp_min_width = 0.5 |
"Min width of decent blobs"
EXTERN double textord_fpiqr_ratio = 1.5 |
"Pitch IQR/Gap IQR threshold"
EXTERN double textord_max_pitch_iqr = 0.20 |
"Xh fraction noise in pitch"
EXTERN int textord_pitch_range = 2 |
"Max range test on pitch"
EXTERN double textord_pitch_rowsimilarity = 0.08 |
"Fraction of xheight for sameness"
EXTERN bool textord_pitch_scalebigwords = FALSE |
"Scale scores on big words"
EXTERN double textord_repch_width_variance = 0.2 |
"Max width change of gap/blob for repeated chars"
EXTERN bool textord_repeat_extraction = TRUE |
"Extract repeated chars"
EXTERN double textord_repeat_rating = 6 |
"Min rating for equal blobs"
EXTERN int textord_repeat_threshold = 4 |
"Min multiple for repeated char"
EXTERN bool textord_show_fixed_words = FALSE |
"Display forced fixed pitch words"
EXTERN bool textord_show_initial_words = FALSE |
"Display separate words"
EXTERN bool textord_show_new_words = FALSE |
"Display separate words"
EXTERN double textord_spacesize_ratiofp = 2.8 |
"Min ratio space/nonspace"
EXTERN double textord_spacesize_ratioprop = 2.0 |
"Min ratio space/nonspace"
EXTERN bool textord_test_mode = FALSE |
"Do current test"
EXTERN double textord_width_smooth_factor = 0.10 |
"Smoothing width stats"
EXTERN double textord_words_def_fixed = 0.016 |
"Threshold for definite fixed"
EXTERN double textord_words_def_prop = 0.090 |
"Threshold for definite prop"
EXTERN double textord_words_default_maxspace = 3.5 |
"Max believable third space"
EXTERN double textord_words_default_minspace = 0.6 |
"Fraction of xheight"
EXTERN double textord_words_default_nonspace = 0.2 |
"Fraction of xheight"
EXTERN double textord_words_definite_spread = 0.30 |
"Non-fuzzy spacing region"
EXTERN double textord_words_initial_lower = 0.25 |
"Max inital cluster size"
EXTERN double textord_words_initial_upper = 0.15 |
"Min initial cluster spacing"
EXTERN double textord_words_maxspace = 4.0 |
"Multiple of xheight"
EXTERN double textord_words_min_minspace = 0.3 |
"Fraction of xheight"
EXTERN double textord_words_minlarge = 0.75 |
"Fraction of valid gaps needed"
EXTERN double textord_words_pitchsd_threshold = 0.040 |
"Pitch sync threshold"
EXTERN int textord_words_veto_power = 5 |
"Rows required to outvote a veto"
EXTERN double textord_words_width_ile = 0.4 |
"Ile of blob widths for space est"
EXTERN double textord_wordstats_smooth_factor = 0.05 |
"Smoothing gap stats"
EXTERN double words_default_fixed_limit = 0.6 |
"Allowed size variance"
EXTERN double words_default_fixed_space = 0.75 |
"Fraction of xheight"
EXTERN double words_default_prop_nonspace = 0.25 |
"Fraction of xheight"
EXTERN double words_initial_lower = 0.5 |
"Max inital cluster size"
EXTERN double words_initial_upper = 0.15 |
"Min initial cluster spacing"