T - The type of ImageProcessorpublic abstract class OCRProcessor<T extends org.openimaj.image.Image<?,T>> extends Object implements org.openimaj.image.analyser.ImageAnalyser<T>
| Constructor and Description |
|---|
OCRProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<org.openimaj.math.geometry.shape.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.
|
public OCRProcessor()
public abstract Map<org.openimaj.math.geometry.shape.Rectangle,String> getText()