Annotations
TextRecognizerOptionsInterface.LanguageOption | The language options for text recognition. |
Interfaces
TextRecognizer | TextRecognition
client for performing optical character recognition(OCR) on an input image to detect
latin-based characters. |
TextRecognizerOptionsInterface | Interface for options for TextRecognizer . |
Classes
Text | A hierarchical representation of texts. |
Text.Element | Represents a space-separated segment in a line of text (for example, a word in most Latin languages). |
Text.Line | Represents a line of text. |
Text.Symbol | Represents a single symbol in an Text.Element . |
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. |