Skip to content

Commit c92e00a

Browse files
update to internal commit b82b6222
1 parent 5bec635 commit c92e00a

8 files changed

+9
-9
lines changed
5.02 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: DetectedQuadResultItem - Dynamsoft Document Normalizer MAUI SDK API Reference
3+
title: DetectedQuadResultItem - Dynamsoft Capture Vision MAUI SDK API Reference
44
description: The class DetectedQuadResultItem of DCV MAUI represents a captured result item whose type is detected quads, which contains the location and confidence as a document boundary.
55
keywords: detected quads, MAUI
66
needGenerateH3Content: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: DetectedQuadsResult - Dynamsoft Document Normalizer MAUI SDK API Reference
3+
title: DetectedQuadsResult - Dynamsoft Capture Vision MAUI SDK API Reference
44
description: The class DetectedQuadsResult represents a captured result whose type is detected quads, which contains an array of DetectedQuadResultItems and the rotation transformation matrix of the original image relative to the rotated image.
55
keywords: detected quads result, java, kotlin
66
needGenerateH3Content: true

programming/maui/api-reference/document-normalizer-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: DocumentNormalizerModule - Dynamsoft Document Normalizer MAUI SDK API Reference
3+
title: DocumentNormalizerModule - Dynamsoft Capture Vision MAUI SDK API Reference
44
description: The class DocumentNormalizerModule provides general functions for document normalization sdk.
55
keywords: general functions, java, kotlin
66
needGenerateH3Content: true

programming/maui/api-reference/normalized-image-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: NormalizedImageResultItem - Dynamsoft Document Normalizer MAUI SDK API Reference
3+
title: NormalizedImageResultItem - Dynamsoft Capture Vision MAUI SDK API Reference
44
description: The class NormalizedImageResultItem represents a captured result item whose type is a normalized image. It stores the normalized image information.
55
keywords: normalized image result item, java, kotlin
66
needGenerateH3Content: true

programming/maui/api-reference/normalized-images-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: NormalizedImagesResult - Dynamsoft Document Normalizer MAUI SDK API Reference
3+
title: NormalizedImagesResult - Dynamsoft Capture Vision MAUI SDK API Reference
44
description: The class NormalizedImagesResult represents a collection of captured result items whose type are normalized images.
55
keywords: normalized images, java, kotlin
66
needGenerateH3Content: true

programming/maui/api-reference/simplified-document-normalizer-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
3-
title: SimplifiedDocumentNormalizerSettings - Dynamsoft Document Normalizer module MAUI Edition API Reference
4-
description: The class SimplifiedDocumentNormalizerSettings of Dynamsoft Document Normalizer module MAUI edition represents the simplified document normalizer settings.
3+
title: SimplifiedDocumentNormalizerSettings - Dynamsoft Capture Vision module MAUI Edition API Reference
4+
description: The class SimplifiedDocumentNormalizerSettings of Dynamsoft Capture Vision module MAUI edition represents the simplified document normalizer settings.
55
keywords: document normalizer settings, MAUI, java
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
@@ -10,7 +10,7 @@ noTitleIndex: true
1010

1111
# SimplifiedDocumentNormalizerSettings
1212

13-
The `SimplifiedDocumentNormalizerSettings` class represents a series of simple settings related to the Document Normalizer. Please note that this is not the full list of settings that can be utilized by the Document Normalizer, which you can find on the [Dynamsoft Document Normalizer Parameters]({{ site.parameters }}reference/index.html){:target="_blank"} page.
13+
The `SimplifiedDocumentNormalizerSettings` class represents a series of simple settings related to the Document Normalizer. Please note that this is not the full list of settings that can be utilized by the Document Normalizer, which you can find on the [DCV Parameters]({{ site.dcv_parameters_reference }}index.html) page.
1414

1515
## Definition
1616

programming/maui/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,5 +387,5 @@ You can get the similar source code of the SimpleDocumentScanner app from the fo
387387
## Licensing
388388

389389
- A one-day trial license is available by default for every new device to try Dynamsoft Capture Vision SDK.
390-
- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=cvs&package=mobile&utm_source=docs){:target="_blank"} link.
390+
- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dcv&package=mobile&utm_source=docs){:target="_blank"} link.
391391
- [Contact us](https://www.dynamsoft.com/company/contact/){:target="_blank"} to purchase a full license.

0 commit comments

Comments
 (0)