Skip to main content

Dynamsoft Barcode Reader SDK for Python

Project description

version python pypi

What You Should Know About Dynamsoft Barcode Reader

trial

Dynamsoft Barcode Reader SDK 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.

About Python Barcode SDK

The Python Barcode SDK is a wrapper for Dynamsoft C++ Barcode SDK. It comes with all the general features of Dynamsoft Barcode Reader, bringing convenience for Python developers.

Notice: Package Renamed and Updated

dynamsoft_barcode_reader_bundle is the successor to the dbr package, starting from version 10. This new version introduces significant architectural improvements and a redesigned API to integrate with DynamsoftCaptureVision (DCV) architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft.

Version

  • 11.0.3000

Supported Platforms

  • Windows x64

  • Linux(x64, ARM64)

  • macOS (10.15+)

Supported Python Versions

  • Python3.13

  • Python3.12

  • Python3.11

  • Python3.10

  • Python3.9

  • Python3.8

Installation

pip install dynamsoft_barcode_reader_bundle

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

    • Code 11

  • 2D Barcodes :

    • QR Code (including Micro QR Code)

    • Data Matrix

    • PDF417 (including Micro PDF417)

    • Aztec Code

    • MaxiCode (mode 2-5)

    • DotCode

  • Patch Code

  • Pharmacode

  • 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

Quick Start

from dynamsoft_barcode_reader_bundle import *

# Apply for a trial license: https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=pypi
license_key = "Input your own license"
image = r"Please input your own image path"
LicenseManager.init_license(license_key)
cvr = CaptureVisionRouter()

try:

  capturedResult = cvr.capture(image,EnumPresetTemplate.PT_READ_BARCODES.value)

  items = capturedResult.get_items()

  for i in range(len(items)):
     barcode = items[i]
     print("Barcode Format : ")
     print(barcode.get_format_string())
     print("Barcode Text : ")
     print(barcode.get_text())
     print("-------------")
except Exception as e:
  print(e)

Sample Code

https://github.com/Dynamsoft/barcode-reader-python-samples

Documentation

Contact Us

support@dynamsoft.com

Download files

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

Source Distribution

dynamsoft_barcode_reader_bundle-11.0.3000.tar.gz (94.1 MB view details)

Uploaded Source

Built Distributions

dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.13Windows x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-macosx_12_0_universal2.whl (27.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ universal2 (ARM64, x86-64)

dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.12Windows x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-macosx_12_0_universal2.whl (27.7 MB view details)

Uploaded CPython 3.12macOS 12.0+ universal2 (ARM64, x86-64)

dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.11Windows x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-macosx_12_0_universal2.whl (27.7 MB view details)

Uploaded CPython 3.11macOS 12.0+ universal2 (ARM64, x86-64)

dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.10Windows x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-macosx_12_0_universal2.whl (27.7 MB view details)

Uploaded CPython 3.10macOS 12.0+ universal2 (ARM64, x86-64)

dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.9Windows x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-macosx_12_0_universal2.whl (27.7 MB view details)

Uploaded CPython 3.9macOS 12.0+ universal2 (ARM64, x86-64)

dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.8Windows x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-macosx_12_0_universal2.whl (27.7 MB view details)

Uploaded CPython 3.8macOS 12.0+ universal2 (ARM64, x86-64)

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000.tar.gz.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000.tar.gz
Algorithm Hash digest
SHA256 6f58d3692cb40254f766ab397c4582a4cdeedf45baa5dcfe9d3c11134a50def6
MD5 d3c1a4e77bfae421e878d3dbd612f6e0
BLAKE2b-256 f7d604834ff3bf44331e4b4261ffa61723e1c6fcdc64d197654a21d06d8cbf36

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b693248f176f0493c73c5ffd5d2a33da12792eb6bca79510c9bf7e3e29370749
MD5 4b7dce4923831be6c52e46b40be2d8cc
BLAKE2b-256 5f47f81a34afbc5e361bc03654453840b6b317d8a416e5256b6802add2edbe36

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0de6d60e31aa2dec78bb2f344f729c51968f31ffa0893c9f879d5f962a2acdba
MD5 3512fc61b8561f829a30af3bf65a770e
BLAKE2b-256 8c04d23473a38f6d36a2233a93e9dff0e6180048619937d560bc106ab6d532f3

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cec91d464dfda7120b3672c335c21a7906acf2e1a75742a27cfabd2f0524a1b
MD5 ce59e934a513ba943874e397e63f6dc7
BLAKE2b-256 a3f42eff123a7d88d2080a312fb653026745bc3bc6b589cfce936c3fcccee56b

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp313-cp313-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 9faf7ffe1a792d4776008bdc3a9b3d32c36876b6f5d0612810f2a2fbfbe55157
MD5 9377308f765d8a19dea7c9ac462c2a8d
BLAKE2b-256 d8f731f8703c9ddb2d443e8ef41ee5e34e971a207d1bda111a71f9c6aa2b63e4

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0076aa2c49c844ff5f40383818f08cd2f8a951ec8b579bdbc63dc4c35d1762d1
MD5 8b3896a376a789f740a5a41d28e666fa
BLAKE2b-256 5b58ec668d4c545bb2bd008619fb77f618146c48cdb2fd9ec429e01357416c53

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2716890e3eac3f08665f9dda5c804b41bd780b9562008a8ab2ab81b8218ee6ea
MD5 df2acd8f73d96e586d60a88caaa36f27
BLAKE2b-256 0a5863a1b60ea5a938ce788fe4e71f931418f9873e06009e9521809fdce91254

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f678ba9fdd7324a122f2e49b6cab0b31d43dcfb938cb405a86adf629c331f3b2
MD5 65d932df49203830c4d566d69b324b12
BLAKE2b-256 d8a40e25c0fb019f8bdc377b332393be6dd42f38c1cb00d679299b38c2283660

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp312-cp312-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 6bab825443365241808f6379f0d6f2db42d974a0856ff23a6a1ddf1f9512a7e2
MD5 42b7d1f227225995be25db2a8f9e000c
BLAKE2b-256 7d7f45e699d962376e13344dddfe5777f1622880276cbf1f0bd55a1056c3fa78

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3c04af4f6224b06211b4ce935f1f0192b50c7b1b07cc13af6bf8a618138cb007
MD5 0939cfb6938a657f25452669b1cfca77
BLAKE2b-256 48d34d7cf6c7c0186398f53c773216c773426afaa883c31ae1e7b71ae76e29d4

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe6d21d039fa04466639dd5a55d727d35e73b21acae569e1695e58d8f6ad6c5a
MD5 225b3538b9af398a68cca0ea4cdd39ee
BLAKE2b-256 ff77d3fa13a2edbf93693b33f5747169fe82c262bc7a658cfa462995dd7d8c61

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6bf9eeef6139e975628d5b258ce2baede16012be5f417dbcf245aa5e70704b7
MD5 646827ec5c178c6813bad1971c1c25e1
BLAKE2b-256 1bc947de03c941469eff3d7618dade224e6499a91efc2b865910d809db818e09

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 cd7bfa9b13c9d951b13e7a49f823aa89f980c32a7d0aa1ff23e881196d48e31d
MD5 20b946e4239079b3cfdf5e0a535d1bae
BLAKE2b-256 400516a00be1742b37bc510f056a730e0d187492552712e23ebd12fef2106d1b

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f115ece6bbb31ec46aeb88b156e6db2cfb46caea59a336ec769301c7d1211365
MD5 1fdfff33930c65bf374ba4a58bc3f729
BLAKE2b-256 6174b81912fe87cd2c7d478d7426d7e5a5a904d8e45ddbb90cd50ff7e45218ae

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9a6f808d218924a6f2c9600adb1f3f302d20598996371574739f41c1c4ccc1e
MD5 90f7d7eb1193506905b5b802213b9e33
BLAKE2b-256 4e9d42f9706af6ab97300b96911467c20e168d0e45e36eee5c072db753400f79

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44686a54007aeea34b610591701ea0a3fee3cbf55e4fd46886864897ed34dbaa
MD5 eb403bb3a787c0fbc7e28c899d23a633
BLAKE2b-256 f7572a0fd4cc0a3fe071358841492f885446faae8c0249d72389d77130ef4ab9

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 78a84ab497390597fc6d7bb5a495c910bac29909d0790f1d95c0d2878a568584
MD5 45d16c4ccf4de2dbbc45711e76419ab4
BLAKE2b-256 1e05df7acc67bd7d70a0aecfff2889417568084aa9ce1abb74360b51073dc2b4

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0161b7422df0f23a30a2d8c9d97bddfe16958c236b7ac4ec491dbf9b99f7fe13
MD5 ee171ec9727301897212c25edd68ecc1
BLAKE2b-256 64a5e55e3188b6941c62d66ad602ef34b858a9b1af9b8ad2f743f4c90c70cde5

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 397c55553e1a139a0c4b75e1bc5181c98d8fbb8eeec09cc62fc4b4f0e1c9b59a
MD5 eecc254fc0467f8788bb66b62631b6c1
BLAKE2b-256 a7abb7ea0932347e996f643bb50692733c8e63897da2dd08847879925f0d69ed

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80062f5aa9be162c884a77b0713e8dacbc4c9b0234a4d711ae41a9619cdfc18a
MD5 4eb8d1bed4960a990940492d4e78ac3d
BLAKE2b-256 29c490e4a3d8455b13eaf00f773f46948050aba49bd2859650f45c30763e1c98

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp39-cp39-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 390503232a80b18cc6fd69dca1be1bca8505b592e0f3aaace2ff7275cc343b70
MD5 273d201bd9c326afb6a4a0410a90b8b5
BLAKE2b-256 6b2e2225a9f2f1c59e250111871d797fee88c3482f9b71918963a019ba68f206

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b3377e3f7ae4718d54deed7a3961f495b4aabfdaabe09dea684a629895fd21ec
MD5 86662426283f3c22e4591f3446f0ffc0
BLAKE2b-256 ad3071ae26bc91cb59b1ecfe5c103a74322c33fdb1ab7ebe470c068fc5f83775

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec17fb328475ba28d2e535daafb9ba9e9c4b9652a53987512d0fe531ede50ac0
MD5 e6c2188688ef1cdb0228af800f5bd439
BLAKE2b-256 221fd1bd6da119e9deca4ca6e40a089167017db6f1a8c5944a848d521d12dd93

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f80ae71cee346b49b2e3788c457a75eacb4ca7422053f926a56ca0ab38461cfd
MD5 fa5ed988da2512a6a32a112709d38d33
BLAKE2b-256 9cedea08d12160652e169dd12fd1b635cfe263af09dc2ccc8f3d219d02a2d48c

See more details on using hashes here.

File details

Details for the file dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for dynamsoft_barcode_reader_bundle-11.0.3000-cp38-cp38-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 5f8197a6d19fa527ba0a354487c1207e31c702d64e8177fff5a3f16392f087c1
MD5 6db65c72c34ef37ec8c4081563e8b293
BLAKE2b-256 91df5038fb8eb18c6fa5c243ea39e2eb561c5f17d81f324be565e234bb6e363a

See more details on using hashes here.

Supported by

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