Skip to content

Commit 16cc16f

Browse files
update to v11.4.1000
1 parent a15db44 commit 16cc16f

10 files changed

Lines changed: 20 additions & 10 deletions

File tree

CustomTemplates/ReadOneDIndustrial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
{
7979
"Mode": "DM_NEURAL_NETWORK",
80-
"ModelNameArray": [ "Code128Decoder", "OneDDeblur" ]
80+
"ModelNameArray": [ "Code128Decoder", "Code39ITFDecoder", "OneDDeblur" ]
8181
},
8282
{
8383
"Mode": "DM_DEEP_ANALYSIS"

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ License Notice
22

33
This folder contains code samples ("Sample Code") for use with Dynamsoft Barcode Reader, a commercial software development kit licensed by Dynamsoft. The Sample Code may be modified and included in your end user software under the terms of the Dynamsoft Software License Agreement https://www.dynamsoft.com/company/license-agreement/ ("Commercial License"). Except as expressly stated in the Commercial License, no other rights are granted in the Sample Code. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44

5-
Copyright © 2003–2025 Dynamsoft. All rights reserved.
5+
Copyright © 2003–2026 Dynamsoft. All rights reserved.

Legal.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,4 +1768,14 @@ Apache License
17681768
distributed under the License is distributed on an "AS IS" BASIS,
17691769
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17701770
See the License for the specific language governing permissions and
1771-
limitations under the License.
1771+
limitations under the License.
1772+
1773+
1774+
====================================================================================
1775+
1776+
1777+
libzueci
1778+
1779+
A simple, standalone, BSD-3-Clause C library for converting UTF-8 to/from Extended Channel Interpretations, as defined by AIM ITS/04-023 International Technical Standard - Extended Channel Interpretations Part 3: Register (Version 2, February 2022).
1780+
1781+
====================================================================================

Samples/GeneralSettings/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dynamsoft</groupId>
2121
<artifactId>dbr</artifactId>
22-
<version>11.2.5000</version>
22+
<version>11.4.1000</version>
2323
</dependency>
2424
</dependencies>
2525

Samples/HelloWorld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dynamsoft</groupId>
2121
<artifactId>dbr</artifactId>
22-
<version>11.2.5000</version>
22+
<version>11.4.1000</version>
2323
</dependency>
2424
</dependencies>
2525

Samples/ParameterTuner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dynamsoft</groupId>
2121
<artifactId>dbr</artifactId>
22-
<version>11.2.5000</version>
22+
<version>11.4.1000</version>
2323
</dependency>
2424
</dependencies>
2525

Samples/ReadDPMBarcode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dynamsoft</groupId>
2121
<artifactId>dbr</artifactId>
22-
<version>11.2.5000</version>
22+
<version>11.4.1000</version>
2323
</dependency>
2424
</dependencies>
2525

Samples/ShowLocalizedVSDecodedBarcodes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dynamsoft</groupId>
2121
<artifactId>dbr</artifactId>
22-
<version>11.2.5000</version>
22+
<version>11.4.1000</version>
2323
</dependency>
2424
</dependencies>
2525

Samples/ShowLocalizedVSDecodedBarcodes/src/main/java/ShowLocalizedVSDecodedBarcodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public static void main(String[] args) {
141141
IntermediateResultManager irm = cvRouter.getIntermediateResultManager();
142142
MyIntermediateResultReceiver irr = new MyIntermediateResultReceiver();
143143
try {
144-
irm.AddResultReceiver(irr);
144+
irm.addResultReceiver(irr);
145145
} catch (CaptureVisionException e) {
146146
}
147147

Samples/VideoDecoding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dynamsoft</groupId>
2121
<artifactId>dbr</artifactId>
22-
<version>11.2.5000</version>
22+
<version>11.4.1000</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.bytedeco</groupId>

0 commit comments

Comments
 (0)