Package com.google.zxing.multi
Interface MultipleBarcodeReader
- All Known Implementing Classes:
GenericMultipleBarcodeReader
,PDF417Reader
,QRCodeMultiReader
public interface MultipleBarcodeReader
Implementation of this interface attempt to read several barcodes from one image.
- Author:
- Sean Owen
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionResult[]
decodeMultiple
(BinaryBitmap image) Result[]
decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints)
-
Method Details
-
decodeMultiple
- Throws:
NotFoundException
-
decodeMultiple
- Throws:
NotFoundException
-