com.google.mlkit.vision.text
Annotations
Interfaces
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["ML Kit's Text Recognition API enables optical character recognition (OCR) on images to detect Latin-based characters."],["It provides a hierarchical representation of text, including blocks, lines, elements, and symbols."],["Developers can utilize the `TextRecognizer` interface and customize options with `TextRecognizerOptionsInterface`."],["The API outputs structured text data represented by the `Text` class and its sub-classes."]]],[]]