yushulx/golang-barcode-qr-reader

By yushulx

Updated 12 months ago

Image
0

14

Golang Barcode QR Code Reader

A barcode QR code reader implemented with Golang and Dynamsoft C++ Barcode Reader SDK.

Source Code

https://github.com/yushulx/goBarcodeQrSDK

License Key

Get a free trial license from here.

Parameter Template Configuration

https://www.dynamsoft.com/barcode-reader/docs/core/parameters/structure-and-interfaces-of-parameters.html?ver=latest

Usage

To detect barcode and QR code from a local image, run the following command:

docker run -it --rm -v <image-folder>:/app yushulx/golang-barcode-qr-reader:latest reader /app/<image-file> <license-key> <template-file>

You need to put the image-file in the image-folder.

Docker Pull Command

docker pull yushulx/golang-barcode-qr-reader