Page
data class Page(val text: String, val confidence: Double, val roi: List<PointF>, val blocks: List<Block>) : OcrElement, Parcelable
Represents result of performing OCR on an image. A page is made up of blocks.
Represents result of performing OCR on an image. A page is made up of blocks.