Package-level declarations
Types
Link copied to clipboard
Mode of barcode validation. Currently only PDF417 barcodes are supported.
Link copied to clipboard
Document Auto Capture Controller component.
Link copied to clipboard
Factory for Document Auto Capture Controller component.
Link copied to clipboard
data class DocumentAutoCaptureDetection(val image: Image, val document: DocumentDetector.Document?, val travelDocumentType: TravelDocumentType?, val machineReadableZone: MachineReadableZone?, val validatorIdentifiers: List<String>, statistics: Statistics)
Document detection in UI Document Auto Capture component.
Link copied to clipboard
data class DocumentAutoCaptureResult(val image: Image, val document: DocumentDetector.Document?, val travelDocumentType: TravelDocumentType?, val machineReadableZone: MachineReadableZone?, val content: ByteArray)
Result of the UI Document Auto Capture component.
Link copied to clipboard
Mode of MRZ (Machine Readable Zone) validation.
Link copied to clipboard
data class QualityAttributeThresholds(val minConfidence: Double? = null, val minSize: Double? = null, val minSharpness: Double? = null, val brightnessInterval: IntervalDouble? = null, val maxHotspotsScore: Double? = null)
Thresholds of quality attributes.
Link copied to clipboard
Validation mode.