We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d3d08 commit b969bf2Copy full SHA for b969bf2
samples/Performance/AccuracyFirstSettings/src/main/java/AccuracyFirstSettings.java
@@ -83,8 +83,8 @@ public static void main(String[] args) {
83
// 3.b config through parameters template
84
configAccuracyFirstByTemplate(dbr);
85
86
- // 4.b Decode barcodes from an image file by template. The second parameter value "tpl_afs" is the name of the template.
87
- results = dbr.decodeFile(fileName, "tpl_afs");
+ // 4.b Decode barcodes from an image file by template.
+ results = dbr.decodeFile(fileName, "");
88
89
// 5.b Output the barcode format and barcode text.
90
outputResults(results);
0 commit comments