Package-level declarations
Types
Link copied to clipboard
data class DetectionPosition(val topLeft: PointDouble, val topRight: PointDouble, val bottomRight: PointDouble, val bottomLeft: PointDouble)
Position of the document card in the image.
Link copied to clipboard
Link copied to clipboard
interface DocumentAutoCaptureController
Document Auto Capture Controller component.
Link copied to clipboard
Link copied to clipboard
Factory for Document Auto Capture Controller component.
Link copied to clipboard
Document detection in Document Auto Capture UI component.
Link copied to clipboard
Document Auto Capture UI component.
Link copied to clipboard
Result of the Document Auto Capture UI component.
Link copied to clipboard
Mode of MRZ (Machine Readable Zone) validation.
Link copied to clipboard
Represents the type of placeholder used in document auto-capture UI.
Link copied to clipboard
Pre-defined sets of thresholds for Document Auto Capture.
Link copied to clipboard
data class QualityAttributeThresholds @JvmOverloads constructor(val minConfidence: Double? = null, val minSize: Double? = null, val minSharpness: Double? = null, val brightnessInterval: IntervalDouble? = null, val maxHotspotsScore: Double? = null) : Serializable
Thresholds of quality attributes.
Link copied to clipboard
Validation mode.