Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Dynamsoft Barcode Reader (DBR) offers flexible parameters to meet the decoding requirements of different scenarios and requirements. Here you can learn how to choose the appropriate parameter configurations for your project.
DBR provides two parameter configuration methods: RuntimeSetting
and JSON template.
For more information, please refer to this article: How to set DBR parameters.
It is common that you may want to specify Barcode Format and Expected Barcode Counts for the scanning process.
For more information, please refer to: How to set the barcode format and the number of barcodes expected to be detected.
Understanding the general flow of the DBR algorithm can help you better choose the appropriate parameters for your project. The general processing process of DBR for images consists the below:
Region Of Interest (ROI) in an image usually refers to the characteristic area of the image that contains the barcode region that you care about. This step involves the following:
This part is to locate the barcode region in ROI. Main steps:
This step will identify and standardize the type of located Barcode Region, including the following steps:
This part includes the following steps:
DBR’s returned results include the decoding results and intermediate results.
For more information, please refer to this article: How to filter and sort decoding results and How to obtain and use intermediate results.
Learn how to set timeout for decoding and also specify a certain stage to terminate the DBR algorithm.
For more information, please refer to this article: How to control the Terminate Phase.
In addition to common configuration parameters, DBR also provides code-specific configuration parameters to meet the diverse user needs.
For more information, please refer to this article: Configure parameters for specific barcode formats.
latest version