Package-level declarations

Types

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) : Serializable