File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.dynamsoft</groupId >
1818 <artifactId >dbr</artifactId >
19- <version >9.0 .0</version >
19+ <version >9.4 .0</version >
2020 </dependency >
2121 </dependencies >
2222
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public static void main(String[] args) {
5050 for (int i = 0 ; i < results .length ; i ++) {
5151 TextResult result = results [i ];
5252
53- String barcodeFormat = result .barcodeFormat == 0 ? result . barcodeFormatString_2 : result . barcodeFormatString ;
53+ String barcodeFormat = result .barcodeFormatString ;
5454 System .out .println ("Barcode " + i + ":" + barcodeFormat + "," + result .barcodeText );
5555 }
5656 } else {
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.dynamsoft</groupId >
1818 <artifactId >dbr</artifactId >
19- <version >9.0 .0</version >
19+ <version >9.4 .0</version >
2020 </dependency >
2121 </dependencies >
2222
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.dynamsoft</groupId >
1818 <artifactId >dbr</artifactId >
19- <version >9.0 .0</version >
19+ <version >9.4 .0</version >
2020 </dependency >
2121 </dependencies >
2222
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ public static void main(String[] args) {
233233 for (int i = 0 ; i < results .length ; i ++) {
234234 TextResult result = results [i ];
235235
236- String barcodeFormat = result .barcodeFormat == 0 ? result . barcodeFormatString_2 : result . barcodeFormatString ;
236+ String barcodeFormat = result .barcodeFormatString ;
237237 System .out .println ("Barcode " + i + ":" + barcodeFormat + "," + result .barcodeText );
238238 }
239239 } else {
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.dynamsoft</groupId >
1818 <artifactId >dbr</artifactId >
19- <version >9.0 .0</version >
19+ <version >9.4 .0</version >
2020 </dependency >
2121 </dependencies >
2222
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ private static void outputResults(TextResult[] results) {
3737 for (int i = 0 ; i < results .length ; i ++) {
3838 TextResult result = results [i ];
3939
40- String barcodeFormat = result .barcodeFormat == 0 ? result . barcodeFormatString_2 : result . barcodeFormatString ;
40+ String barcodeFormat = result .barcodeFormatString ;
4141 System .out .println ("Barcode " + i + ":" + barcodeFormat + "," + result .barcodeText );
4242 }
4343 } else {
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.dynamsoft</groupId >
1818 <artifactId >dbr</artifactId >
19- <version >9.0 .0</version >
19+ <version >9.4 .0</version >
2020 </dependency >
2121 </dependencies >
2222
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private static void outputResults(TextResult[] results) {
6464 for (int i = 0 ; i < results .length ; i ++) {
6565 TextResult result = results [i ];
6666
67- String barcodeFormat = result .barcodeFormat == 0 ? result . barcodeFormatString_2 : result . barcodeFormatString ;
67+ String barcodeFormat = result .barcodeFormatString ;
6868 System .out .println ("Barcode " + i + ":" + barcodeFormat + "," + result .barcodeText );
6969 }
7070 } else {
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.dynamsoft</groupId >
1818 <artifactId >dbr</artifactId >
19- <version >9.0 .0</version >
19+ <version >9.4 .0</version >
2020 </dependency >
2121 </dependencies >
2222
You can’t perform that action at this time.
0 commit comments