FinderCorneredStyle
data class FinderCorneredStyle(var strokeColor: ScanbotColor = ScanbotColor("#FFFFFFFF", isArgb = false), var strokeWidth: Double = 3.0, var cornerRadius: Double = 10.0) : FinderStyle
Variant of the viewfinder displaying only the four corners of the scanning area as user guidance.