Uses of Class
net.sourceforge.javaocr.ocrPlugins.mseOCR.CharacterRange

Packages that use CharacterRange
net.sourceforge.javaocr.ocrPlugins.mseOCR   
 

Uses of CharacterRange in net.sourceforge.javaocr.ocrPlugins.mseOCR
 

Fields in net.sourceforge.javaocr.ocrPlugins.mseOCR declared as CharacterRange
private  CharacterRange[] OCRScanner.acceptableChars
           
 

Methods in net.sourceforge.javaocr.ocrPlugins.mseOCR with parameters of type CharacterRange
 void TrainingImageLoader.load(Image image, CharacterRange charRange, HashMap<Character,ArrayList<TrainingImage>> dest, String imageFilename)
           
 void TrainingImageLoader.load(String imageFilename, CharacterRange charRange, HashMap<Character,ArrayList<TrainingImage>> dest)
          Load an image containing training characters, break it up into characters, and build a training set.
 String OCRScanner.scan(Image image, int x1, int y1, int x2, int y2, CharacterRange[] acceptableChars)
          Scan an image and return the decoded text.
 



Copyright © -2012. All Rights Reserved.