[][src]Crate bardecoder

Barcode Decoder

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

DecoderBuilder

Builder struct to create a Decoder

Functions

default_builder

Create a default DecoderBuilder

default_decoder

Create a default Decoder