Skip to main content

Dynamsoft Barcode Reader Python project

Project description

Dynamsoft Barcode Reader

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
# 1D, PDF417, QRCODE, DataMatrix
formats = 0x3FF | 0x2000000 | 0x4000000 | 0x8000000
results = dbr.decodeFile(fileName, formats)

Sample Code

https://github.com/dynamsoft-dbr/python

Screenshot

webcam barcode reader with OpenCV Python

Contact

support@dynamsoft.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

dbr-6.2.0-cp36-cp36m-win_amd64.whl (2.4 MB view hashes)

Uploaded CPython 3.6m Windows x86-64

dbr-6.2.0-cp27-cp27m-win_amd64.whl (2.4 MB view hashes)

Uploaded CPython 2.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page