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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dcvb_js: /capture-vision/docs/web/programming/javascript/
dcvb_cpp: /capture-vision/docs/server/programming/cplusplus/
dcvb_dotnet: /capture-vision/docs/server/programming/dotnet/
dcvb_python: /capture-vision/docs/server/programming/python/
dcvb_java: /capture-vision/docs/server/programming/java/
dcvb_android: /capture-vision/docs/mobile/programming/android/
dcvb_ios: /capture-vision/docs/mobile/programming/ios/
dcvb_maui: /capture-vision/docs/mobile/programming/maui/
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ To explore the latest features and updates of `Dynamsoft Capture Vision`, please
* ![.NET Icon]({{site.assets}}img-icon/homepage/dotnet.svg){:class="dotnet"} [.NET]({{ site.dcvb_dotnet }}){:target="_blank"}
* ![C++ Icon]({{site.assets}}img-icon/homepage/cplusplus.svg){:class="cplusplus"} [C++]({{ site.dcvb_cpp }}){:target="_blank"}
* ![NodeJS Icon]({{site.assets}}img-icon/homepage/nodejs.svg){:class="nodejs"} [Node JS](https://github.com/Dynamsoft/capture-vision-nodejs-samples/){:target="_blank"}
* ![Java Icon]({{site.assets}}img-icon/homepage/java.svg){:class="java"} [Java]({{ site.dcvb_java }}){:target="_blank"}
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ The structure of the `MinQuietZoneWidth` is shown as follow:
**Remarks**

- The unit is a multiplier of the barcode module size. For example, if barcode module is 2px and MinQuietZoneWidth is 4, then the width of quiet zone is 8px.
- This parameter is valid only for OneD barcode formats.

10 changes: 0 additions & 10 deletions parameters/reference/capture-vision-model/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,3 @@ The maximum number of instances of the model.
| **Range**<br>[1,256] |
| **Default Value**<br>1 (4 for single character model) |


## ModelArgs

The maximum number of instances of the model.

| Parameter Summary |
| :------------------- |
| **Type**<br>*JSON object* |
| **Range**<br>[1,256] |
| **Default Value**<br>1 (4 for single character model) |