Companion

object Companion

Functions

Link copied to clipboard
fun fromBitmap(bitmap: Bitmap): InputImage
fun fromBitmap(bitmap: Bitmap, rotation: Int): InputImage
Link copied to clipboard
fun fromFilePath(context: Context, uri: Uri): InputImage
Link copied to clipboard
fun getBarcode(barcodeList: List<Barcode>?, regex: String?, allowDefault: Boolean): Barcode?
Link copied to clipboard
fun process(bitmap: Bitmap): Task<List<Barcode>>
fun process(inputImage: InputImage): Task<List<Barcode>>
fun process(bitmap: Bitmap, options: BarcodeScannerOptions): Task<List<Barcode>>
fun process(inputImage: InputImage, options: BarcodeScannerOptions): Task<List<Barcode>>
fun process(bitmap: Bitmap, format: Int, vararg formats: Int): Task<List<Barcode>>
fun process(inputImage: InputImage, format: Int, vararg formats: Int): Task<List<Barcode>>