Result

data class Result(val text: String, val blocks: List<LiteRTExt.Text.Block>)

The final result of an OCR task.

Constructors

Link copied to clipboard
constructor(text: String, blocks: List<LiteRTExt.Text.Block>)

Properties

Link copied to clipboard

The list of detected text blocks.

Link copied to clipboard

The full text extracted from the image.