Use RSS14 on the command line; scan more lines since RSS14 stacked kind of needs...
[zxing.git] / javase / src / com / google / zxing / client / j2se / CommandLineRunner.java
index f1b30fa..8ac1de4 100644 (file)
@@ -113,6 +113,7 @@ public final class CommandLineRunner {
     vector.addElement(BarcodeFormat.UPC_E);
     vector.addElement(BarcodeFormat.EAN_13);
     vector.addElement(BarcodeFormat.EAN_8);
+    vector.addElement(BarcodeFormat.RSS14);    
     if (!productsOnly) {
       vector.addElement(BarcodeFormat.CODE_39);
       vector.addElement(BarcodeFormat.CODE_128);