Skip to content

Commit 0979b06

Browse files
Merge pull request #101 from dynamsoft-docs/preview
update to internal commit 1da3a020
2 parents c5ac909 + 4d3c7c5 commit 0979b06

File tree

8 files changed

+97
-10
lines changed

8 files changed

+97
-10
lines changed

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,13 @@ plugins:
5353
- jekyll-readme-index
5454
- jekyll-seo-tag
5555

56+
defaults:
57+
- scope:
58+
path: ""
59+
values:
60+
noTitleIndex: true
61+
needAutoGenerateSidebar: true
62+
needGenerateH3Content: true
63+
5664
url: "https://www.dynamsoft.com" # sitemap root
5765

_includes/sidelist-parameters-organization.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@
440440
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html" class="otherLinkColour">EnableQRCodeModel1</a></li>
441441
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</a></li>
442442
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/head-module-ratio.html" class="otherLinkColour">HeadModuleRatio</a></li>
443+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/include-implied-ai01.html" class="otherLinkColour">IncludeImpliedAI01</a></li>
444+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/include-trailing-check-digit.html" class="otherLinkColour">IncludeTrailingCheckDigit</a></li>
443445
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html" class="otherLinkColour">MinQuietZoneWidth</a></li>
444446
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html" class="otherLinkColour">MinRatioOfBarcodeZoneWidthToHeight</a></li>
445447
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-result-confidence.html" class="otherLinkColour">MinResultConfidence</a></li>

parameters/file/auxiliary/barcode-format-specification.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ noTitleIndex: true
7171
}
7272
],
7373
"FindUnevenModuleBarcode" : 1,
74+
"IncludeTrailingCheckDigit": 1,
75+
"IncludeImpliedAI01": 0,
7476
"HeadModuleRatio" : "211412",
7577
"MinQuietZoneWidth" : 1,
7678
"MinRatioOfBarcodeZoneWidthToHeight" : 100,

parameters/file/target-roi-definition/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ The recognition tasks configured on the `TargetROIDef` object include barcode re
7171
The atomic result of each task type is the smallest output item, which can be a barcode, text line, table cell, detected quadrilateral, etc. `CapturedResult` represents a set of all captured atomic result items on an image. The following table lists the task types and corresponding atomic result item types.
7272

7373
| Task Type | Performed By | Atomic Result Type |
74-
| :------------------- | :----------- | :------------------- |
74+
| :------------------- | :----------- | :--------------------- |
7575
| Read Barcodes | Dynamsoft Barcode Reader SDK | BarcodeResultItem |
7676
| Recognize Text Lines | Dynamsoft Label Recognizer SDK | TextResultItem |
7777
| Detect Document Borders | Dynamsoft Document Normalizer SDK | DetectedQuadResultItem |
78-
| Normalize a Document | Dynamsoft Document Normalizer SDK | NormalizedImageResultItem |
78+
| Deskew a Document | Dynamsoft Document Normalizer SDK | DeskewedImageResultItem |
79+
| Enhance an Image | Dynamsoft Document Normalizer SDK | EnhancedImageResultItem |
7980

8081
If you want to learn more about the design details of recognition task settings, please refer to the following links:
8182

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: default-layout
3+
title: IncludeImpliedAI01 - Dynamsoft Barcode Reader Parameters
4+
description: The parameter IncludeImpliedAI01 of Dynamsoft Barcode Reader defines whether to prepend the implied "01" at the beginning of the result bytes/text.
5+
keywords: IncludeImpliedAI01, parameter reference, parameter
6+
---
7+
8+
# IncludeImpliedAI01
9+
10+
Parameter `IncludeImpliedAI01` defines whether to prepend the implied "01" at the beginning of the result bytes/text.
11+
12+
## Example
13+
14+
```json
15+
{
16+
"IncludeImpliedAI01": 1
17+
}
18+
```
19+
20+
## Parameter Summary
21+
22+
The structure of the `IncludeImpliedAI01` is shown as follow:
23+
24+
| IncludeImpliedAI01 Parameter Summary |
25+
| :--------------------------------- |
26+
| **Type**<br>*int* |
27+
| **Range**<br>[0, 1] |
28+
| **Default Value**<br>0 |
29+
30+
**Remarks**
31+
32+
- 0: exclude.
33+
- 1: include.
34+
- This parameter is valid only for GS1_DATABAR/GS1_COMPOSITE code formats.
35+
36+
**Availability**
37+
38+
Introduced in version 11.0.4000.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: default-layout
3+
title: IncludeTrailingCheckDigit - Dynamsoft Barcode Reader Parameters
4+
description: The parameter IncludeTrailingCheckDigit of Dynamsoft Barcode Reader defines whether to include the trailing check digit in the byte result.
5+
keywords: IncludeTrailingCheckDigit, parameter reference, parameter
6+
---
7+
8+
# IncludeTrailingCheckDigit
9+
10+
Parameter `IncludeTrailingCheckDigit` defines whether to include the trailing check digit in the byte result.
11+
12+
## Example
13+
14+
```json
15+
{
16+
"IncludeTrailingCheckDigit": 1
17+
}
18+
```
19+
20+
## Parameter Summary
21+
22+
The structure of the `IncludeTrailingCheckDigit` is shown as follow:
23+
24+
| IncludeTrailingCheckDigit Parameter Summary |
25+
| :--------------------------------- |
26+
| **Type**<br>*int* |
27+
| **Range**<br>[0, 1] |
28+
| **Default Value**<br>1 |
29+
30+
**Remarks**
31+
32+
- 0: exclude.
33+
- 1: include.
34+
- This parameter is valid only for Code 128.
35+
36+
**Availability**
37+
38+
Introduced in version 11.0.4000.

parameters/reference/barcode-format-specification/require-start-stop-chars.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: RequireStartStopChars - Dynamsoft Barcode Reader Parameters
4-
description: The parameter RequireStartStopChars of Dynamsoft Barcode Reader defines whether the start and stop characters are required when searching for common 1D barcodes.
4+
description: The parameter RequireStartStopChars of Dynamsoft Barcode Reader defines whether the start and/or stop characters are required when searching for common 1D barcodes.
55
keywords: RequireStartStopChars , parameter reference, parameter
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
@@ -11,7 +11,7 @@ permalink: /parameters/reference/barcode-format-specification/require-start-stop
1111

1212
# RequireStartStopChars
1313

14-
Parameter `RequireStartStopChars` defines whether the start and stop characters are required when searching for common 1D barcodes.
14+
Parameter `RequireStartStopChars` defines whether the start and/or stop characters are required when searching for common 1D barcodes.
1515

1616
## Example
1717

@@ -33,5 +33,7 @@ The structure of the`RequireStartStopChars` is shown as follow:
3333

3434
**Remarks**
3535

36-
- 0: start and stop characters are not required.
36+
- 0: start and/or stop characters are not required.
37+
>[!NOTE]
38+
> **Behavior changed in v11.0.4000**: In previous versions, this meant both start and stop characters were not required. Since v11.0.4000, it allows either or both to be missing.
3739
- 1: start and stop characters are required.

parameters/reference/image-source-options/file-filter.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ layout: default-layout
33
title: FileFilter - Dynamsoft Capture Vision Parameters
44
description: The parameter FileFilter of Dynamsoft Capture Vision defines .
55
keywords: File filter, ISA
6-
needAutoGenerateSidebar: true
7-
noTitleIndex: true
8-
needGenerateH3Content: true
9-
permalink: /parameters/reference/image-source-options/file-filter.html
106
---
117

128
# FileFilter
@@ -23,7 +19,7 @@ Parameter `FileFilter` specifies a file name filter string, which determines whi
2319

2420
## Parameter Summary
2521

26-
| ScaleDownThreshold Parameter Summary |
22+
| FileFilter Parameter Summary |
2723
| :----------------------------------- |
2824
| **Description**<br>A file name filter string |
2925
| **Type**<br>*String* |

0 commit comments

Comments
 (0)