Class | Description |
---|---|
LetterCandidate |
This class models a candidate textual letter/character from the
SWTTextDetector . |
LineCandidate |
This class models a candidate line of text, with one of more word candidates
within it, from the
SWTTextDetector . |
SWTTextDetector |
Implementation of the Stroke Width Transform text detection algorithm by
Epshtein et al.
|
SWTTextDetector.Options |
Options for controlling the
SWTTextDetector . |
WordCandidate |
This class models a candidate word (a collection of letter candidates with a
consistent inter-character spacing) from the
SWTTextDetector . |
Enum | Description |
---|---|
SWTTextDetector.Direction |
Text search "directions": Dark text on a lighter background, light text
on a dark background and both.
|