From e0049f1c12a7e7a3b590a24a992fec05ccd13daa Mon Sep 17 00:00:00 2001 From: Dynamsoft-Henry Date: Mon, 13 Nov 2023 11:14:50 +0800 Subject: [PATCH 1/2] Update product-highlight-3.0.0.md --- _includes/release-notes/product-highlight-3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From c45387249687c539cd77f07a7e048779b536c051 Mon Sep 17 00:00:00 2001 From: Dynamsoft-Henry Date: Mon, 13 Nov 2023 11:27:47 +0800 Subject: [PATCH 2/2] Update index.md --- introduction/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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