Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions programming/java/api-reference/candidate-quad-edges-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -105,7 +105,7 @@ public void removeCandidateQuadEdge(int index) throws DocumentNormalizerExceptio

**Exceptions**

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

### addCandidateQuadEdge

Expand All @@ -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**

Expand All @@ -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**

Expand Down
10 changes: 5 additions & 5 deletions programming/java/api-reference/corners-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -94,7 +94,7 @@ public void removeAllCorners() throws DocumentNormalizerException

**Exceptions**

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

### removeCorner

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

**Exceptions**

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

### addCorner

Expand All @@ -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**

Expand All @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion programming/java/api-reference/deskewed-image-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void setImageData(ImageData imageData) throws DocumentNormalizerException

**Exceptions**

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

**See Also**

Expand Down
2 changes: 1 addition & 1 deletion programming/java/api-reference/deskewed-image-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void setDeskewedImage(DeskewedImageElement element, double[] matrixToOrig

**Exceptions**

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

**See Also**

Expand Down
2 changes: 1 addition & 1 deletion programming/java/api-reference/detected-quad-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void setLocation(Quadrilateral location) throws DocumentNormalizerExcepti

**Exceptions**

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

**See Also**

Expand Down
6 changes: 3 additions & 3 deletions programming/java/api-reference/detected-quads-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void removeDetectedQuad(int index) throws DocumentNormalizerException

**Exceptions**

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

### addDetectedQuad

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

**Exceptions**

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

**See Also**

Expand All @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion programming/java/api-reference/enhanced-image-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void setImageData(ImageData imageData) throws DocumentNormalizerException

**Exceptions**

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

**See Also**

Expand Down
6 changes: 3 additions & 3 deletions programming/java/api-reference/long-lines-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void removeLongLine(int index) throws DocumentNormalizerException

**Exceptions**

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

### addLongLine

Expand All @@ -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**

Expand All @@ -145,4 +145,4 @@ public void setLongLine(int index, LineSegment line, double[] matrixToOriginalIm

**Exceptions**

[`DocumentNormalizerException`](document-normalizer-exception.html)
[`DocumentNormalizerException`](document-normalizer-exception.md)
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down