Skip to content

Commit

Permalink
Merge pull request #773 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit 7b16e817
  • Loading branch information
DMGithubPublisher authored Oct 16, 2024
2 parents 05268fe + d02326a commit 72fbeff
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 68 deletions.
50 changes: 0 additions & 50 deletions _layouts/home-page.html

This file was deleted.

31 changes: 18 additions & 13 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,26 @@ description: Dynamsoft Barcode Reader SDK Documentation Homepage

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

* [Web (Client Side)]({{ site.js }}){:target="_blank"}
<div class="editionList dbr"></div>

* Web (Client Side):
* ![Web Icon]({{site.assets}}img-icon/homepage/js.svg){:class="js"} [Web]({{ site.js }}){:target="_blank"}
* Mobile
* [Android]({{ site.android }}){:target="_blank"}
* [iOS]({{ site.oc }}){:target="_blank"}
* [MAUI]({{ site.maui }}){:target="_blank"}
* ![Android Icon]({{site.assets}}img-icon/homepage/Android.svg){:class="android"} [Android]({{ site.android }}){:target="_blank"}
* ![iOS Icon]({{site.assets}}img-icon/homepage/iOS.svg){:class="ios"} [iOS]({{ site.oc }}){:target="_blank"}
* ![MAUI Icon]({{site.assets}}img-icon/homepage/MAUI.svg){:class="maui"} [MAUI]({{ site.maui }}){:target="_blank"}
* Server / Desktop
* [Python]({{ site.python }}){:target="_blank"}
* [Java]({{ site.java }}){:target="_blank"}
* [.NET]({{ site.dotnet }}){:target="_blank"}
* [C++]({{ site.cpp }}){:target="_blank"}
* [C]({{ site.c }}){:target="_blank"}
* ![Python Icon]({{site.assets}}img-icon/homepage/Python.svg){:class="python"} [Python]({{ site.python }}){:target="_blank"}
* ![Java Icon]({{site.assets}}img-icon/homepage/java.svg){:class="java"} [Java]({{ site.java }}){:target="_blank"}
* ![.NET Icon]({{site.assets}}img-icon/homepage/dotnet.svg){:class="dotnet"} [.NET]({{ site.dotnet }}){:target="_blank"}
* ![C++ Icon]({{site.assets}}img-icon/homepage/cplusplus.svg){:class="cplusplus"} [C++]({{ site.cpp }}){:target="_blank"}
* ![C Icon]({{site.assets}}img-icon/homepage/c.svg){:class="c"} [C]({{ site.c }}){:target="_blank"}

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

* [Archived React Native Edition Documentation]({{ site.dcv_react_native }}){:target="_blank"}
* [Archived Flutter Edition Documentation]({{ site.dcv_flutter }}){:target="_blank"}
* [Archived Xamarin.Forms Edition Documentation]({{ site.dcv_xamarin }}){:target="_blank"}
* [Archived Cordova Edition Documentation]({{ site.dcv_cordova }}){:target="_blank"}
<div class="archivedEditionList"></div>

* ![React Native Icon]({{site.assets}}img-icon/homepage/React Native.svg){:class="react"} [React Native]({{ site.dcv_react_native }}){:target="_blank"}
* ![Flutter Icon]({{site.assets}}img-icon/homepage/Flutter.svg){:class="flutter"} [Flutter]({{ site.dcv_flutter }}){:target="_blank"}
* ![Xamarin.Forms Icon]({{site.assets}}img-icon/homepage/Xamarin Forms.svg){:class="xamarin"} [Xamarin.Forms]({{ site.dcv_xamarin }}){:target="_blank"}
* ![Cordova Icon]({{site.assets}}img-icon/homepage/Cordova.svg){:class="cordova"} [Cordova]({{ site.dcv_cordova }}){:target="_blank"}
1 change: 0 additions & 1 deletion license-activation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func onLicenseVerified(_ isSuccess: Bool, error: Error?) {
```
>
```python
error_code = 0
error_code, error_msg = LicenseManager.init_license("--Enter Your License Key Here--")
if error_code != EnumErrorCode.EC_OK.value and error_code != EnumErrorCode.EC_LICENSE_CACHE_USED.value:
print("License initialization error: " + error_msg)
Expand Down
2 changes: 1 addition & 1 deletion programming/features/barcode-scan-region-mobile-v9.6.42.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ If you need to specify more than one ROI, you have to use a JSON template. Furth

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.

> 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.
> Note: Dynamsoft Camera Enhancer (DCE) is designed to provide APIs for camera control, camera preview, and other advanced features.
<div class="sample-code-prefix template2"></div>
>- Android
Expand Down
2 changes: 1 addition & 1 deletion programming/features/barcode-scan-region-mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ noTitleIndex: true

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.

> 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.
> Note: Dynamsoft Camera Enhancer (DCE) is designed to provide APIs for camera control, camera preview, and other advanced features.
<div class="sample-code-prefix template2"></div>
>- Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ noTitleIndex: true

## Configurations on the Camera

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:
Firstly, to decode from video streaming, you have to create a camera module using the Dynamsoft Camera Enhancer. The camera module is responsible for:

- Capturing the video stream.
- Displaying the video stream on the UI.
Expand Down
2 changes: 1 addition & 1 deletion programming/features/read-video-streaming-mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ noTitleIndex: true

## Configurations on the Camera

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:
Firstly, to decode from video streaming, you have to create a camera module using the Dynamsoft Camera Enhancer. The camera module is responsible for:

- Capturing the video stream.
- Displaying the video stream on the UI.
Expand Down

0 comments on commit 72fbeff

Please sign in to comment.