Package-level declarations
Types
Link copied to clipboard
The result of a structured data extraction for readable codes such as barcodes, QR codes
Link copied to clipboard
Link copied to clipboard
class StructuredDataExtractor
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 readableCodes: List<ReadableCode> = listOf()) : Serializable
The result of a structured data extraction.