PDF417Common

Properties

Link copied to clipboard
const val BARS_IN_MODULE: Int = 8
Link copied to clipboard
Link copied to clipboard
const val MAX_ROWS_IN_BARCODE: Int = 90
Link copied to clipboard
const val MIN_ROWS_IN_BARCODE: Int = 3
Link copied to clipboard
const val MODULES_IN_CODEWORD: Int = 17
Link copied to clipboard
Link copied to clipboard
const val NUMBER_OF_CODEWORDS: Int = 929
Link copied to clipboard

The sorted table of all possible symbols. Extracted from the PDF417 specification. The index of a symbol in this table corresponds to the index into the codeword table.

Functions

Link copied to clipboard
fun getBitCountSum(moduleBitCount: IntArray): Int
Link copied to clipboard
fun getCodeword(symbol: Int): Int
Link copied to clipboard