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**
*String[]* | -| **Range**
Each member should be a name of `TargetROI` that defined in `TargetROIDefOptions`. | +| **Range**
Each member should be the name of a `TargetROIDef` object that is defined in `TargetROIDefOptions`. | | **Default Value**
null | ## AtomicResultTypeArray @@ -29,10 +29,11 @@ Filter the reference object by specifying the type of atomic results. In the `Ta ## ReferenceTaskNameArray -Filter the reference object by specifying the reference task name array. +Filter the reference object by specifying `TaskSetting` names. -| AtomicResultTypeArray Parameter Details | +| ReferenceTaskNameArray Parameter Details | | :------------------- | | **Type**
*String[]* | -| **Range**
Each member should be one of the task in the reference `TargetROIDef` object array. | +| **Range**
Each member should be the name of a `TaskSetting` object. | | **Default Value**
null | +| **Remarks**
`ReferenceTargetROIDefNameArray` must be specified and the task must be referenced in these `TargetROIDef` objects.|