You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/android/api-reference/document-normalizer-index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,11 @@ class com.dynamsoft.ddn.DocumentNormalizer
51
51
| Method | Description |
52
52
|----------------------|-------------|
53
53
| [`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). |
0 commit comments