Skip to content

Commit 7070890

Browse files
update to internal commit deb8a21e
1 parent 6ffdbd4 commit 7070890

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

parameters/reference/barcode-reader-task-settings/deblur-modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The mode arguments of the deblur mode object are shown as follow:
102102
</td>
103103
</tr>
104104
<tr>
105-
<td><b>Range</b><br>Each element is the name of a `CaptureVisionModel` object.
105+
<td><b>Range</b><br>Each element is the name of a `CaptureVisionModel` object.<br>Candidate values: "OneDDeblur", "EAN13Decoder", "Code128Decoder".
106106
</td>
107107
</tr>
108108
<tr>
@@ -114,7 +114,7 @@ The mode arguments of the deblur mode object are shown as follow:
114114
</td>
115115
</tr>
116116
<tr>
117-
<td><b>Remarks</b><br>Introduced in version 11.2.1000.<br>
117+
<td><b>Remarks</b><br>Introduced in version 11.2.1000.<br>When set to null, all "OneDDeblur", "EAN13Decoder", "Code128Decoder" models will be used by default.
118118
</td>
119119
</tr>
120120
<tr>

parameters/reference/barcode-reader-task-settings/localization-modes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
4242
</tr>
4343
</thead>
4444
<tr>
45-
<td rowspan = "4" style="vertical-align:text-top">Mode<br>(Required)</td>
45+
<td rowspan = "3" style="vertical-align:text-top">Mode<br>(Required)</td>
4646
<td><b>Description</b><br>Any one in Candidate Mode List as string
4747
</td>
4848
</tr>
@@ -190,7 +190,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
190190
</td>
191191
</tr>
192192
<tr>
193-
<td><b>Range</b><br>Each element is the name of a model.
193+
<td><b>Range</b><br>Each element is the name of a model.<br>Candidate values: "OneDLocalization", "DataMatrixQRCodeLocalization".
194194
</td>
195195
</tr>
196196
<tr>
@@ -202,7 +202,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
202202
</td>
203203
</tr>
204204
<tr>
205-
<td><b>Remarks</b><br>Introduced in version 11.2.1000.<br>
205+
<td><b>Remarks</b><br>Introduced in version 11.2.1000.<br>When set to null, both "OneDLocalization" and "DataMatrixQRCodeLocalization" models will be used by default.
206206
</td>
207207
</tr>
208208
</table>

parameters/reference/label-recognizer-task-settings/localization-modes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
6060
</td>
6161
</tr>
6262
<tr>
63-
<td rowspan = "5" style="vertical-align:text-top">ModelNameArray<br>(Optional)</td>
63+
<td rowspan = "6" style="vertical-align:text-top">ModelNameArray<br>(Optional)</td>
6464
<td><b>Description</b><br>Sets the names of a text localization model.
6565
</td>
6666
</tr>
@@ -69,7 +69,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
6969
</td>
7070
</tr>
7171
<tr>
72-
<td><b>Range</b><br>Each element is the name of a model.
72+
<td><b>Range</b><br>Each element is the name of a model. Candidate values: "MRZLocalization".
7373
</td>
7474
</tr>
7575
<tr>
@@ -80,6 +80,10 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
8080
<td><b>Valid For</b><br>LM_NEURAL_NETWORK.
8181
</td>
8282
</tr>
83+
<tr>
84+
<td><b>Remarks</b><br>When set to null, model "MRZLocalization" will be used by default.
85+
</td>
86+
</tr>
8387
</table>
8488

8589
### Default Settings

0 commit comments

Comments
 (0)