You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: barcode-reader/general/avoid-incorrect-results.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ description: How to filter results with the barcode result length?
6
6
needAutoGenerateSidebar: false
7
7
---
8
8
9
-
##How to filter results with the barcode result length?
9
+
# How to filter results with the barcode result length?
10
10
11
11
One way to filter results is to set the [minBarcodeTextLength](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=int%20minResultConfidence%3B-,int%20minBarcodeTextLength%3B,-char%20barcodeTextRegExPattern%5B) in [SimplifiedBarcodeReaderSettings](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=SimplifiedBarcodeReaderSettings-,SimplifiedBarcodeReaderSettings,-The%20SimplifiedBarcodeReaderSettings%20struct) of [SimplifiedCaptureVisionSettings](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/structs/simplified-capture-vision-settings.html?product=dbr&repoType=server) to the correct length that the barcode results should be. Say that the barcode results should at least be 10 characters long, and the results are sometimes coming out with just 6 or 7 characters. By setting the minBarcodeTextLength to 10, the SDK will ignore results that are shorter than 10 characters.
Copy file name to clipboardExpand all lines: barcode-reader/general/dbr-supports-pdf.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Can Barcode Reader SDK read PDF files? Do I need to pay for this fe
6
6
needAutoGenerateSidebar: false
7
7
---
8
8
9
-
##Can Barcode Reader SDK read PDF files? Do I need to pay for this feature?
9
+
# Can Barcode Reader SDK read PDF files? Do I need to pay for this feature?
10
10
11
11
Yes — **Dynamsoft Barcode Reader supports reading barcodes from PDF files** in most editions (see the official [Features](https://www.dynamsoft.com/barcode-reader/features/#Decode-Barcodes) page).
12
12
The **only exceptions** are the **JavaScript edition** and the **Mobile edition**, which currently do **not** support PDF decoding.
Copy file name to clipboardExpand all lines: barcode-reader/general/different-editions-of-dbr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ needAutoGenerateSidebar: false
7
7
breadcrumbText: FAQ
8
8
---
9
9
10
-
##Which edition of Barcode Reader should I use?
10
+
# Which edition of Barcode Reader should I use?
11
11
12
12
The edition of the SDK depends on the application environment/type, which is one of: a desktop app, native mobile app, web app (server-side), or web app (client-side).
Copy file name to clipboardExpand all lines: barcode-reader/general/scan-us-drivers-license.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: How to scan barcodes on US Driver's Licenses and extract the inform
6
6
needAutoGenerateSidebar: false
7
7
---
8
8
9
-
##How to scan barcodes on US Driver's Licenses and extract the information?
9
+
# How to scan barcodes on US Driver's Licenses and extract the information?
10
10
11
11
The SDK can indeed scan driver license barcodes and extract all the information that is encoded in the barcode. The best resources to reference in order to do this are the samples available:
Copy file name to clipboardExpand all lines: barcode-reader/general/supported-barcode-formats.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ description: What barcode types are supported by Dynamsoft Barcode Reader?
6
6
needAutoGenerateSidebar: false
7
7
---
8
8
9
-
##What barcode types are supported by Dynamsoft Barcode Reader?
9
+
# What barcode types are supported by Dynamsoft Barcode Reader?
10
10
11
11
The full list of supported barcode formats can be found [here](https://www.dynamsoft.com/barcode-reader/docs/core/introduction/?ver=latest#supported-barcode-formats).
Copy file name to clipboardExpand all lines: barcode-reader/mobile/debug/debug-mode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: How to use Debug Mode in Barcode Scanner X? - DBR Mobile FAQs.
6
6
needAutoGenerateSidebar: true
7
7
---
8
8
9
-
##How to use Debug Mode in Barcode Scanner X?
9
+
# How to use Debug Mode in Barcode Scanner X?
10
10
11
11
If you are experiencing app crashes in your own application or you’ve come across some barcode(s) that you can’t read and you have exhausted all of the other troubleshooting methods, Debug Mode of the [BarcodeScannerX](https://www.dynamsoft.com/barcode-reader/sdk-mobile/#appDemo) demo app can help offer one last effort to resolve these issues.
Copy file name to clipboardExpand all lines: barcode-reader/server/configuration/avoid-incorrect-results.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ description: How to filter incorrect results with the barcode result length?
6
6
needAutoGenerateSidebar: false
7
7
---
8
8
9
-
##How to filter incorrect results with the barcode result length?
9
+
# How to filter incorrect results with the barcode result length?
10
10
11
11
One way to avoid this is to set the [minBarcodeTextLength](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=int%20minResultConfidence%3B-,int%20minBarcodeTextLength%3B,-char%20barcodeTextRegExPattern%5B) in [SimplifiedBarcodeReaderSettings](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=SimplifiedBarcodeReaderSettings-,SimplifiedBarcodeReaderSettings,-The%20SimplifiedBarcodeReaderSettings%20struct) of [SimplifiedCaptureVisionSettings](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/structs/simplified-capture-vision-settings.html?product=dbr&repoType=server) to the correct length that the barcode results should be. Say that the barcode results should at least be 10 characters long, and the results are sometimes coming out with just 6 or 7 characters. By setting the minBarcodeTextLength to 10, the SDK will ignore results that are shorter than 10 characters.
Copy file name to clipboardExpand all lines: barcode-reader/server/configuration/custom-settings-template.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,24 @@ description: How to create custom settings template?
6
6
needAutoGenerateSidebar: false
7
7
---
8
8
9
-
##How to create custom settings template?
9
+
# How to create custom settings template?
10
10
11
-
One of the strengths of the Dynamsoft Barcode Reader is its wide range of customizable options that can optimize the performance of the SDK. Whether you are looking to prioritize read rate or speed, these settings can be used in many ways to match the targeted use case.
11
+
One of the strengths of the Dynamsoft Barcode Reader is its wide range of customizable options that can optimize the performance of the SDK. Whether your priority is read rate or speed, these settings can be tailored to suit various use cases.
12
12
13
-
If you are looking to create your own custom template of settings to use with the [InitSettingsFromFile](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/settings.html?product=dbr&repoType=server#initsettingsfromfile)methods, here are the steps:
13
+
If you are looking to create your own custom settings template for use with the [InitSettingsFromFile](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/settings.html?product=dbr&repoType=server#initsettingsfromfile)method, please follow these steps:
14
14
15
15
1. Visit the main [online demo](https://demo.dynamsoft.com/barcode-reader/).
16
16
17
-
2.Once on that page, you will find the settings menu on the left-hand side. Please note that you can access the full settings by clicking on _Advanced Settings_
17
+
2.On the left-hand side, locate the settings menu. Click on **Advanced Settings** to access the full range of options.
18
18
19
-
3.Edit the settings that you want
19
+
3.Modify the settings as needed.
20
20
21
-
4.Once you're ready to get the template, scroll down to the bottom of the settings menu to find the full settings as a _Struct_ or a _Template_. The struct is the more readable version of the template, but the actual JSON code will be under _Template_.
21
+
4.To obtain the template, scroll to the bottom of the settings menu where you can find the full settings presented as a **Struct** or a **Template**. The **Struct** offers a more readable format, while the actual JSON code is available under **Template**.
22
22
23
-
5. Copy the JSON code under _Template_and paste it into your own JSON file, or you can download the template JSON file straight from the demo.
23
+
5. Copy the JSON code from the **Template** section and paste it into your own JSON file, or download the template JSON file directly from the demo.
24
24
25
-
6. The template you downloaded is currently Barcode Reader version 9/version 10 template and the latest version is version 11. Use the [TemplateConverter Tool](https://www.dynamsoft.com/tools/template-upgrade/)to convert the template to Barcode Reader version 11 compatible template.
25
+
6. The downloaded template corresponds to the specific version of Dynamsoft Barcode Reader, specified in the title at top-left corner (e.g. "Ver. 11.4.20"). Please make sure to use the template with the same version. Otherwise, it may have conflicts issue.
26
26
27
-
And with that, you have your own template to use with the [InitSettingsFromFile](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/settings.html?product=dbr&repoType=server#initsettingsfromfile) method!
27
+
With these steps, you will have your own template ready for use with the [InitSettingsFromFile](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/settings.html?product=dbr&repoType=server#initsettingsfromfile) method!
28
+
29
+
For more information on using `InitSettingsFromFile` method, please refer to **User Guide** > **Explore Features** > **Advanced Features** > **Use SimplifiedCaptureVisionSettings or Templates**.
0 commit comments