Skip to content

Commit 3808e5e

Browse files
update to internal commit 70335ded
1 parent 046bb12 commit 3808e5e

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

introduction/index.md

+3-26
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ needGenerateH3Content: true
77
noTitleIndex: true
88
---
99

10-
# Overview of Dynamsoft Label Recognizer
10+
# Introduction to Dynamsoft Label Recognizer
1111

1212
Dynamsoft Label Recognizer (DLR) is a data capture SDK designed to recognize meaningful zonal text or symbols in an image (or a 'Label' in this context). Some common scenarios where a component like DLR can prove handy include passport MRZ, ID cards, price tags in supermarkets, inventory labels in warehouses, VIN codes on car windshields, driver licenses, and more.
1313

@@ -21,14 +21,6 @@ DLR powers your software development through the following aspects:
2121

2222
With DLR, you can create customizable text detection and recognition software with enterprise-grade performance to meet your business needs.
2323

24-
Getting started with Dynamsoft Label Recognizer:
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"} |
31-
3224
## Key Features
3325

3426
### Reference Region
@@ -46,7 +38,7 @@ The position of a label (also called the text area) is specified by percentage c
4638
<p>Figure 1 – ROI definition</p>
4739
</div>
4840

49-
The left portion of Figure 1 above demonstrates how the position of the reference region can be determined by the barcode region. The barcode can be localized and recognized through [Dynamsoft Barcode Reader](https://www.dynamsoft.com/barcode-reader/overview/?urlsource=navigation). In addition, if there are multiple barcodes in an image, we can further determine the target barcode region by specifying the barcode format(s) and barcode text.
41+
The left portion of Figure 1 above demonstrates how the position of the reference region can be determined by the barcode region. The barcode can be localized and recognized through `Dynamsoft Barcode Reader`. In addition, if there are multiple barcodes in an image, we can further determine the target barcode region by specifying the barcode format(s) and barcode text.
5042

5143
On the right side, we demonstrate how the SDK is able to locate the reference region based on the background colour. In this case, DLR is told (via the API) that the background colour is red, and in turn it automatically determines the reference region through its algorithms.
5244

@@ -87,7 +79,7 @@ Finally, DLR will perform multiple iterations to correct the misrecognized chara
8779

8880
In order to cope with various scenarios, DLR provides a variety of processing modes at each stage of the algorithm process to maintain great scalability.
8981

90-
For example, [`BinarizationModes`](https://www.dynamsoft.com/label-recognition/programming/dotnet/api-reference/dlr-runtime-settings.html?ver=latest#binarizationmodes) provides several image binarization methods and [`RegionPredetectionModes`](https://www.dynamsoft.com/label-recognition/programming/dotnet/api-reference/dlr-further-modes.html?ver=latest#regionpredetectionmodes) provides different pre-detection methods to help locate the reference region.
82+
For example, `BinarizationModes` provides several image binarization methods and `RegionPredetectionModes` provides different pre-detection methods to help locate the reference region.
9183

9284
These modes can be configured not only through API but also through a configuration template (as file, string, JSON etc.). Furthermore, the implementation of these modes can be customized according to customer scenarios to seamlessly integrated with customer's project.
9385

@@ -128,18 +120,3 @@ With the help of DLR, companies can enable their customers to scan voucher codes
128120
### Checks in Banking
129121

130122
Accurate data capture helps to simplify banking processes, making them more efficient. Recent OCR innovations allow customers to easily scan and deposit cheques via their mobile devices. The customer's signature, account number, and total amount will be checked. The amounts on cheques are printed with a special font which can be easily recognized by smart devices equipped with DLR-based OCR software.
131-
132-
## Cross-Platform Programming Languages
133-
134-
DLR is designed to be cross-platform. The core of DLR is written in C/C++ for performance. The library is wrapped for .NET, Java, and other programming languages so that users can use DLR on iOS, Android, Windows, and Linux. Below is a list of supported OSes and corresponding programming languages:
135-
136-
| OS | Programming Language |
137-
|---------------|----------------------|
138-
|Windows | C/C++/C\#/VB.NET/Java |
139-
|Linux | C/C++/Java |
140-
|Android | Java |
141-
|iOS | Swift/Objective-C |
142-
143-
## License Agreement
144-
145-
Please <a href="https://www.dynamsoft.com/label-recognition/license-agreement/" target="_blank">click here</a> to read the license agreement.

0 commit comments

Comments
 (0)