multi

package
v0.0.0-...-bfcb86a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenericMultipleBarcodeReader

type GenericMultipleBarcodeReader struct {
	// contains filtered or unexported fields
}

func NewGenericMultipleBarcodeReader

func NewGenericMultipleBarcodeReader(delegate gozxing.Reader) *GenericMultipleBarcodeReader

func (*GenericMultipleBarcodeReader) DecodeMultiple

func (r *GenericMultipleBarcodeReader) DecodeMultiple(image *gozxing.BinaryBitmap, hints map[gozxing.DecodeHintType]interface{}) ([]*gozxing.Result, error)

type MultiFormatReader

type MultiFormatReader struct {
	// contains filtered or unexported fields
}

func NewMultiFormatReader

func NewMultiFormatReader() *MultiFormatReader

func (*MultiFormatReader) Decode

func (r *MultiFormatReader) Decode(image *gozxing.BinaryBitmap, hints map[gozxing.DecodeHintType]interface{}) (*gozxing.Result, error)

func (*MultiFormatReader) DecodeInternal

func (r *MultiFormatReader) DecodeInternal(image *gozxing.BinaryBitmap) (*gozxing.Result, error)

func (*MultiFormatReader) DecodeWithState

func (r *MultiFormatReader) DecodeWithState(image *gozxing.BinaryBitmap) (*gozxing.Result, error)

func (*MultiFormatReader) DecodeWithoutHints

func (r *MultiFormatReader) DecodeWithoutHints(image *gozxing.BinaryBitmap) (*gozxing.Result, error)

func (*MultiFormatReader) Reset

func (r *MultiFormatReader) Reset()

func (*MultiFormatReader) SetHints

func (r *MultiFormatReader) SetHints(hints map[gozxing.DecodeHintType]interface{})

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL