TextLayout

data class TextLayout(val hocr: String) : Parcelable

The text layout of a scan. This is part of the output of the OCR recognition, but can also be part of the input of the PDF generation.

Constructors

Link copied to clipboard
constructor(hocr: String)

Properties

Link copied to clipboard

XML string containing information about the text, style, and layout of the image that was processed.