Skip to content

Commit 9363b24

Browse files
update page description
1 parent 12e00de commit 9363b24

59 files changed

Lines changed: 59 additions & 59 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CCandidateQuadEdgesUnit Class
4-
description: This page shows CCandidateQuadEdgesUnit class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CCandidateQuadEdgesUnit class in Dynamsoft Document Normalizer C++ Edition, which represents an intermediate result unit containing candidate quad edges detected from a document image.
55
keywords: GetCount, GetCandidateQuadEdge, CCandidateQuadEdgesUnit, api reference
66
permalink: /programming/cplusplus/api-reference/candidate-quad-edges-unit.html
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CCornersUnit Class
4-
description: This page shows CCornersUnit class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CCornersUnit class in Dynamsoft Document Normalizer C++ Edition, which represents an intermediate result unit containing corners detected from a document image.
55
keywords: GetCount, GetCorner, CCornersUnit, api reference
66
permalink: /programming/cplusplus/api-reference/corners-unit.html
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDeskewedImageElement Class
4-
description: This page shows CDeskewedImageElement class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDeskewedImageElement class in Dynamsoft Document Normalizer C++ Edition, which represents a deskewed image element produced during document normalization.
55
keywords: GetImageData, CDeskewedImageElement, api reference
66
---
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDeskewedImageResultItem Class
4-
description: This page shows CDeskewedImageResultItem class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDeskewedImageResultItem class in Dynamsoft Document Normalizer C++ Edition, which represents a captured result item containing a deskewed document image.
55
keywords: GetImageData, SaveToFile, CDeskewedImageResultItem, api reference
66
---
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDeskewedImagesUnit Class
4-
description: This page shows CDeskewedImagesUnit class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDeskewedImagesUnit class in Dynamsoft Document Normalizer C++ Edition, which represents an intermediate result unit containing deskewed document images.
55
keywords: GetDeskewedImage, CDeskewedImagesUnit, api reference
66
permalink: /programming/cplusplus/api-reference/Deskewed-image-unit.html
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDetectedQuadElement Class
4-
description: This page shows CDetectedQuadElement class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDetectedQuadElement class in Dynamsoft Document Normalizer C++ Edition, which represents an intermediate result element containing a detected quadrilateral boundary of a document.
55
keywords: GetConfidenceAsDocumentBoundary, CDetectedQuadElement, api reference
66
---
77

programming/cplusplus/api-reference/detected-quad-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDetectedQuadResultItem Class
4-
description: This page shows CDetectedQuadResultItem class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDetectedQuadResultItem class in Dynamsoft Document Normalizer C++ Edition, which represents a captured result item containing a detected quadrilateral boundary.
55
keywords: GetLocation, GetConfidenceAsDocumentBoundary, GetRotationTransformMatrix, CDetectedQuadResultItem, api reference
66
---
77

programming/cplusplus/api-reference/detected-quads-result-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDetectedQuadsResultArray Class
4-
description: This page shows CDetectedQuadsResultArray class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDetectedQuadsResultArray class in Dynamsoft Document Normalizer C++ Edition, which provides an array of detected quadrilateral results.
55
keywords: GetCount, GetResult, CDetectedQuadsResultArray, api reference
66
permalink: /programming/cplusplus/api-reference/detected-quads-result-array.html
77
---

programming/cplusplus/api-reference/detected-quads-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDetectedQuadsResult Class
4-
description: This page shows CDetectedQuadsResult class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDetectedQuadsResult class in Dynamsoft Document Normalizer C++ Edition, which represents the collection of all detected quadrilateral results from a document detection task.
55
keywords: GetItemsCount, GetErrorCode, GetErrorString, GetItem, GetOriginalImageHashId, GetOriginalImageTag, CDetectedQuadsResult, api reference
66
permalink: /programming/cplusplus/api-reference/detected-quads-result.html
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDetectedQuadsUnit Class
4-
description: This page shows CDetectedQuadsUnit class definition of Dynamsoft Document Normalizer SDK C++ Edition.
4+
description: API reference for the CDetectedQuadsUnit class in Dynamsoft Document Normalizer C++ Edition, which represents an intermediate result unit containing detected quadrilateral boundaries.
55
keywords: GetCount, GetDetectedQuad, CDetectedQuadsUnit, api reference
66
permalink: /programming/cplusplus/api-reference/detected-quads-unit.html
77
---

0 commit comments

Comments
 (0)