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

Commit 6289afc

Browse files
authored
Merge pull request #7 from Dynamsoft/_dev
Dev
2 parents 2458ab2 + cc5ae01 commit 6289afc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1130
-2738
lines changed

.gitignore

Lines changed: 0 additions & 60 deletions
This file was deleted.
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=2.2.31
2+
URL=https://www.dynamsoft.com/label-recognition/programming/javascript/?ver=3.0.30

LEGAL.txt

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
===================================================================================
2+
>>>>>>>>>>>>>>>>>>>>>>>>>>> dynamsoft-label-recognizer <<<<<<<<<<<<<<<<<<<<<<<<<<<<
3+
===================================================================================
4+
5+
Legal Notices:
6+
7+
This SDK contains parts of following softwares which are used under license.
8+
9+
===================================================================================
10+
Zlib.
11+
12+
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
13+
14+
This software is provided 'as-is', without any express or implied
15+
warranty. In no event will the authors be held liable for any damages
16+
arising from the use of this software.
17+
18+
Permission is granted to anyone to use this software for any purpose,
19+
including commercial applications, and to alter it and redistribute it
20+
freely, subject to the following restrictions:
21+
22+
1. The origin of this software must not be misrepresented; you must not
23+
claim that you wrote the original software. If you use this software
24+
in a product, an acknowledgment in the product documentation would be
25+
appreciated but is not required.
26+
2. Altered source versions must be plainly marked as such, and must not be
27+
misrepresented as being the original software.
28+
3. This notice may not be removed or altered from any source distribution.
29+
30+
Jean-loup Gailly
31+
Mark Adler
32+
===================================================================================
33+
34+
35+
36+
===================================================================================
37+
OpenCV 4.5.2
38+
39+
40+
Copyright 2022, OpenCV Foundation
41+
42+
43+
44+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
45+
46+
http://www.apache.org/licenses/LICENSE-2.0
47+
48+
49+
50+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
51+
===================================================================================
52+
53+
54+
55+
===================================================================================
56+
JsonCpp library
57+
58+
The JsonCpp library's source code, including accompanying documentation,
59+
tests and demonstration applications, are licensed under the following
60+
conditions...
61+
62+
The author (Baptiste Lepilleur) explicitly disclaims copyright in all
63+
jurisdictions which recognize such a disclaimer. In such jurisdictions,
64+
this software is released into the Public Domain.
65+
66+
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
67+
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
68+
released under the terms of the MIT License (see below).
69+
70+
In jurisdictions which recognize Public Domain property, the user of this
71+
software may choose to accept it either as 1) Public Domain, 2) under the
72+
conditions of the MIT License (see below), or 3) under the terms of dual
73+
Public Domain/MIT License conditions described here, as they choose.
74+
75+
The MIT License is about as close to Public Domain as a license can get, and is
76+
described in clear, concise terms at:
77+
78+
http://en.wikipedia.org/wiki/MIT_License
79+
80+
The full text of the MIT License follows:
81+
82+
========================================================================
83+
Copyright (c) 2007-2010 Baptiste Lepilleur
84+
85+
Permission is hereby granted, free of charge, to any person
86+
obtaining a copy of this software and associated documentation
87+
files (the "Software"), to deal in the Software without
88+
restriction, including without limitation the rights to use, copy,
89+
modify, merge, publish, distribute, sublicense, and/or sell copies
90+
of the Software, and to permit persons to whom the Software is
91+
furnished to do so, subject to the following conditions:
92+
93+
The above copyright notice and this permission notice shall be
94+
included in all copies or substantial portions of the Software.
95+
96+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
97+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
98+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
99+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
100+
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
101+
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
102+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
103+
SOFTWARE.
104+
========================================================================
105+
(END LICENSE TEXT)
106+
107+
The MIT license is compatible with both the GPL and commercial
108+
software, affording one all of the rights of Public Domain with the
109+
minor nuisance of being required to keep the above copyright notice
110+
and license text in the source code. Note also that by accepting the
111+
Public Domain "license" you can re-license your copy using whatever
112+
license you like.
113+
===================================================================================
114+
115+
116+
117+
===================================================================================
118+
Protocol Buffers
119+
120+
This license applies to all parts of Protocol Buffers except the following:
121+
122+
- Atomicops support for generic gcc, located in
123+
src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.
124+
This file is copyrighted by Red Hat Inc.
125+
126+
- Atomicops support for AIX/POWER, located in
127+
src/google/protobuf/stubs/atomicops_internals_power.h.
128+
This file is copyrighted by Bloomberg Finance LP.
129+
130+
Copyright 2014, Google Inc. All rights reserved.
131+
132+
Redistribution and use in source and binary forms, with or without
133+
modification, are permitted provided that the following conditions are
134+
met:
135+
136+
* Redistributions of source code must retain the above copyright
137+
notice, this list of conditions and the following disclaimer.
138+
* Redistributions in binary form must reproduce the above
139+
copyright notice, this list of conditions and the following disclaimer
140+
in the documentation and/or other materials provided with the
141+
distribution.
142+
* Neither the name of Google Inc. nor the names of its
143+
contributors may be used to endorse or promote products derived from
144+
this software without specific prior written permission.
145+
146+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
147+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
148+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
149+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
150+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
151+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
152+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
153+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
154+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
155+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
156+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
157+
158+
Code generated by the Protocol Buffer compiler is owned by the owner
159+
of the input file used when generating it. This code is not
160+
standalone and requires a support library to be linked with it. This
161+
support library is itself covered by the above license.
162+
===================================================================================
163+
164+
165+
166+
===================================================================================
167+
Leptonica
168+
169+
/*====================================================================*
170+
- Copyright (C) 2001-2020 Leptonica. All rights reserved.
171+
-
172+
- Redistribution and use in source and binary forms, with or without
173+
- modification, are permitted provided that the following conditions
174+
- are met:
175+
- 1. Redistributions of source code must retain the above copyright
176+
- notice, this list of conditions and the following disclaimer.
177+
- 2. Redistributions in binary form must reproduce the above
178+
- copyright notice, this list of conditions and the following
179+
- disclaimer in the documentation and/or other materials
180+
- provided with the distribution.
181+
-
182+
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
183+
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
184+
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
185+
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANY
186+
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
187+
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
188+
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
189+
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
190+
- OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
191+
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
192+
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
193+
*====================================================================*/
194+
===================================================================================

LICENSE

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

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

0 commit comments

Comments
 (0)