Skip to content

Commit b969bf2

Browse files
Update AccuracyFirstSettings.java
1 parent 57d3d08 commit b969bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Performance/AccuracyFirstSettings/src/main/java/AccuracyFirstSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ public static void main(String[] args) {
8383
// 3.b config through parameters template
8484
configAccuracyFirstByTemplate(dbr);
8585

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");
86+
// 4.b Decode barcodes from an image file by template.
87+
results = dbr.decodeFile(fileName, "");
8888

8989
// 5.b Output the barcode format and barcode text.
9090
outputResults(results);

0 commit comments

Comments
 (0)