BitmapLines

data class BitmapLines(val polygon: List<PointF>, val vertical: List<LineSegmentFloat>?, val horizontal: List<LineSegmentFloat>?, val bitmap: Bitmap)

Encapsulates information about the detected polygon, lines and bitmap extracted from the page

Constructors

Link copied to clipboard
constructor(polygon: List<PointF>, vertical: List<LineSegmentFloat>?, horizontal: List<LineSegmentFloat>?, bitmap: Bitmap)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard