diff --git a/programming/cplusplus/api-reference/deskewed-image-result-item.md b/programming/cplusplus/api-reference/deskewed-image-result-item.md index ee2d492..625332f 100644 --- a/programming/cplusplus/api-reference/deskewed-image-result-item.md +++ b/programming/cplusplus/api-reference/deskewed-image-result-item.md @@ -27,9 +27,9 @@ class CDeskewedImageResultItem: CCapturedResultItem |--------|-------------| | [`GetImageData`](#getimagedata) | Gets the ImageData of current object. | | [`GetSourceDeskewQuad`](#getsourcedeskewquad)| Gets the quadrilateral used for deskewing the image. | -| [`GetCrossVerificationStatus`](getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. | -| [`SetCrossVerificationStatus`](setcrossverificationstatus)| Sets the status of current object. | -| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| [`GetCrossVerificationStatus`](#getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. | +| [`SetCrossVerificationStatus`](#setcrossverificationstatus)| Sets the status of current object. | +| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | ### GetImageData diff --git a/programming/cplusplus/api-reference/enhanced-image-result-item.md b/programming/cplusplus/api-reference/enhanced-image-result-item.md index 454ef82..613f4c8 100644 --- a/programming/cplusplus/api-reference/enhanced-image-result-item.md +++ b/programming/cplusplus/api-reference/enhanced-image-result-item.md @@ -26,7 +26,7 @@ class CEnhancedImageResultItem: CCapturedResultItem | Method | Description | |--------|-------------| | [`GetImageData`](#getimagedata) | Gets the ImageData of current object. | -| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | ### GetImageData diff --git a/programming/dotnet/api-reference/deskewed-image-result-item.md b/programming/dotnet/api-reference/deskewed-image-result-item.md index 0b5272a..8460601 100644 --- a/programming/dotnet/api-reference/deskewed-image-result-item.md +++ b/programming/dotnet/api-reference/deskewed-image-result-item.md @@ -26,8 +26,8 @@ class DeskewedImageResultItem : CapturedResultItem |--------|-------------| | [`GetImageData`](#getimagedata) | Gets the `ImageData` of current object. | | [`GetSourceDeskewQuad`](#getsourcedeskewquad)| Gets the quadrilateral used for deskewing the image. | -| [`GetCrossVerificationStatus`](getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. | -| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| [`GetCrossVerificationStatus`](#getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. | +| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | ### GetImageData diff --git a/programming/dotnet/api-reference/enhanced-image-result-item.md b/programming/dotnet/api-reference/enhanced-image-result-item.md index a955e5e..84ca15d 100644 --- a/programming/dotnet/api-reference/enhanced-image-result-item.md +++ b/programming/dotnet/api-reference/enhanced-image-result-item.md @@ -25,7 +25,7 @@ class EnhancedImageResultItem : CapturedResultItem | Method | Description | |--------|-------------| | [`GetImageData`](#getimagedata) | Gets the ImageData of current object. | -| [`GetOriginalToLocalMatrix`](getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | ### GetImageData diff --git a/programming/java/api-reference/candidate-quad-edges-unit.md b/programming/java/api-reference/candidate-quad-edges-unit.md index c7c96ae..4ba7e0f 100644 --- a/programming/java/api-reference/candidate-quad-edges-unit.md +++ b/programming/java/api-reference/candidate-quad-edges-unit.md @@ -61,7 +61,7 @@ Returns the `Edge` object got by the specific index. **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** @@ -105,7 +105,7 @@ public void removeCandidateQuadEdge(int index) throws DocumentNormalizerExceptio **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) ### addCandidateQuadEdge @@ -124,7 +124,7 @@ public void addCandidateQuadEdge(Edge edge, double[] matrixToOriginalImage) thro **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** @@ -149,7 +149,7 @@ public void setCandidateQuadEdge(int index, Edge edge, double[] matrixToOriginal **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** diff --git a/programming/java/api-reference/corners-unit.md b/programming/java/api-reference/corners-unit.md index 15b1f4f..e66cf57 100644 --- a/programming/java/api-reference/corners-unit.md +++ b/programming/java/api-reference/corners-unit.md @@ -62,7 +62,7 @@ Returns the `Corner` object got by the specific index. **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** @@ -94,7 +94,7 @@ public void removeAllCorners() throws DocumentNormalizerException **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) ### removeCorner @@ -110,7 +110,7 @@ public void removeCorner(int index) throws DocumentNormalizerException **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) ### addCorner @@ -129,7 +129,7 @@ public void addCorner(Corner corner, double[] matrixToOriginalImage) throws Docu **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** @@ -154,7 +154,7 @@ public void setCorner(int index, Corner corner, double[] matrixToOriginalImage) **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** diff --git a/programming/java/api-reference/deskewed-image-element.md b/programming/java/api-reference/deskewed-image-element.md index 207929b..c19e004 100644 --- a/programming/java/api-reference/deskewed-image-element.md +++ b/programming/java/api-reference/deskewed-image-element.md @@ -49,7 +49,7 @@ public void setImageData(ImageData imageData) throws DocumentNormalizerException **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** diff --git a/programming/java/api-reference/deskewed-image-unit.md b/programming/java/api-reference/deskewed-image-unit.md index e41c641..87ef38f 100644 --- a/programming/java/api-reference/deskewed-image-unit.md +++ b/programming/java/api-reference/deskewed-image-unit.md @@ -59,7 +59,7 @@ public void setDeskewedImage(DeskewedImageElement element, double[] matrixToOrig **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** diff --git a/programming/java/api-reference/detected-quad-element.md b/programming/java/api-reference/detected-quad-element.md index e024ec7..e4aac45 100644 --- a/programming/java/api-reference/detected-quad-element.md +++ b/programming/java/api-reference/detected-quad-element.md @@ -61,7 +61,7 @@ public void setLocation(Quadrilateral location) throws DocumentNormalizerExcepti **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** diff --git a/programming/java/api-reference/detected-quads-unit.md b/programming/java/api-reference/detected-quads-unit.md index db207f6..a042648 100644 --- a/programming/java/api-reference/detected-quads-unit.md +++ b/programming/java/api-reference/detected-quads-unit.md @@ -101,7 +101,7 @@ public void removeDetectedQuad(int index) throws DocumentNormalizerException **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) ### addDetectedQuad @@ -120,7 +120,7 @@ public void addDetectedQuad(DetectedQuadElement element, double[] matrixToOrigin **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** @@ -145,7 +145,7 @@ public void setDetectedQuad(int index, DetectedQuadElement element, double[] mat **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** diff --git a/programming/java/api-reference/enhanced-image-element.md b/programming/java/api-reference/enhanced-image-element.md index 61e6ff7..4edf82c 100644 --- a/programming/java/api-reference/enhanced-image-element.md +++ b/programming/java/api-reference/enhanced-image-element.md @@ -48,7 +48,7 @@ public void setImageData(ImageData imageData) throws DocumentNormalizerException **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** diff --git a/programming/java/api-reference/long-lines-unit.md b/programming/java/api-reference/long-lines-unit.md index 090a2b2..4180544 100644 --- a/programming/java/api-reference/long-lines-unit.md +++ b/programming/java/api-reference/long-lines-unit.md @@ -101,7 +101,7 @@ public void removeLongLine(int index) throws DocumentNormalizerException **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) ### addLongLine @@ -120,7 +120,7 @@ public void addLongLine(LineSegment line, double[] matrixToOriginalImage) throws **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) **See Also** @@ -145,4 +145,4 @@ public void setLongLine(int index, LineSegment line, double[] matrixToOriginalIm **Exceptions** -[`DocumentNormalizerException`](document-normalizer-exception.html) +[`DocumentNormalizerException`](document-normalizer-exception.md) diff --git a/programming/python/api-reference/deskewed-image-result-item.md b/programming/python/api-reference/deskewed-image-result-item.md index f490adc..b92330e 100644 --- a/programming/python/api-reference/deskewed-image-result-item.md +++ b/programming/python/api-reference/deskewed-image-result-item.md @@ -25,8 +25,8 @@ class DeskewedImageResultItem(CapturedResultItem): |--------|-------------| | [`get_image_data`](#get_image_data) | Gets the ImageData of current object. | | [`get_source_deskew_quad`](#get_source_deskew_quad)| Gets the quadrilateral used for deskewing the image. | -| [`get_cross_verification_status`](get_cross_verification_status)| Gets the status of current object as a verified deskewed image. | -| [`get_original_to_local_matrix`](get_original_to_local_matrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| [`get_cross_verification_status`](#get_cross_verification_status)| Gets the status of current object as a verified deskewed image. | +| [`get_original_to_local_matrix`](#get_original_to_local_matrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | ### get_image_data diff --git a/programming/python/api-reference/enhanced-image-result-item.md b/programming/python/api-reference/enhanced-image-result-item.md index 1588649..27eb424 100644 --- a/programming/python/api-reference/enhanced-image-result-item.md +++ b/programming/python/api-reference/enhanced-image-result-item.md @@ -24,7 +24,7 @@ class EnhancedImageResultItem(CapturedResultItem): | Method | Description | |--------|-------------| | [`get_image_data`](#get_image_data) | Gets the ImageData of current object. | -| [`get_original_to_local_matrix`](get_original_to_local_matrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| [`get_original_to_local_matrix`](#get_original_to_local_matrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | ### get_image_data