Skip to content

Commit 204c138

Browse files
Merge pull request #176 from dynamsoft-docs/preview
Preview
2 parents f7ee252 + c453872 commit 204c138

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_includes/release-notes/product-highlight-3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
`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.
2+
`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.
33

44
* `DynamsoftCaptureVision` architecture consists of:
55
* `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.

introduction/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ DLR powers your software development through the following aspects:
2222
With DLR, you can create customizable text detection and recognition software with enterprise-grade performance to meet your business needs.
2323

2424
Getting started with Dynamsoft Label Recognizer:
25-
- [JavaScript](https://www.dynamsoft.com/label-recognition/docs/web/programming/javascript/)
26-
- [Android](https://www.dynamsoft.com/label-recognition/docs/mobile/programming/android/) | [iOS](https://www.dynamsoft.com/label-recognition/docs/mobile/programming/objectivec-swift/)
27-
- [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/)
25+
26+
| Platform | Language |
27+
| -------- | -------- |
28+
| Web | [JavaScript]({{ site.js }}){:target="_blank"} |
29+
| Mobile | [Android]({{ site.android }}){:target="_blank"} / [iOS]({{ site.objectivec-swift }}){:target="_blank"} |
30+
| Server/Desktop | [Java]({{ site.java }}){:target="_blank"} / [.NET]({{ site.dotnet }}){:target="_blank"} / [C++]({{ site.cpp }}){:target="_blank"} |
2831

2932
## Key Features
3033

0 commit comments

Comments
 (0)