Skip to content

Commit c95498b

Browse files
Update document-normalizer-index.md
fix broken links
1 parent 1d8b7c4 commit c95498b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

programming/android/api-reference/document-normalizer-index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ class com.dynamsoft.ddn.DocumentNormalizer
5151
| Method | Description |
5252
|----------------------|-------------|
5353
| [`detectQuad(buffer)`](document-normalizer-normalizing.md#detectquadbuffer) | Detect quad from the memory buffer containing image pixels in defined format. |
54-
| [`detectQuad(file)`](document-normalizer-normalizing#detectquadfile) | Detect quad from an image file. |
55-
| [`detectQuad(bitmap)`](document-normalizer-normalizing#detectquadbitmap) | Detect quad from a bufferd image(bitmap). |
56-
| [`normalize(buffer)`](document-normalizer-normalizing#normalizebuffer) | Normalize image from the memory buffer containing image pixels in defined format. |
57-
| [`normalize(file)`](document-normalizer-normalizing#normalizefile) | Normalize an image file. |
58-
| [`normalize(bitmap)`](document-normalizer-normalizing#normalizebitmap) | Normalize a buffered image(bitmap). |
54+
| [`detectQuad(file)`](document-normalizer-normalizing.md#detectquadfile) | Detect quad from an image file. |
55+
| [`detectQuad(bitmap)`](document-normalizer-normalizing.md#detectquadbitmap) | Detect quad from a bufferd image(bitmap). |
56+
| [`normalize(buffer)`](document-normalizer-normalizing.md#normalizebuffer) | Normalize image from the memory buffer containing image pixels in defined format. |
57+
| [`normalize(file)`](document-normalizer-normalizing.md#normalizefile) | Normalize an image file. |
58+
| [`normalize(bitmap)`](document-normalizer-normalizing.md#normalizebitmap) | Normalize a buffered image(bitmap). |
5959

6060
## Runtime Settings Methods
6161

0 commit comments

Comments
 (0)