Skip to content

Commit f18656f

Browse files
update to 11.2.1000
1 parent 01041e6 commit f18656f

File tree

240 files changed

+2472
-1322
lines changed

Some content is hidden

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

240 files changed

+2472
-1322
lines changed

android/BarcodeScannerAPISamples/ScanMultipleBarcodes/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
}
2929

3030
dependencies {
31-
implementation 'com.dynamsoft:barcodereaderbundle:11.0.5000'
31+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
3232

3333
implementation 'androidx.activity:activity:1.10.1'
3434
implementation 'androidx.appcompat:appcompat:1.7.1'

android/BarcodeScannerAPISamples/ScanSingleBarcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30-
implementation 'com.dynamsoft:barcodereaderbundle:11.0.5000'
30+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
3131

3232
implementation 'androidx.activity:activity:1.10.1'
3333
implementation 'androidx.appcompat:appcompat:1.7.1'

android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/assets/Templates/ReadSingleBarcode.json

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

android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232

3333
dependencies {
34-
implementation 'com.dynamsoft:barcodereaderbundle:11.0.5000'
34+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
3535
implementation 'androidx.core:core-ktx:1.13.1'
3636

3737
implementation 'androidx.activity:activity-ktx:1.10.1'

android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/assets/Templates/ReadSingleBarcode.json

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

android/BarcodeScannerAPISamples/ScenarioOrientedSamples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
implementation 'com.dynamsoft:barcodereaderbundle:11.0.5000'
32+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
3333

3434
implementation 'androidx.activity:activity:1.10.1'
3535
implementation 'androidx.appcompat:appcompat:1.7.1'

android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadAztec.json

Lines changed: 13 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"GlobalParameter":
3+
{
4+
"IntraOpNumThreads": 2
5+
},
26
"BarcodeReaderTaskSettingOptions": [
37
{
48
"BarcodeFormatIds": [
@@ -7,15 +11,6 @@
711
"ExpectedBarcodesCount": 1,
812
"Name": "task_read_aztec",
913
"SectionArray": [
10-
{
11-
"ImageParameterName": "ip_read_aztec",
12-
"Section": "ST_REGION_PREDETECTION",
13-
"StageArray": [
14-
{
15-
"Stage": "SST_PREDETECT_REGIONS"
16-
}
17-
]
18-
},
1914
{
2015
"ImageParameterName": "ip_read_aztec",
2116
"Section": "ST_BARCODE_LOCALIZATION",
@@ -27,9 +22,6 @@
2722
},
2823
{
2924
"Mode": "LM_CONNECTED_BLOCKS"
30-
},
31-
{
32-
"Mode": "LM_STATISTICS"
3325
}
3426
],
3527
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES"
@@ -44,30 +36,19 @@
4436
"Section": "ST_BARCODE_DECODING",
4537
"StageArray": [
4638
{
47-
"Stage": "SST_RESIST_DEFORMATION"
48-
},
49-
{
50-
"Stage": "SST_COMPLEMENT_BARCODE"
51-
},
52-
{
53-
"Stage": "SST_SCALE_BARCODE_IMAGE"
54-
},
55-
{
39+
"DeblurModes":
40+
[
41+
{
42+
"Mode": "DM_BASED_ON_LOC_BIN"
43+
},
44+
{
45+
"Mode": "DM_DEEP_ANALYSIS"
46+
}
47+
],
5648
"Stage": "SST_DECODE_BARCODES"
5749
}
5850
]
5951
}
60-
],
61-
"TextResultOrderModes": [
62-
{
63-
"Mode": "TROM_POSITION"
64-
},
65-
{
66-
"Mode": "TROM_FORMAT"
67-
},
68-
{
69-
"Mode": "TROM_CONFIDENCE"
70-
}
7152
]
7253
}
7354
],
@@ -84,15 +65,6 @@
8465
"ImageParameterOptions": [
8566
{
8667
"ApplicableStages": [
87-
{
88-
"Stage": "SST_INPUT_COLOR_IMAGE"
89-
},
90-
{
91-
"Stage": "SST_SCALE_IMAGE"
92-
},
93-
{
94-
"Stage": "SST_CONVERT_TO_GRAYSCALE"
95-
},
9668
{
9769
"GrayscaleTransformationModes": [
9870
{
@@ -103,36 +75,6 @@
10375
}
10476
],
10577
"Stage": "SST_TRANSFORM_GRAYSCALE"
106-
},
107-
{
108-
"Stage": "SST_ENHANCE_GRAYSCALE"
109-
},
110-
{
111-
"Stage": "SST_BINARIZE_IMAGE"
112-
},
113-
{
114-
"Stage": "SST_DETECT_TEXTURE"
115-
},
116-
{
117-
"Stage": "SST_REMOVE_TEXTURE_FROM_GRAYSCALE"
118-
},
119-
{
120-
"Stage": "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE"
121-
},
122-
{
123-
"Stage": "SST_FIND_CONTOURS"
124-
},
125-
{
126-
"Stage": "SST_DETECT_SHORTLINES"
127-
},
128-
{
129-
"Stage": "SST_ASSEMBLE_LINES"
130-
},
131-
{
132-
"Stage": "SST_DETECT_TEXT_ZONES"
133-
},
134-
{
135-
"Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY"
13678
}
13779
],
13880
"Name": "ip_read_aztec"

0 commit comments

Comments
 (0)