Skip to content

Commit 72fbeff

Browse files
Merge pull request #773 from dynamsoft-docs/preview
update to internal commit 7b16e817
2 parents 05268fe + d02326a commit 72fbeff

File tree

7 files changed

+22
-68
lines changed

7 files changed

+22
-68
lines changed

_layouts/home-page.html

Lines changed: 0 additions & 50 deletions
This file was deleted.

index.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,26 @@ description: Dynamsoft Barcode Reader SDK Documentation Homepage
1010

1111
To explore the latest features and updates of `Dynamsoft Barcode Reader`, please refer to the documentation sections below.
1212

13-
* [Web (Client Side)]({{ site.js }}){:target="_blank"}
13+
<div class="editionList dbr"></div>
14+
15+
* Web (Client Side):
16+
* ![Web Icon]({{site.assets}}img-icon/homepage/js.svg){:class="js"} [Web]({{ site.js }}){:target="_blank"}
1417
* Mobile
15-
* [Android]({{ site.android }}){:target="_blank"}
16-
* [iOS]({{ site.oc }}){:target="_blank"}
17-
* [MAUI]({{ site.maui }}){:target="_blank"}
18+
* ![Android Icon]({{site.assets}}img-icon/homepage/Android.svg){:class="android"} [Android]({{ site.android }}){:target="_blank"}
19+
* ![iOS Icon]({{site.assets}}img-icon/homepage/iOS.svg){:class="ios"} [iOS]({{ site.oc }}){:target="_blank"}
20+
* ![MAUI Icon]({{site.assets}}img-icon/homepage/MAUI.svg){:class="maui"} [MAUI]({{ site.maui }}){:target="_blank"}
1821
* Server / Desktop
19-
* [Python]({{ site.python }}){:target="_blank"}
20-
* [Java]({{ site.java }}){:target="_blank"}
21-
* [.NET]({{ site.dotnet }}){:target="_blank"}
22-
* [C++]({{ site.cpp }}){:target="_blank"}
23-
* [C]({{ site.c }}){:target="_blank"}
22+
* ![Python Icon]({{site.assets}}img-icon/homepage/Python.svg){:class="python"} [Python]({{ site.python }}){:target="_blank"}
23+
* ![Java Icon]({{site.assets}}img-icon/homepage/java.svg){:class="java"} [Java]({{ site.java }}){:target="_blank"}
24+
* ![.NET Icon]({{site.assets}}img-icon/homepage/dotnet.svg){:class="dotnet"} [.NET]({{ site.dotnet }}){:target="_blank"}
25+
* ![C++ Icon]({{site.assets}}img-icon/homepage/cplusplus.svg){:class="cplusplus"} [C++]({{ site.cpp }}){:target="_blank"}
26+
* ![C Icon]({{site.assets}}img-icon/homepage/c.svg){:class="c"} [C]({{ site.c }}){:target="_blank"}
2427

2528
The documentation for editions `React Native`, `Flutter`, `Xamarin.Forms` and `Cordova` has been archived, but remains accessible through the following links:
2629

27-
* [Archived React Native Edition Documentation]({{ site.dcv_react_native }}){:target="_blank"}
28-
* [Archived Flutter Edition Documentation]({{ site.dcv_flutter }}){:target="_blank"}
29-
* [Archived Xamarin.Forms Edition Documentation]({{ site.dcv_xamarin }}){:target="_blank"}
30-
* [Archived Cordova Edition Documentation]({{ site.dcv_cordova }}){:target="_blank"}
30+
<div class="archivedEditionList"></div>
31+
32+
* ![React Native Icon]({{site.assets}}img-icon/homepage/React Native.svg){:class="react"} [React Native]({{ site.dcv_react_native }}){:target="_blank"}
33+
* ![Flutter Icon]({{site.assets}}img-icon/homepage/Flutter.svg){:class="flutter"} [Flutter]({{ site.dcv_flutter }}){:target="_blank"}
34+
* ![Xamarin.Forms Icon]({{site.assets}}img-icon/homepage/Xamarin Forms.svg){:class="xamarin"} [Xamarin.Forms]({{ site.dcv_xamarin }}){:target="_blank"}
35+
* ![Cordova Icon]({{site.assets}}img-icon/homepage/Cordova.svg){:class="cordova"} [Cordova]({{ site.dcv_cordova }}){:target="_blank"}

license-activation/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ func onLicenseVerified(_ isSuccess: Bool, error: Error?) {
109109
```
110110
>
111111
```python
112-
error_code = 0
113112
error_code, error_msg = LicenseManager.init_license("--Enter Your License Key Here--")
114113
if error_code != EnumErrorCode.EC_OK.value and error_code != EnumErrorCode.EC_LICENSE_CACHE_USED.value:
115114
print("License initialization error: " + error_msg)

programming/features/barcode-scan-region-mobile-v9.6.42.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If you need to specify more than one ROI, you have to use a JSON template. Furth
137137

138138
If you are using DBR and DCE to read barcodes from a specific area of the video stream, you can simply define the scan area via DCE.
139139

140-
> Note: <a href="https://www.dynamsoft.com/camera-enhancer/docs/introduction/" target="_blank"> Dynamsoft Camera Enhancer (DCE) </a> is designed to provide APIs for camera control, camera preview, and other advanced features.
140+
> Note: Dynamsoft Camera Enhancer (DCE) is designed to provide APIs for camera control, camera preview, and other advanced features.
141141
142142
<div class="sample-code-prefix template2"></div>
143143
>- Android

programming/features/barcode-scan-region-mobile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ noTitleIndex: true
1414

1515
If you are using DBR and DCE to read barcodes from a specific area of the video stream, you can simply define the scan area via DCE.
1616

17-
> Note: <a href="https://www.dynamsoft.com/camera-enhancer/docs/introduction/" target="_blank"> Dynamsoft Camera Enhancer (DCE) </a> is designed to provide APIs for camera control, camera preview, and other advanced features.
17+
> Note: Dynamsoft Camera Enhancer (DCE) is designed to provide APIs for camera control, camera preview, and other advanced features.
1818
1919
<div class="sample-code-prefix template2"></div>
2020
>- Android

programming/features/read-video-streaming-mobile-v9.6.42.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ noTitleIndex: true
1212

1313
## Configurations on the Camera
1414

15-
Firstly, to decode from video streaming, you have to create a camera module using the [Dynamsoft Camera Enhancer](https://www.dynamsoft.com/camera-enhancer/docs/introduction/?ver=latest). The camera module is responsible for:
15+
Firstly, to decode from video streaming, you have to create a camera module using the Dynamsoft Camera Enhancer. The camera module is responsible for:
1616

1717
- Capturing the video stream.
1818
- Displaying the video stream on the UI.

programming/features/read-video-streaming-mobile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ noTitleIndex: true
1212

1313
## Configurations on the Camera
1414

15-
Firstly, to decode from video streaming, you have to create a camera module using the [Dynamsoft Camera Enhancer](https://www.dynamsoft.com/camera-enhancer/docs/introduction/?ver=latest). The camera module is responsible for:
15+
Firstly, to decode from video streaming, you have to create a camera module using the Dynamsoft Camera Enhancer. The camera module is responsible for:
1616

1717
- Capturing the video stream.
1818
- Displaying the video stream on the UI.

0 commit comments

Comments
 (0)