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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- main
#- preview
- preview

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ This class defines common functionality in the `DocumentNormalizer` module. At p

## Enums

* [EnumImageColourMode]({{ site.enums }}document-normalizer/image-colour-mode.html?lang=js)
* [EnumImageColourMode]({{ site.ddn_js_api }}enum-image-colour-mode.html?lang=js)
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Indicates whether the DetectedQuadResultItem has passed cross verification.

[Quadrilateral](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/quadrilateral.html)

[EnumCrossVerificationStatus]({{ site.enums }}core/cross-verification-status.html?lang=js)
[EnumCrossVerificationStatus]({{ site.dcv_js_api }}core/enum-cross-verification-status.html?lang=js)
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Indicates whether the NormalizedImageResultItem has passed cross verification.

**See Also**

[EnumCrossVerificationStatus]({{ site.enums }}core/cross-verification-status.html?lang=js)
[EnumCrossVerificationStatus]({{ site.dcv_js_api }}core/enum-cross-verification-status.html?lang=js)

## toCanvas

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ grayscaleEnhancementModes: Array<Core.EnumGrayscaleEnhancementMode>;

**See also**

* [EnumGrayscaleEnhancementMode]({{ site.enums }}core/grayscale-enhancement-mode.html?lang=js)
* [EnumGrayscaleEnhancementMode]({{ site.dcv_js_api }}core/enum-grayscale-enhancement-mode.html?lang=js)

## grayscaleTransformationModes

Expand All @@ -49,7 +49,7 @@ grayscaleTransformationModes: Array<Core.EnumGrayscaleTransformationMode>;

**See also**

* [EnumGrayscaleTransformationMode]({{ site.enums }}core/grayscale-transformation-mode.html?lang=js)
* [EnumGrayscaleTransformationMode]({{ site.dcv_js_api }}core/enum-grayscale-transformation-mode.html?lang=js)

## colourMode

Expand All @@ -61,7 +61,7 @@ colourMode: EnumImageColourMode;

**See also**

* [EnumImageColourMode]({{ site.enums }}document-normalizer/image-colour-mode.html?lang=js)
* [EnumImageColourMode]({{ site.ddn_js_api }}enum-image-colour-mode.html?lang=js)

## pageSize

Expand Down