| Package | Description |
|---|---|
| org.openimaj.image.text.extraction.swt |
| Modifier and Type | Field and Description |
|---|---|
protected WordCandidate |
LetterCandidate.word |
| Modifier and Type | Field and Description |
|---|---|
protected List<WordCandidate> |
LineCandidate.words |
| Modifier and Type | Method and Description |
|---|---|
protected static List<WordCandidate> |
WordCandidate.extractWords(LineCandidate line,
SWTTextDetector.Options options) |
List<WordCandidate> |
LineCandidate.getWords()
Get the words corresponding to this line
|