Expand description
Barcode Decoder
Re-exports§
Modules§
- decode
- Decode data extracted from an image
- detect
- Detect various barcodes in pre-processed images
- extract
- Extract data from an image
- prepare
- Prepare an image for data extraction
- util
- Various utilities to aid in decoding barcodes
Structs§
- Decoder
- Struct to hold logic to do the entire decoding
- Decoder
Builder - Builder struct to create a Decoder
Functions§
- default_
builder - Create a default DecoderBuilder
- default_
builder_ with_ info - Create a default DecoderBuilder that also returns information about the decoded QR Code
- default_
decoder - Create a default Decoder
- default_
decoder_ with_ info - Create a default Decoder that also returns information about the decoded QR Code