com.google.mlkit.vision.text
Stay organized with collections
Save and categorize content based on your preferences.
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 2022-09-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-20 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."]]],[]]