Dynamsoft Barcode Reader Python project
Project description
Dynamsoft Barcode Reader for Windows
Dynamsoft Barcode Reader SDK enables you to efficiently embed barcode reading functionality in your web, desktop and mobile application using just a few lines of code. This can save you months of added development time and extra costs. With our SDK, you can create high-speed and reliable barcode scanner software to meet your business needs.
Supported Barcode Types
Code 39, Code 93, Code 128, Codabar, Interleaved 2 of 5, EAN-8, EAN-13, UPC-A, UPC-E, Industrial 2 of 5, QR code, Datamatrix and PDF417 .
How to Install and Use the SDK
Install Dynamsoft Barcode Reader:
pip install dbr
Invoke the API:
import dbr
formats = 0x3FF | 0x2000000 | 0x8000000 | 0x4000000 # 1D, QRCODE, PDF417, DataMatrix
results = dbr.decodeFile(fileName, formats, 'CUSTOM')
Sample Code
https://github.com/dynamsoft-dbr/python-barcode-windows
Screenshot
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbr-6.1.0-cp36-cp36m-win_amd64.whl.
File metadata
- Download URL: dbr-6.1.0-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5205c6b859ffaac5f49fbb2cbbe02178590abc7f57dff6d964a6bfd0470807e7
|
|
| MD5 |
09e027a0110fe66e51a7f357c9aaa0fc
|
|
| BLAKE2b-256 |
63506af434052333ab3655aa0d73b451a376d7d067e02e1ef3ed3a96cccb6c29
|
File details
Details for the file dbr-6.1.0-cp27-cp27m-win_amd64.whl.
File metadata
- Download URL: dbr-6.1.0-cp27-cp27m-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 2.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af4e51942ead8e00607fbc1053533b91e43f232367f534a0ec165a781086cf82
|
|
| MD5 |
a8b0ba5b8a3027b3c50d2efbf0eba6f1
|
|
| BLAKE2b-256 |
58e42045f078dfabc623ed53464ab89436e3714673d5bff7b2fa7d8095f35759
|