Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 40f429c

Browse files
authored
Merge pull request #8 from Dynamsoft/_dev
Dev
2 parents 6289afc + 08107bc commit 40f429c

28 files changed

+353
-661
lines changed

API Reference.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/label-recognition/programming/javascript/?ver=3.0.30
2+
URL=https://www.dynamsoft.com/label-recognition/programming/javascript/?ver=3.2.30

LEGAL.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This SDK contains parts of following softwares which are used under license.
99
===================================================================================
1010
Zlib.
1111

12-
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
12+
(C) 1995-2022 Jean-loup Gailly and Mark Adler
1313

1414
This software is provided 'as-is', without any express or implied
1515
warranty. In no event will the authors be held liable for any damages
@@ -27,8 +27,8 @@ Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
2727
misrepresented as being the original software.
2828
3. This notice may not be removed or altered from any source distribution.
2929

30-
Jean-loup Gailly
31-
Mark Adler
30+
Jean-loup Gailly Mark Adler
31+
jloup@gzip.org madler@alumni.caltech.edu
3232
===================================================================================
3333

3434

@@ -191,4 +191,4 @@ Leptonica
191191
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
192192
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
193193
*====================================================================*/
194-
===================================================================================
194+
===================================================================================

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Copyright © 2003–2024 Dynamsoft. All Rights Reserved.
22

33
The use of this software is governed by the Dynamsoft Terms and Conditions.
4-
URL=https://www.dynamsoft.com/label-recognition/license-agreement/
4+
URL=https://www.dynamsoft.com/label-recognition/license-agreement/#javascript

README.md

Lines changed: 119 additions & 162 deletions
Large diffs are not rendered by default.

dist/DLR-PresetTemplates.json

Lines changed: 0 additions & 280 deletions
This file was deleted.

dist/dlr.bundle.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import * as dynamsoftCore from 'dynamsoft-core';
2+
export { dynamsoftCore as Core };
3+
import * as dynamsoftLicense from 'dynamsoft-license';
4+
export { dynamsoftLicense as License };
5+
import * as dynamsoftCaptureVisionRouter from 'dynamsoft-capture-vision-router';
6+
export { dynamsoftCaptureVisionRouter as CVR };
7+
import * as dynamsoftCameraEnhancer from 'dynamsoft-camera-enhancer';
8+
export { dynamsoftCameraEnhancer as DCE };
9+
import * as dynamsoftLabelRecognizer from 'dynamsoft-label-recognizer';
10+
export { dynamsoftLabelRecognizer as DLR };
11+
import * as dynamsoftUtility from 'dynamsoft-utility';
12+
export { dynamsoftUtility as Utility };

dist/dlr.bundle.esm.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export * from 'dynamsoft-core';
2+
export * from 'dynamsoft-license';
3+
export * from 'dynamsoft-capture-vision-router';
4+
export * from 'dynamsoft-camera-enhancer';
5+
export * from 'dynamsoft-label-recognizer';
6+
export * from 'dynamsoft-utility';

dist/dlr.bundle.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dlr.bundle.mjs

Lines changed: 11 additions & 0 deletions
Large diffs are not rendered by default.

dist/dlr.esm.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)