Package | Description |
---|---|
org.openimaj.image.text.extraction.swt |
Modifier and Type | Field and Description |
---|---|
protected LineCandidate |
LetterCandidate.line |
protected LineCandidate |
WordCandidate.line
The line to which this word belongs
|
Modifier and Type | Method and Description |
---|---|
LineCandidate |
WordCandidate.getLine()
Get the line containing this word.
|
Modifier and Type | Method and Description |
---|---|
protected static List<LineCandidate> |
LineCandidate.extractLines(List<LetterCandidate> letters,
SWTTextDetector.Options options)
Computes lines of text by merging pairs of characters that have similar
directions.
|
List<LineCandidate> |
SWTTextDetector.getLines()
Get the detected candidate lines of text
|
Modifier and Type | Method and Description |
---|---|
protected static List<WordCandidate> |
WordCandidate.extractWords(LineCandidate line,
SWTTextDetector.Options options) |