Skip to content

Commit 4512927

Browse files
update to internal commit 54b34273
1 parent 9fee817 commit 4512927

26 files changed

+9
-34
lines changed

architecture/image-processing/document-normalization-v2.6.1004.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: This article introduces Document Normalization Section in the Dynam
55
needAutoGenerateSidebar: true
66
needGenerateH3Content: true
77
noTitleIndex: true
8-
permalink: /architecture/image-processing/document-normalization.html
98
---
109

1110
The following diagram shows how sections connect to each other to form tasks:

architecture/image-processing/document-normalization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: This article introduces Document Normalization Section in the Dynam
55
needAutoGenerateSidebar: true
66
needGenerateH3Content: true
77
noTitleIndex: true
8-
permalink: /architecture/image-processing/document-normalization.html
98
---
109

1110
The following diagram shows how sections connect to each other to form tasks:

architecture/image-processing/index-v2.6.1004.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: This article introduces all image-processing tasks in the Dynamsoft
55
needAutoGenerateSidebar: true
66
needGenerateH3Content: true
77
noTitleIndex: false
8-
permalink: /architecture/image-processing/index.html
98
---
109

1110
# Image-Processing Tasks

architecture/image-processing/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: This article introduces all image-processing tasks in the Dynamsoft
55
needAutoGenerateSidebar: true
66
needGenerateH3Content: true
77
noTitleIndex: false
8-
permalink: /architecture/image-processing/index.html
98
---
109

1110
# Image-Processing Tasks

parameters/file/target-roi-definition/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ Defines the offset of the target region from the reference object. If there is n
127127

128128
| Parameter Name | Description |
129129
| -------------------------------- | ----------- |
130-
| [`ReferenceObjectOriginIndex`]({{site.dcvb_parameters_reference}}target-roi-def/offset/offset-parameter-details.html#referenceobjectoriginindex) | Defines which point of the reference object will be set as the origin of the coordinate system. |
131-
| [`ReferenceObjectType`]({{site.dcvb_parameters_reference}}target-roi-def/offset/offset-parameter-details.html#referenceobjecttype) | Defines which coordinate system to use when configuring offset parameters basd on the reference objects. |
132-
| [`ReferenceXAxis`]({{site.dcvb_parameters_reference}}target-roi-def/offset/reference-x-axis.html) | Defines the x-axis of the coordinate system to use when configuring offset parameters basd on the reference objects. |
133-
| [`ReferenceYAxis`]({{site.dcvb_parameters_reference}}target-roi-def/offset/reference-y-axis.html) | Defines the y-axis of the coordinate system to use when configuring offset parameters basd on the reference objects. |
134-
| [`MeasuredByPercentage`]({{site.dcvb_parameters_reference}}target-roi-def/offset/offset-parameter-details.html#measuredbypercentage) | Sets whether or not to use percentage to measure the points' coordinates. |
135-
| [`FirstPoint`]({{site.dcvb_parameters_reference}}target-roi-def/offset/offset-parameter-details.html#firstpoint) | The first point of the target region, which defines the offset from the origin. |
136-
| [`SecondPoint`]({{site.dcvb_parameters_reference}}target-roi-def/offset/offset-parameter-details.html#secondpoint) | The second point of the target region, which defines the offset from the origin. |
137-
| [`ThirdPoint`]({{site.dcvb_parameters_reference}}target-roi-def/offset/offset-parameter-details.html#thirdpoint) | The third point of the target region, which defines the offset from the origin. |
138-
| [`FourthPoint`]({{site.dcvb_parameters_reference}}target-roi-def/offset/offset-parameter-details.html#fourthpoint) | The fourth point of the target region, which defines the offset from the origin. |
130+
| [`ReferenceObjectOriginIndex`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/offset-parameter-details.html#referenceobjectoriginindex) | Defines which point of the reference object will be set as the origin of the coordinate system. |
131+
| [`ReferenceObjectType`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/offset-parameter-details.html#referenceobjecttype) | Defines which coordinate system to use when configuring offset parameters basd on the reference objects. |
132+
| [`ReferenceXAxis`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/reference-x-axis.html) | Defines the x-axis of the coordinate system to use when configuring offset parameters basd on the reference objects. |
133+
| [`ReferenceYAxis`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/reference-y-axis.html) | Defines the y-axis of the coordinate system to use when configuring offset parameters basd on the reference objects. |
134+
| [`MeasuredByPercentage`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/offset-parameter-details.html#measuredbypercentage) | Sets whether or not to use percentage to measure the points' coordinates. |
135+
| [`FirstPoint`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/offset-parameter-details.html#firstpoint) | The first point of the target region, which defines the offset from the origin. |
136+
| [`SecondPoint`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/offset-parameter-details.html#secondpoint) | The second point of the target region, which defines the offset from the origin. |
137+
| [`ThirdPoint`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/offset-parameter-details.html#thirdpoint) | The third point of the target region, which defines the offset from the origin. |
138+
| [`FourthPoint`]({{site.dcvb_parameters_reference}}target-roi-def/location/offset/offset-parameter-details.html#fourthpoint) | The fourth point of the target region, which defines the offset from the origin. |
139139

140140
## How to Configure Target/Reference Relationships
141141

parameters/file/task-settings/barcode-reader-task-settings-v2.6.1000.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Barcode Reader Task Setting - Dynamsoft Capture Vision Parameter File
44
description: Barcode Reader Task Setting object in the Dynamsoft Capture Vision Parameter File is an object for configuring and organizing the process of barcode reading task.
55
keywords: barcode reader,task, setting
66
needAutoGenerateSidebar: false
7-
permalink: /parameters/file/task-settings/barcode-reader-task-settings.html
87
---
98

109
# BarcodeReaderTaskSetting Object

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: Deblur modes
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9-
permalink: /parameters/reference/barcode-reader-task-settings/deblur-modes.html
109
---
1110

1211
# DeblurModes

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: Deblur modes
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9-
permalink: /parameters/reference/barcode-reader-task-settings/deblur-modes.html
109
---
1110

1211
# DeblurModes

parameters/reference/image-parameter/binarization-modes-v2.6.1004.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: BinarizationModes, parameter reference, parameter
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true
9-
permalink: /parameters/reference/image-parameter/binarization-modes.html
109
---
1110

1211

parameters/reference/image-parameter/binarization-modes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: BinarizationModes, parameter reference, parameter
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true
9-
permalink: /parameters/reference/image-parameter/binarization-modes.html
109
---
1110

1211

0 commit comments

Comments
 (0)