Skip to content

Commit bd003c3

Browse files
Merge pull request #45 from dynamsoft-docs/preview
update to internal commit bdcfa4c3
2 parents 2d7a876 + 9eea60b commit bd003c3

14 files changed

+29
-29
lines changed

programming/cplusplus/api-reference/deskewed-image-result-item.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class CDeskewedImageResultItem: CCapturedResultItem
2727
|--------|-------------|
2828
| [`GetImageData`](#getimagedata) | Gets the ImageData of current object. |
2929
| [`GetSourceDeskewQuad`](#getsourcedeskewquad)| Gets the quadrilateral used for deskewing the image. |
30-
| [`GetCrossVerificationStatus`](getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. |
31-
| [`SetCrossVerificationStatus`](setcrossverificationstatus)| Sets the status of current object. |
32-
| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
30+
| [`GetCrossVerificationStatus`](#getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. |
31+
| [`SetCrossVerificationStatus`](#setcrossverificationstatus)| Sets the status of current object. |
32+
| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
3333
3434
### GetImageData
3535

programming/cplusplus/api-reference/enhanced-image-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CEnhancedImageResultItem: CCapturedResultItem
2626
| Method | Description |
2727
|--------|-------------|
2828
| [`GetImageData`](#getimagedata) | Gets the ImageData of current object. |
29-
| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
29+
| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
3030
3131
### GetImageData
3232

programming/dotnet/api-reference/deskewed-image-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class DeskewedImageResultItem : CapturedResultItem
2626
|--------|-------------|
2727
| [`GetImageData`](#getimagedata) | Gets the `ImageData` of current object. |
2828
| [`GetSourceDeskewQuad`](#getsourcedeskewquad)| Gets the quadrilateral used for deskewing the image. |
29-
| [`GetCrossVerificationStatus`](getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. |
30-
| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
29+
| [`GetCrossVerificationStatus`](#getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. |
30+
| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
3131

3232
### GetImageData
3333

programming/dotnet/api-reference/enhanced-image-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class EnhancedImageResultItem : CapturedResultItem
2525
| Method | Description |
2626
|--------|-------------|
2727
| [`GetImageData`](#getimagedata) | Gets the ImageData of current object. |
28-
| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
28+
| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
2929

3030
### GetImageData
3131

programming/java/api-reference/candidate-quad-edges-unit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Returns the `Edge` object got by the specific index.
6161

6262
**Exceptions**
6363

64-
[`DocumentNormalizerException`](document-normalizer-exception.html)
64+
[`DocumentNormalizerException`](document-normalizer-exception.md)
6565

6666
**See Also**
6767

@@ -105,7 +105,7 @@ public void removeCandidateQuadEdge(int index) throws DocumentNormalizerExceptio
105105

106106
**Exceptions**
107107

108-
[`DocumentNormalizerException`](document-normalizer-exception.html)
108+
[`DocumentNormalizerException`](document-normalizer-exception.md)
109109

110110
### addCandidateQuadEdge
111111

@@ -124,7 +124,7 @@ public void addCandidateQuadEdge(Edge edge, double[] matrixToOriginalImage) thro
124124

125125
**Exceptions**
126126

127-
[`DocumentNormalizerException`](document-normalizer-exception.html)
127+
[`DocumentNormalizerException`](document-normalizer-exception.md)
128128

129129
**See Also**
130130

@@ -149,7 +149,7 @@ public void setCandidateQuadEdge(int index, Edge edge, double[] matrixToOriginal
149149

150150
**Exceptions**
151151

152-
[`DocumentNormalizerException`](document-normalizer-exception.html)
152+
[`DocumentNormalizerException`](document-normalizer-exception.md)
153153

154154
**See Also**
155155

programming/java/api-reference/corners-unit.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Returns the `Corner` object got by the specific index.
6262
6363
**Exceptions**
6464
65-
[`DocumentNormalizerException`](document-normalizer-exception.html)
65+
[`DocumentNormalizerException`](document-normalizer-exception.md)
6666
6767
**See Also**
6868
@@ -94,7 +94,7 @@ public void removeAllCorners() throws DocumentNormalizerException
9494

9595
**Exceptions**
9696

97-
[`DocumentNormalizerException`](document-normalizer-exception.html)
97+
[`DocumentNormalizerException`](document-normalizer-exception.md)
9898

9999
### removeCorner
100100

@@ -110,7 +110,7 @@ public void removeCorner(int index) throws DocumentNormalizerException
110110

111111
**Exceptions**
112112

113-
[`DocumentNormalizerException`](document-normalizer-exception.html)
113+
[`DocumentNormalizerException`](document-normalizer-exception.md)
114114

115115
### addCorner
116116

@@ -129,7 +129,7 @@ public void addCorner(Corner corner, double[] matrixToOriginalImage) throws Docu
129129

130130
**Exceptions**
131131

132-
[`DocumentNormalizerException`](document-normalizer-exception.html)
132+
[`DocumentNormalizerException`](document-normalizer-exception.md)
133133

134134
**See Also**
135135

@@ -154,7 +154,7 @@ public void setCorner(int index, Corner corner, double[] matrixToOriginalImage)
154154

155155
**Exceptions**
156156

157-
[`DocumentNormalizerException`](document-normalizer-exception.html)
157+
[`DocumentNormalizerException`](document-normalizer-exception.md)
158158

159159
**See Also**
160160

programming/java/api-reference/deskewed-image-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void setImageData(ImageData imageData) throws DocumentNormalizerException
4949

5050
**Exceptions**
5151

52-
[`DocumentNormalizerException`](document-normalizer-exception.html)
52+
[`DocumentNormalizerException`](document-normalizer-exception.md)
5353

5454
**See Also**
5555

programming/java/api-reference/deskewed-image-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void setDeskewedImage(DeskewedImageElement element, double[] matrixToOrig
5959

6060
**Exceptions**
6161

62-
[`DocumentNormalizerException`](document-normalizer-exception.html)
62+
[`DocumentNormalizerException`](document-normalizer-exception.md)
6363

6464
**See Also**
6565

programming/java/api-reference/detected-quad-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void setLocation(Quadrilateral location) throws DocumentNormalizerExcepti
6161

6262
**Exceptions**
6363

64-
[`DocumentNormalizerException`](document-normalizer-exception.html)
64+
[`DocumentNormalizerException`](document-normalizer-exception.md)
6565

6666
**See Also**
6767

programming/java/api-reference/detected-quads-unit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void removeDetectedQuad(int index) throws DocumentNormalizerException
101101

102102
**Exceptions**
103103

104-
[`DocumentNormalizerException`](document-normalizer-exception.html)
104+
[`DocumentNormalizerException`](document-normalizer-exception.md)
105105

106106
### addDetectedQuad
107107

@@ -120,7 +120,7 @@ public void addDetectedQuad(DetectedQuadElement element, double[] matrixToOrigin
120120

121121
**Exceptions**
122122

123-
[`DocumentNormalizerException`](document-normalizer-exception.html)
123+
[`DocumentNormalizerException`](document-normalizer-exception.md)
124124

125125
**See Also**
126126

@@ -145,7 +145,7 @@ public void setDetectedQuad(int index, DetectedQuadElement element, double[] mat
145145

146146
**Exceptions**
147147

148-
[`DocumentNormalizerException`](document-normalizer-exception.html)
148+
[`DocumentNormalizerException`](document-normalizer-exception.md)
149149

150150
**See Also**
151151

0 commit comments

Comments
 (0)