Package-level declarations

Types

Link copied to clipboard
data class Barcode(val value: String, val type: Barcode.Type) : Serializable

The result of a structured data extraction for barcodes

Link copied to clipboard
Link copied to clipboard

Class that enables structured data to be extracted from scanned documents.

Link copied to clipboard
data class StructuredDataReceipt(val locale: Locale?, val merchant: String?, val amount: Double?, val currency: String?, val date: Date?, val category: ReceiptCategory?) : Serializable
Link copied to clipboard
data class StructuredDataResult(val receipt: StructuredDataReceipt? = null, val barcodes: List<Barcode> = listOf()) : Serializable

The result of a structured data extraction.