Package | Description |
---|---|
org.openimaj.image.text.extraction |
Modifier and Type | Method and Description |
---|---|
OCRProcessor<T> |
TextExtractor.getOCRProcessor()
Return the OCR processor being used to extract text from the
image.
|
Modifier and Type | Method and Description |
---|---|
void |
TextExtractor.setOCRProcessor(OCRProcessor<T> ocr)
For the text regions that are extracted to be associated with textual
representations of the text regions, an OCR processor must be used.
|