| 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. |