Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The mode arguments of the deblur mode object are shown as follow:
</td>
</tr>
<tr>
<td><b>Range</b><br>Each element is the name of a `CaptureVisionModel` object.
<td><b>Range</b><br>Each element is the name of a `CaptureVisionModel` object.<br>Candidate values: "OneDDeblur", "EAN13Decoder", "Code128Decoder".
</td>
</tr>
<tr>
Expand All @@ -114,7 +114,7 @@ The mode arguments of the deblur mode object are shown as follow:
</td>
</tr>
<tr>
<td><b>Remarks</b><br>Introduced in version 11.2.1000.<br>
<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.
</td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
</tr>
</thead>
<tr>
<td rowspan = "4" style="vertical-align:text-top">Mode<br>(Required)</td>
<td rowspan = "3" style="vertical-align:text-top">Mode<br>(Required)</td>
<td><b>Description</b><br>Any one in Candidate Mode List as string
</td>
</tr>
Expand Down Expand Up @@ -190,7 +190,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
</td>
</tr>
<tr>
<td><b>Range</b><br>Each element is the name of a model.
<td><b>Range</b><br>Each element is the name of a model.<br>Candidate values: "OneDLocalization", "DataMatrixQRCodeLocalization".
</td>
</tr>
<tr>
Expand All @@ -202,7 +202,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
</td>
</tr>
<tr>
<td><b>Remarks</b><br>Introduced in version 11.2.1000.<br>
<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.
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
</td>
</tr>
<tr>
<td rowspan = "5" style="vertical-align:text-top">ModelNameArray<br>(Optional)</td>
<td rowspan = "6" style="vertical-align:text-top">ModelNameArray<br>(Optional)</td>
<td><b>Description</b><br>Sets the names of a text localization model.
</td>
</tr>
Expand All @@ -69,7 +69,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
</td>
</tr>
<tr>
<td><b>Range</b><br>Each element is the name of a model.
<td><b>Range</b><br>Each element is the name of a model. Candidate values: "MRZLocalization".
</td>
</tr>
<tr>
Expand All @@ -80,6 +80,10 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
<td><b>Valid For</b><br>LM_NEURAL_NETWORK.
</td>
</tr>
<tr>
<td><b>Remarks</b><br>When set to null, model "MRZLocalization" will be used by default.
</td>
</tr>
</table>

### Default Settings
Expand Down