Skip to content

Commit 3ef9b43

Browse files
Fixing 404
1 parent 81f2120 commit 3ef9b43

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

programming-old/android/samples/index-v1.0.30.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /programming/android/samples/index-v1.0.30.html
1414

1515
| Sample Name | Description |
1616
| ----------- | ----------- |
17-
| [HelloWorld](helloworld.md) | The simplest video streaming document normalizer. |
17+
| [HelloWorld](helloworld.html) | The simplest video streaming document normalizer. |
1818

1919

2020
Before you start viewing the samples, the following concepts may help you understand how to get started with Dynamsoft Document Normalizer.
@@ -31,4 +31,4 @@ Most of the Dynamsoft Document Normalizer mobile samples are designed for video
3131
- Create a `Camera View` for displaying the video streaming and highlighting the real-time detected quadrilaterals.
3232
- Create an `Image Editor View` for quadrilateral boundary editing.
3333

34-
View the [API reference](../api-reference/camera-enhancer/index.md) for more details.
34+
View the [API reference]({{site.dce_android_api}}primary-api/camera-enhancer.html) for more details.

programming-old/ios/samples/index-v1.0.30.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /programming/ios/samples/index-v1.0.30.html
1414

1515
| Sample Name | Description |
1616
| ----------- | ----------- |
17-
| [HelloWorld](helloworld.md) | The simplest video streaming document normalizer. |
17+
| [HelloWorld](helloworld.html) | The simplest video streaming document normalizer. |
1818

1919
Before you start viewing the samples, the following concepts may help you understand how to get started with Dynamsoft Document Normalizer.
2020

@@ -30,4 +30,4 @@ Most of the Dynamsoft Document Normalizer mobile samples are designed for video
3030
- Create a `Camera View` for displaying the video streaming and highlighting the real-time detected quadrilaterals.
3131
- Create an `Image Editor View` for quadrilateral boundary editing.
3232

33-
View the [API reference](../api-reference/camera-enhancer/index.md) for more details.
33+
View the [API reference]({{site.dce_ios_api}}primary-api/camera-enhancer.html) for more details.

programming/android/api-reference/index-v2.0.20.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ permalink: /programming/android/api-reference/index-v2.0.20.html
143143

144144
### Interfaces
145145

146-
- [`CameraStateListener`]({{ site.dce_android_api }}auxiliary-api/protocol-dcecamerastatelistener.html)
147-
- [`PhotoListener`]({{ site.dce_android_api }}auxiliary-api/protocol-dcephotolistener.html)
148-
- [`VideoFrameListener`]({{ site.dce_android_api }}auxiliary-api/protocol-dceframelistener.html)
146+
- [`CameraStateListener`]({{ site.dce_android_api }}auxiliary-api/interface-dcecamerastatelistener.html)
147+
- [`PhotoListener`]({{ site.dce_android_api }}auxiliary-api/interface-dcephotolistener.html)
148+
- [`VideoFrameListener`]({{ site.dce_android_api }}auxiliary-api/interface-dceframelistener.html)
149149

150150
### Enumerations
151151

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ EnumGrayscaleTransformationMode[] grayscaleTransformationModes;
4949

5050
### grayscaleEnhancementModes
5151

52-
Defines the grayscale enhancement modes with an array of [`EnumGrayscaleEnhancementModes`]({{ site.dcv_enumerations }}core/grayscale-enhancement-modes.html?lang=android) items. This parameter can be quite powerful in increasing the border detection rate of your application should you experience any trouble in that area. To learn more about the `grayscaleEnhancementModes` and how they can be used, please visit the main [GrayscaleEnhancementModes]({{ site.dcv_parameters }}reference/image-parameter/grayscale-enhancement-modes.html) parameter page.
52+
Defines the grayscale enhancement modes with an array of [`EnumGrayscaleEnhancementModes`]({{ site.dcv_enumerations }}core/grayscale-enhancement-mode.html?lang=android) items. This parameter can be quite powerful in increasing the border detection rate of your application should you experience any trouble in that area. To learn more about the `grayscaleEnhancementModes` and how they can be used, please visit the main [GrayscaleEnhancementModes]({{ site.dcv_parameters }}reference/image-parameter/grayscale-enhancement-modes.html) parameter page.
5353

5454
```java
5555
EnumGrayscaleEnhancementMode[] grayscaleEnhancementModes;

programming/android/release-notes/android-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permalink: /programming/android/release-notes/android-2.html
1313

1414
## 2.2.11 (05/15/2024)
1515

16-
- Added new methods `toJson` & `fromJson` to the [`SimplifiedDocumentNormalizerSettings`]({{ site.dbr_android_api }}simplified-document-normalizer-settings.html) class.
16+
- Added new methods `toJson` & `fromJson` to the [`SimplifiedDocumentNormalizerSettings`]({{ site.ddn_android_api }}simplified-document-normalizer-settings.html) class.
1717

1818
## 2.2.10 (03/07/2024)
1919

@@ -67,7 +67,7 @@ permalink: /programming/android/release-notes/android-2.html
6767
- Added new methods to the [`PredetectedRegionsUnit`]({{ site.dcv_android_api }}core/intermediate-results/predetected-regions-unit.html) class to add, remove or set the predetected regions.
6868
- Added new methods to the [`LineSegmentsUnit`]({{ site.dcv_android_api }}core/intermediate-results/line-segments-unit.html) class to add, remove or set the line segments.
6969
- Added new methods to the [`TextZonesUnit`]({{ site.dcv_android_api }}core/intermediate-results/text-zones-unit.html) class to add, remove or set the text zones. Added a new class CTextZone to store the information of a single text zone.
70-
- Added a new method `setContours` to the [`ContourUnit`]({{ site.dcv_android_api }}core/intermediate-results/contour-unit.html) class.
70+
- Added a new method `setContours` to the [`ContourUnit`]({{ site.dcv_android_api }}core/intermediate-results/contours-unit.html) class.
7171
- Added new methods to the [`TextureDetectionResultUnit`]({{ site.dcv_android_api }}core/intermediate-results/texture-detection-result-unit.html) class to set the X & Y spacing.
7272
- Added a new intermediate result unit, [`ShortLinesUnit`]({{ site.dcv_android_api }}core/intermediate-results/short-lines-unit.html), to output the detected short lines. The corresponding enumeration member `IntermediateResultUnitTypeShortLines` is added to the [`IntermediateResultUnitType`]({{ site.dcv_enumerations }}core/intermediate-result-unit-type.html?lang=android).
7373
- Added the following methods to the [`CapturedResultItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html) class

programming/android/samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Most of the Dynamsoft Document Normalizer mobile samples are designed for video
3030
- Create a `Camera View` for displaying the video streaming and highlighting the real-time detected quadrilaterals.
3131
- Create an `Image Editor View` for quadrilateral boundary editing.
3232

33-
View the [API reference]({{site.dce_android }}primary-api/camera-enhancer.html) for more details.
33+
View the [API reference]({{site.dce_android_api }}primary-api/camera-enhancer.html) for more details.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var grayscaleTransformationModes: [NSNumber]? { get set }
6161

6262
### grayscaleEnhancementModes
6363

64-
Defines the grayscale enhancement modes with an array of [`DSGrayscaleEnhancementModes`]({{ site.dcv_enumerations }}core/grayscale-enhancement-modes.html?lang=objc,swift) items. This parameter can be quite powerful in increasing the border detection rate of your application should you experience any trouble in that area. To learn more about the `grayscaleEnhancementModes` and how they can be used, please visit the main [GrayscaleEnhancementModes]({{ site.dcv_parameters }}reference/image-parameter/grayscale-enhancement-modes.html) parameter page.
64+
Defines the grayscale enhancement modes with an array of [`DSGrayscaleEnhancementModes`]({{ site.dcv_enumerations }}core/grayscale-enhancement-mode.html?lang=objc,swift) items. This parameter can be quite powerful in increasing the border detection rate of your application should you experience any trouble in that area. To learn more about the `grayscaleEnhancementModes` and how they can be used, please visit the main [GrayscaleEnhancementModes]({{ site.dcv_parameters }}reference/image-parameter/grayscale-enhancement-modes.html) parameter page.
6565

6666
<div class="sample-code-prefix"></div>
6767
>- Objective-C

programming/ios/release-notes/ios-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ permalink: /programming/ios/release-notes/ios-2.html
7575
- Added new methods to the [`DSPredetectedRegionsUnit`]({{ site.dcv_ios_api }}core/intermediate-results/predetected-regions-unit.html) class to add, remove or set the predetected regions.
7676
- Added new methods to the [`DSLineSegmentsUnit`]({{ site.dcv_ios_api }}core/intermediate-results/line-segments-unit.html) class to add, remove or set the line segments.
7777
- Added new methods to the [`DSTextZonesUnit`]({{ site.dcv_ios_api }}core/intermediate-results/text-zones-unit.html) class to add, remove or set the text zones. Added a new class CTextZone to store the information of a single text zone.
78-
- Added a new method `setContours` to the [`DSContourUnit`]({{ site.dcv_ios_api }}core/intermediate-results/contour-unit.html) class.
78+
- Added a new method `setContours` to the [`DSContourUnit`]({{ site.dcv_ios_api }}core/intermediate-results/contours-unit.html) class.
7979
- Added new methods to the [`DSTextureDetectionResultUnit`]({{ site.dcv_ios_api }}core/intermediate-results/texture-detection-result-unit.html) class to set the X & Y spacing.
8080
- Added a new intermediate result unit, [`DSShortLinesUnit`]({{ site.dcv_ios_api }}core/intermediate-results/short-lines-unit.html), to output the detected short lines. The corresponding enumeration member `DSIntermediateResultUnitTypeShortLines` is added to the [`DSIntermediateResultUnitType`]({{ site.dcv_enumerations }}core/intermediate-result-unit-type.html?lang=objc,swift).
8181
- Added the following methods to the [`DSCapturedResultItem`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html) class

programming/ios/samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Most of the Dynamsoft Document Normalizer mobile samples are designed for video
3030
- Create a `Camera View` for displaying the video streaming and highlighting the real-time detected quadrilaterals.
3131
- Create an `Image Editor View` for quadrilateral boundary editing.
3232

33-
View the [API reference]({{site.dce_ios}}primary-api/camera-enhancer.html) for more details.
33+
View the [API reference]({{site.dce_ios_api}}primary-api/camera-enhancer.html) for more details.

0 commit comments

Comments
 (0)