Skip to content

Commit 1e565b7

Browse files
Merge pull request #729 from dynamsoft-docs/preview
updates for 10.2 and some fix
2 parents d0d64c1 + 810894a commit 1e565b7

15 files changed

+62
-14
lines changed

_data/product_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version_info_list_algorithm:
44
- value: latest version
55
- value: 10.x
66
child:
7+
- 10.0.20
78
- 10.0.10
89
- 10.0.0
910
- value: 9.x
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
* Introduced the capability for users to influence the image processing process by altering intermediate results. Users can now clone, edit, and substitute intermediate result units within the callback function of each type. Subsequent operations will then proceed based on the updated unit.
3+
* Introduced a feature for multi-condition filtering across products. Users can now specify filtering criteria for the task results of a `TargetROIDef` by implementing an `OutputTaskSetting` based on the task results of varying products from descendant `TargetROIDef` objects.
4+
* Enhanced the `Offset` parameter in `TargetROIDef`. Users now have the capability to meticulously customize components of the coordinate system, including the origin, X-axis, and Y-axis, for precise offset calculation.
5+

_includes/sidelist-parameter-reference-v10.0.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/code128-subset.html"
104104
class="otherLinkColour">Code128Subset</a></li>
105105
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html"
106-
class="otherLinkColour">EnableAddonCode</a></li>
106+
class="otherLinkColour">EnableAddOnCode</a></li>
107107
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html"
108108
class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
109109
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html"

_includes/sidelist-parameter-reference-v10.0.10.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/code128-subset.html"
120120
class="otherLinkColour">Code128Subset</a></li>
121121
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html"
122-
class="otherLinkColour">EnableAddonCode</a></li>
122+
class="otherLinkColour">EnableAddOnCode</a></li>
123123
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html"
124124
class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
125125
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html"

_includes/sidelist-parameter-reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/code128-subset.html"
122122
class="otherLinkColour">Code128Subset</a></li>
123123
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html"
124-
class="otherLinkColour">EnableAddonCode</a></li>
124+
class="otherLinkColour">EnableAddOnCode</a></li>
125125
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html"
126126
class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
127127
<li><a href="{{ site.dcv_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html"

assets/js/dbrCoreVersionSearch.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
[
2+
{
3+
"version": "10.2.0",
4+
"matchList": {
5+
"dcvRepoCore": [
6+
{
7+
"path": "/parameters/reference/capture-vision-template",
8+
"version": "2.2.0"
9+
},{
10+
"path": "/parameters/reference/target-roi-def",
11+
"version": "2.2.0"
12+
},{
13+
"path": "/parameters/reference/barcode-reader-task-settings",
14+
"version": "10.2.0"
15+
},{
16+
"path": "/parameters/reference/image-parameter",
17+
"version": "2.2.0"
18+
},{
19+
"path": "/parameters/reference/barcode-format-specification",
20+
"version": "10.2.0"
21+
},{
22+
"path": "/parameters/reference/image-source-options",
23+
"version": "3.2.0"
24+
},{
25+
"path": "/parameters/reference/global-parameter",
26+
"version": "2.2.0"
27+
}
28+
]
29+
}
30+
},
231
{
332
"version": "10.0.20",
433
"matchList": {
@@ -27,7 +56,8 @@
2756
}
2857
]
2958
}
30-
},{
59+
},
60+
{
3161
"version": "10.0.10",
3262
"matchList": {
3363
"dcvRepoCore": [

parameters/reference/index-v10.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ permalink: /parameters/reference/index-v10.0.0.html
7676
| [`BarcodeZoneBarCountRangeArray`]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-bar-count-range-array.html) | Defines the range of bar count of the barcode zone for barcodes searching. |
7777
| [`BarcodeZoneMinDistanceToImageBorders`]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-min-distance-to-image-borders.html) | Defines the minimum distance (in pixels) between the barcode zone and image borders. |
7878
| [`Code128Subset`]({{ site.dcv_parameters_reference }}barcode-format-specification/code128-subset.html) | Defines the subset of Code 128. |
79-
| [`EnableAddonCode`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html) | Defines whether to identify addon code. |
79+
| [`EnableAddOnCode`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html) | Defines whether to identify addon code. |
8080
| [`EnableDataMatrixECC000-140`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html) | Defines whether to read Data Matrix ECC000-140 barcode. |
8181
| [`EnableQRCodeModel1`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html) | Defines whether to read QR code model 1. |
8282
| [`FindUnevenModuleBarcode`]({{ site.dcv_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html) | Defines whether to find barcodes with uneven barcode modules. |

parameters/reference/index-v10.0.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ needAutoGenerateSidebar: false
8383
| [`BarcodeZoneBarCountRangeArray`]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-bar-count-range-array.html) | Defines the range of bar count of the barcode zone for barcodes searching. |
8484
| [`BarcodeZoneMinDistanceToImageBorders`]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-min-distance-to-image-borders.html) | Defines the minimum distance (in pixels) between the barcode zone and image borders. |
8585
| [`Code128Subset`]({{ site.dcv_parameters_reference }}barcode-format-specification/code128-subset.html) | Defines the subset of Code 128. |
86-
| [`EnableAddonCode`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html) | Defines whether to identify addon code. |
86+
| [`EnableAddOnCode`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html) | Defines whether to identify addon code. |
8787
| [`EnableDataMatrixECC000-140`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html) | Defines whether to read Data Matrix ECC000-140 barcode. |
8888
| [`EnableQRCodeModel1`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html) | Defines whether to read QR code model 1. |
8989
| [`FindUnevenModuleBarcode`]({{ site.dcv_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html) | Defines whether to find barcodes with uneven barcode modules. |

parameters/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ needAutoGenerateSidebar: false
8484
| [`BarcodeZoneBarCountRangeArray`]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-bar-count-range-array.html) | Defines the range of bar count of the barcode zone for barcodes searching. |
8585
| [`BarcodeZoneMinDistanceToImageBorders`]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-min-distance-to-image-borders.html) | Defines the minimum distance (in pixels) between the barcode zone and image borders. |
8686
| [`Code128Subset`]({{ site.dcv_parameters_reference }}barcode-format-specification/code128-subset.html) | Defines the subset of Code 128. |
87-
| [`EnableAddonCode`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html) | Defines whether to identify addon code. |
87+
| [`EnableAddOnCode`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html) | Defines whether to identify addon code. |
8888
| [`EnableDataMatrixECC000-140`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html) | Defines whether to read Data Matrix ECC000-140 barcode. |
8989
| [`EnableQRCodeModel1`]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html) | Defines whether to read QR code model 1. |
9090
| [`FindUnevenModuleBarcode`]({{ site.dcv_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html) | Defines whether to find barcodes with uneven barcode modules. |

parameters/scenario-settings/format-specification-v7.6.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you want to configure parameters for a certain barcode type, you can use the
4040

4141
- [MinQuietZoneWidth](#MinQuietZoneWidth)
4242

43-
Species the minimum width of the barcode quite zone
43+
Species the minimum width of the barcode quiet zone
4444

4545
- [ModuleSizeRangeArray](#ModuleSizeRangeArray)
4646

@@ -236,7 +236,7 @@ There should be enough white space on both sides of the standard barcode as a qu
236236

237237
![barcode-quietzone-definition][9]
238238

239-
Here is a sample image with a very narrow quite zone
239+
Here is a sample image with a very narrow quiet zone
240240

241241
![barcode-narrow-wide-quietzone][11]
242242

0 commit comments

Comments
 (0)