aztec

package
v0.0.0-...-9ba40a7 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2023 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 AztecReader

type AztecReader struct{}

AztecReader : This implementation can detect and decode Aztec codes in an image.

func NewAztecReader

func NewAztecReader() *AztecReader

func (*AztecReader) Decode

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

Decode : Locates and decodes a Data Matrix code in an image.

return: a String representing the content encoded by the Data Matrix code throws NotFoundException if a Data Matrix code cannot be found throws FormatException if a Data Matrix code cannot be decoded

func (*AztecReader) DecodeWithoutHints

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

func (*AztecReader) Reset

func (r *AztecReader) Reset()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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