Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultipleBarcodeReader ¶
type MultipleBarcodeReader interface { DecodeMultipleWithoutHint(image *gozxing.BinaryBitmap) ([]*gozxing.Result, error) DecodeMultiple(image *gozxing.BinaryBitmap, hints map[gozxing.DecodeHintType]interface{}) ([]*gozxing.Result, error) }
MultipleBarcodeReader Implementation of this interface attempt to read several barcodes from one image.
@see com.google.zxing.Reader
Click to show internal directories.
Click to hide internal directories.