~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to dict/dict.h

  • Committer: theraysmith at gmail
  • Date: 2013-11-08 20:30:56 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:904
Refactorerd control functions to enable parallel blob classification

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
  BOOL_VAR_H(stopper_no_acceptable_choices, false,
614
614
             "Make AcceptableChoice() always return false. Useful"
615
615
             " when there is a need to explore all segmentations");
 
616
  BOOL_VAR_H(save_raw_choices, false,
 
617
             "Deprecated- backward compatability only");
616
618
  INT_VAR_H(tessedit_truncate_wordchoice_log, 10, "Max words to keep in list");
617
619
  STRING_VAR_H(word_to_debug, "", "Word for which stopper debug information"
618
620
               " should be printed to stdout");