yushulx/golang-barcode-qr-reader
A barcode QR code reader implemented with Golang and Dynamsoft C++ Barcode Reader SDK.
https://github.com/yushulx/goBarcodeQrSDK
Get a free trial license from here.
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 yushulx/golang-barcode-qr-reader