From 081fdd5414cd60c3d258e744824c84c93e9cadb9 Mon Sep 17 00:00:00 2001 From: theraysmith Date: Wed, 16 May 2007 01:26:22 +0000 Subject: [PATCH] Misc improvements git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@40 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- classify/intmatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classify/intmatcher.cpp b/classify/intmatcher.cpp index 1626892982..dde30f2519 100644 --- a/classify/intmatcher.cpp +++ b/classify/intmatcher.cpp @@ -323,7 +323,7 @@ make_int_var (ClassPrunerThreshold, 229, MakeClassPrunerThreshold, 16, 20, SetClassPrunerThreshold, "Class Pruner Threshold 0-255: "); -make_int_var (ClassPrunerMultiplier, 15, MakeClassPrunerMultiplier, +make_int_var (ClassPrunerMultiplier, 30, MakeClassPrunerMultiplier, 16, 21, SetClassPrunerMultiplier, "Class Pruner Multiplier 0-255: ");