Metadata-Version: 2.1
Name: dbr
Version: 8.2
Summary: Dynamsoft Barcode Reader Python project
Home-page: https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi
Author: Dynamsoft
Author-email: support@dynamsoft.com
License: https://www.dynamsoft.com/CustomerPortal/Portal/Triallicense.aspx?product=dbr&utm_source=pypi
Keywords: barcode DataMatrix QRCode 1D PDF417 MaxiCode Aztec
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development
Requires-Dist: numpy

Welcome to Dynamsoft Barcode Reader - Python Edition
====================================================
|version| |python| |pypi|

.. |version| image:: https://img.shields.io/pypi/v/dbr?color=orange
.. |python| image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue
.. |pypi| image:: https://img.shields.io/pypi/dm/dbr


.. [![Current version number](https://img.shields.io/pypi/v/dbr?color=orange)](https://pypi.org/project/dbr/)
.. [![Supported Python versions](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue)](https://www.python.org/downloads/)
.. [![PyPI downloads](https://img.shields.io/pypi/dm/dbr)](https://pypistats.org/packages/dbr)

Dynamsoft's Barcode Reader SDK <https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi>
enables you to efficiently embed barcode reading functionality in your
web, desktop or mobile application using just a few lines of code.
Saving you months of added development time and resources, our SDK can
create high-speed and reliable barcode scanner software applications to
meet your business needs.

Dynamsoft Barcode Reader - Python Edition
-----------------------------------------

Dynamsoft Barcode Reader's Python Edition comes with all the general
features of Dynamsoft Barcode Reader, bringing convenience for customers
who develop in Python. In addition, you could refer to the Python
samples available in our
Github <https://github.com/dynamsoft/python-barcode> 
when building your own application. If you have any inquiries about our
product, please contact us at <support@dynamsoft.com>.

Version
-------

-  8.2

Supported Platforms
-------------------

- Windows x64

- Linux(x64, ARM32, ARM64)

- macOS(10.15+)

Supported Python Versions
-------------------------

-  Python3.6

-  Python3.7

-  Python3.8

-  Python3.9

Installation
------------

   pip install dbr

License
-------

Apply for a trial license: https://www.dynamsoft.com/CustomerPortal/Portal/Triallicense.aspx?product=dbr&utm_source=pypi

Supported Symbologies
---------------------

-  Linear Barcodes (1D) :

   -  Code 39 *(including Code 39 Extended)*
   -  Code 93
   -  Code 128
   -  Codabar
   -  Interleaved 2 of 5
   -  EAN-8
   -  EAN-13
   -  UPC-A
   -  UPC-E
   -  Industrial 2 of 5
   -  MSI Code

-  2D Barcodes :

   -  QR Code *(including Micro QR Code)*
   -  Data Matrix
   -  PDF417 *(including Micro PDF417)*
   -  Aztec Code
   -  MaxiCode *(mode 2-5)*
   -  DotCode

-  Patch Code

-  GS1 Composite Code

-  GS1 DataBar :

   -  Omnidirectional
   -  Truncated
   -  Stacked
   -  Stacked Omnidirectional
   -  Limited
   -  Expanded
   -  Expanded Stacked

-  Postal Codes :

   -  USPS Intelligent Mail
   -  Postnet
   -  Planet
   -  Australian Post
   -  UK Royal Mail

Release Notes
-------------

https://www.dynamsoft.com/Products/Dynamic-Barcode-Reader-News.aspx?utm_source=pypi

Interfaces
----------

Please refer to our documentation site <https://www.dynamsoft.com/barcode-reader/programming/python/api-reference/?utm_source=pypi>

Appendix
--------

Please refer to our documentation site <https://www.dynamsoft.com/barcode-reader/programming/python/user-guide.html?utm_source=pypi>.

Contact Us
----------

<support@dynamsoft.com>


