T - The type of ImageProcessorpublic abstract class OCRProcessor<T extends Image<?,T>> extends Object implements ImageAnalyser<T>
| Constructor and Description |
|---|
OCRProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Rectangle,String> |
getText()
After processing, this method should return a set of bounding boxes of
regions within the image mapped to a String that contains the recognised
text.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyseImagepublic OCRProcessor()
public abstract Map<Rectangle,String> getText()