google_mlkit_text_recognition library

Classes

InputImage
Image format that ML Kit takes to process the image.
InputImageMetadata
Data of image required when creating image from bytes.
ModelManager
A class to manage remote models.
RecognizedText
Recognized text in an image.
TextBlock
A text block recognized in an image that consists of a list of text lines.
TextElement
A text element recognized in an image. A text element is roughly equivalent to a space-separated word in most languages.
TextLine
A text line recognized in an image that consists of a list of elements.
TextRecognizer
A text recognizer that recognizes text from a given InputImage.
TextSymbol
A text symbol recognized in an image. Represents a single symbol in an TextElement.

Enums

InputImageFormat
To indicate the format of image while creating input image from bytes
InputImageRotation
The camera rotation angle to be specified
InputImageType
The type of InputImage.
TextRecognitionScript
Configurations for TextRecognizer for different languages.