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: introduction/index.md
+2-16Lines changed: 2 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Adjust the brightness and contrast of the output normalized image.
67
67
68
68
In order to cope with various scenarios, DDN provides a variety of image processing modes at each stage of the algorithm process to maintain great scalability.
69
69
70
-
For example, [`BinarizationModes`]({{site.parameters_reference }}image-parameter/binarization-modes.html) provides several image binarization methods and [`RegionPredetectionModes`]({{site.parameters_reference }}image-parameter/region-predetection-modes.html) provides different pre-detection methods to help locate the ROI.
70
+
For example, `BinarizationModes`provides several image binarization methods and `RegionPredetectionModes` provides different pre-detection methods to help locate the ROI.
71
71
72
72
These modes can be configured not only through API but also through a configuration template (as file, string, JSON etc.). Furthermore, the these modes can be customized according to customer scenarios to allow for a more smoother and more seamless performance in the customer's application.
73
73
@@ -102,7 +102,7 @@ In retail, DDN can help detect the price label boundaries in images. Additionall
102
102
103
103
## Mobile Document Capture with DCE
104
104
105
-
In real life, document capture is often done through mobile devices. In order to simplify the integration cost of camera control, camera preview, interactive editing functions, and more, we recommend that you use <ahref="https://www.dynamsoft.com/camera-enhancer/docs/introduction/"target="_blank">Dynamsoft Camera Enhancer(DCE) SDK</a> cooperates with DDN to complete mobile document capture. The DCE SDK provides three primary classes:
105
+
In real life, document capture is often done through mobile devices. In order to simplify the integration cost of camera control, camera preview, interactive editing functions, and more, we recommend that you use `Dynamsoft Camera Enhancer(DCE)` cooperates with DDN to complete mobile document capture. The DCE SDK provides three primary classes:
106
106
107
107
-**CameraEnhancer**: It provides basic camera control functions as well as advanced features such as video buffering, frame filtering and fast mode for fast camera module integration.
108
108
@@ -115,17 +115,3 @@ In real life, document capture is often done through mobile devices. In order to
115
115
<p>Figure 5 – DCECameraView and DCEImageEditorView</p>
116
116
</div>
117
117
118
-
If you are interested in the specific steps to integrate DDN with DCE, please refer to the following articles:
119
-
120
-
- <ahref="https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/android/user-guide.html"target="_blank">Getting Started with DDN Android SDK</a>
121
-
- <ahref="https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/ios/user-guide.html"target="_blank">Getting Started with DDN iOS SDK</a>
122
-
123
-
## Programming Languages
124
-
125
-
DDN is designed to be cross-platform. The core of DDN is written in C/C++ for performance. The library is wrapped for Java, Objective-C and other programming languages so that users can use DDN on iOS, Android, Windows, and Linux. Below is a list of supported OSes and corresponding programming languages:
0 commit comments