| TextRecognizer | TextRecognition
client for performing optical character recognition(OCR) on an input image to detect
latin-based characters. |
| Text | A hierarchical representation of texts. |
| Text.Element | Roughly equivalent to a space-separated "word" in most Latin languages, or a character in others. |
| Text.Line | Represents a line of text. |
| Text.TextBlock | A block of text (think of it as a paragraph) as deemed by the OCR engine. |
| TextRecognition | Entry point for performing optical character recognition(OCR) on an input image to detect latin-based characters. |