pub fn default_builder() -> DecoderBuilder<DynamicImage, GrayImage, String>
Expand description

Create a default DecoderBuilder

It will use the following components:

  • prepare: BlockedMean
  • locate: LineScan
  • extract: QRExtractor
  • decode: QRDecoder

The builder can then be customised before creating the Decoder