File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/Performance/ReadRateFirstSettings/src/main/java Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ private static void configReadRateFirst(BarcodeReader dbr) throws BarcodeReaderE
5757
5858 private static void configReadRateFirstByTemplate (BarcodeReader dbr ) throws BarcodeReaderException {
5959 // Compared with PublicRuntimeSettings, parameter templates have a richer ability to control parameter details.
60- // Please refer to the parameter explanation in "SpeedFirstTemplate .json" to understand how to control speed first.
60+ // Please refer to the parameter explanation in "ReadRateFirstTemplate .json" to understand how to control speed first.
6161 dbr .initRuntimeSettingsWithFile ("ReadRateFirstTemplate.json" , EnumConflictMode .CM_OVERWRITE );
6262 }
6363
@@ -113,7 +113,7 @@ public static void main(String[] args) {
113113 // 3.b config through parameters template
114114 configReadRateFirstByTemplate (dbr );
115115
116- // 4.b Decode barcodes from an image file by template. The second parameter value "tpl_sfs" is the name of the template.
116+ // 4.b Decode barcodes from an image file by template.
117117 results = dbr .decodeFile (fileName , "" );
118118
119119 // 5.b Output the barcode format and barcode text.
You can’t perform that action at this time.
0 commit comments