Dev Center
Table of contents

Features & Requirements

Features

Supported Symbologies:

  • 1D barcode: Code 39 (including Code 39 Extended), Code 128, Code 93, Codabar, Interleaved 2 of 5 (ITF), EAN-13, EAN-8, UPC-A, UPC-E, Industrial 2 of 5 (Code 2 of 5 Industry, Standard 2 of 5, Code 2 of 5), and MSI (Modified Plessey).
  • 2D barcode: PDF417, QR (including Micro QR Code and Model 1), DataMatrix, Aztec, MaxiCode, and DotCode.
  • GS1 Databar: Omnidirectional, Truncated, Stacked, Stacked Omnidirectional, Expanded, Expanded Stacked and Limited.
  • Patch Code
  • GS1 Composite Code
  • Postal Code: USPS Intelligent Mail, PostNet, Planet, Australian Post, UK Royal Mail (RM4SCC).

Supported Data Sources:

Blob, HTMLImageElement, HTMLVideoElement, and URL, etc.

Compact and Full Editions

Two editions - Compact and Full - are available. The Compact Edition includes basic features with smaller size allowing for faster download and compiling. The Full Edition includes full features but with a larger size.

The following table shows available features between the two editions:

Features Compact edition Full edition
wasm size1(gzip) 976 KB 1.3 MB
1D
QR
Micro QR -
PDF417
Micro PDF417 -
DataMatrix
Aztec -
MaxiCode -
Patch Code -
GS1 Composite Code -
GS1 DataBar -
DotCode -
Postal Code -
DPM -
getRuntimeSettings
updateRuntimeSettings
getIntermediateResults -
initRuntimeSettingsWithString -
outputSettingsToString -
recommended scenario2 Customer Facing Application Enterprise Solution

1 The wasm file size is of version 8.1.2. In other versions, the size may differ.

2 For the scenario where a user only needs to scan a barcode once, the Compact Edition is recommended as it downloads and compiles faster. For scenarios where a user needs to continuously scan many barcodes or where specific uncommon barcodes or advanced features are required, use the Full Edition by simply setting the following before you call loadWasm() or CreateInstance().

Dynamsoft.DBR.BarcodeReader._bUseFullFeature = true;

System Requirements

This library requires some advanced features supported by all modern mainstream browsers:

  • WebAssembly, Blob, URL/createObjectURL, Web Workers

    These four features are required for the library to work.

  • MediaDevices/getUserMedia

    This is only required for in-browser video streaming. If a browser does not support this API, “Single Frame Mode” will be used automatically. If the API exists but doesn’t work correctly, “Single Frame Mode” can be used as an alternative.

The following table is a list of supported browsers:

Browser Name Version
Chrome v57+ (v59+ on Android/iOS1)
Firefox v52+ (v55+ on Android/iOS1)
Edge2 v16+
Safari3 v11+

1 iOS 14.3+ is required for camera video streaming in Chrome and Firefox or Apps using webviews. 2 On Edge, due to strict Same-origin policy, you must host the library on the same domain as your webpage.
3 Safari 11.2.2 ~ 11.2.6 are not supported.

NOTE

Apart from the browsers, the operating systems running on the target devices may impose some limitations of their own that could restrict the use of the library. Browser compatibility ultimately depends on whether the browser on that particular operating system supports the features listed above.

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version(10.2.10)
  • Version 10.x
    • Version 10.0.21
    • Version 10.0.20
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.33
    • Version 9.6.32
    • Version 9.6.31
    • Version 9.6.30
    • Version 9.6.21
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.2
    • Version 9.6.1
    • Version 9.6.0
    • Version 9.3.1
    • Version 9.3.0
    • Version 9.2.13
    • Version 9.2.12
    • Version 9.2.11
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
  • Version 8.x
    • Version 8.8.7
    • Version 8.8.5
    • Version 8.8.3
    • Version 8.8.0
    • Version 8.6.3
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.5
    • Version 8.2.3
    • Version 8.2.1
    • Version 8.2.0
    • Version 8.1.3
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +