Dynamsoft / barcode-reader-python-samples

Samples for Dynamsoft Barcode Reader SDK Python Edition
Other
41 stars 21 forks source link

There is no Copy libDynamsoftBarcodeReader.so/libDynamsoftBarcodeReader.dylib in sdk or else where #6

Closed ajithvcoder closed 4 years ago

ajithvcoder commented 4 years ago

I want to use dbr along with python could you please give me instructions

yushulx commented 4 years ago

@ajithvallabai linux: https://github.com/dynamsoft-dbr/python-barcode/releases/download/v7.2.2/dbr-linux-7.2.2.tar.gz. mac: https://github.com/dynamsoft-dbr/python-barcode/releases/download/v7.2.2/dbr-mac-7.2.2.zip

yushulx commented 4 years ago

@ajithvallabai how to build: https://github.com/dynamsoft-dbr/python-barcode/blob/master/src/README.md

ajithvcoder commented 4 years ago

Thanks @yushulx