Package-level declarations
Types
Link copied to clipboard
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
Link copied to clipboard
class DecoderResult(val rawBytes: ByteArray, val text: String, val byteSegments: List<ByteArray>, val eCLevel: String, val structuredAppendSequenceNumber: Int, val structuredAppendParity: Int)
Encapsulates the result of decoding a matrix of bits. This typically applies to 2D barcode formats. For now it contains the raw bytes obtained, as well as a String interpretation of those bytes, if applicable.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PerspectiveTransform
Link copied to clipboard
object StringUtils