diff --git a/parameters/file/auxiliary/capture-vision-model.md b/parameters/file/auxiliary/capture-vision-model.md index 6adaafa..2282cbf 100644 --- a/parameters/file/auxiliary/capture-vision-model.md +++ b/parameters/file/auxiliary/capture-vision-model.md @@ -16,17 +16,20 @@ A `CaptureVisionModel` object defines how the library find Convolutional Neural
Supported CaptureVisionModel files
+ ## Example ```json -{ - "Name": "NumberLetterCharRecognition", - "DirectoryPath": "D:\\CaptureVisionModel\\", - "MaxModelInstances": 1, - "ModelArgs": { - "CharSet": {} +"CaptureVisionModelOptions": [ + { + "Name": "NumberLetterCharRecognition", + "DirectoryPath": "D:\\CaptureVisionModel\\", + "MaxModelInstances": 1, + "ModelArgs": { + "CharSet": {} + } } -} +] ``` ## Available Parameters diff --git a/parameters/file/auxiliary/char-set.md b/parameters/file/auxiliary/char-set.md index 6bbf1a8..eb019d4 100644 --- a/parameters/file/auxiliary/char-set.md +++ b/parameters/file/auxiliary/char-set.md @@ -12,6 +12,17 @@ needGenerateH3Content: true Parameter `CharSet` is an object that defines specific configurations for character recognition. It allows for the inclusion of special characters and the exclusion of certain characters, providing more control over which characters are recognized or ignored during processing. +## JSON Structure + +**Location in template:** +``` +CaptureVisionModelOptions[i] + └── ModelArgs + └── CharSet +``` + +**Parent object:** [ModelArgs]({{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#modelargs) object + ## Example ```json diff --git a/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md b/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md index 497373d..5b47805 100644 --- a/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md +++ b/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md @@ -14,7 +14,7 @@ Filter the reference object by specifying `TargetROI` names. | ReferenceTargetROIDefNameArray Parameter Details | | :------------------- | | **Type**