~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to ccmain/tesseractclass.h

  • Committer: theraysmith at gmail
  • Date: 2014-04-23 22:52:05 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:1060
Added ability for box files to store spaces and newlines

Show diffs side-by-side

added added

removed removed

Lines of Context:
617
617
  PAGE_RES* ApplyBoxes(const STRING& fname, bool find_segmentation,
618
618
                       BLOCK_LIST *block_list);
619
619
 
 
620
  // Any row xheight that is significantly different from the median is set
 
621
  // to the median.
 
622
  void PreenXHeights(BLOCK_LIST *block_list);
 
623
 
620
624
  // Builds a PAGE_RES from the block_list in the way required for ApplyBoxes:
621
625
  // All fuzzy spaces are removed, and all the words are maximally chopped.
622
626
  PAGE_RES* SetupApplyBoxes(const GenericVector<TBOX>& boxes,