OcrResult

data class OcrResult(val text: String?, val hocrTextLayout: String?) : Serializable

Constructors

Link copied to clipboard
constructor(text: String?, hocrTextLayout: String?)

Properties

Link copied to clipboard

The recognized text in hOCR format (with position, style).

Link copied to clipboard

Raw text recognized in the image.