diff --git a/_includes/release-notes/product-highlight-3.0.0.md b/_includes/release-notes/product-highlight-3.0.0.md index ee6ff69..2c9db35 100644 --- a/_includes/release-notes/product-highlight-3.0.0.md +++ b/_includes/release-notes/product-highlight-3.0.0.md @@ -1,5 +1,5 @@ -`DynamsoftLabelRecognizer` SDK has been refactored to integrate with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually. +`DynamsoftLabelRecognizer` SDK has been revamped to integrate with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually. * `DynamsoftCaptureVision` architecture consists of: * `ImageSourceAdapter(ISA)`, the standard input interface for you to convert image data from different sources into the standard input image data. In addition, `ISA` incorporates an image buffer management system that allows instant access to the buffered image data. diff --git a/introduction/index.md b/introduction/index.md index 57fc25d..f5065dc 100644 --- a/introduction/index.md +++ b/introduction/index.md @@ -22,9 +22,12 @@ DLR powers your software development through the following aspects: With DLR, you can create customizable text detection and recognition software with enterprise-grade performance to meet your business needs. Getting started with Dynamsoft Label Recognizer: -- [JavaScript](https://www.dynamsoft.com/label-recognition/docs/web/programming/javascript/) -- [Android](https://www.dynamsoft.com/label-recognition/docs/mobile/programming/android/) | [iOS](https://www.dynamsoft.com/label-recognition/docs/mobile/programming/objectivec-swift/) -- [Java](https://www.dynamsoft.com/label-recognition/docs/server/programming/java/) | [.NET](https://www.dynamsoft.com/label-recognition/docs/server/programming/dotnet/) | [C++](https://www.dynamsoft.com/label-recognition/docs/server/programming/cplusplus/) + +| Platform | Language | +| -------- | -------- | +| Web | [JavaScript]({{ site.js }}){:target="_blank"} | +| Mobile | [Android]({{ site.android }}){:target="_blank"} / [iOS]({{ site.objectivec-swift }}){:target="_blank"} | +| Server/Desktop | [Java]({{ site.java }}){:target="_blank"} / [.NET]({{ site.dotnet }}){:target="_blank"} / [C++]({{ site.cpp }}){:target="_blank"} | ## Key Features