Added support for codabar format
authorbas5winkel@gmail.com <bas5winkel@gmail.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 31 May 2010 12:20:50 +0000 (12:20 +0000)
committerbas5winkel@gmail.com <bas5winkel@gmail.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 31 May 2010 12:20:50 +0000 (12:20 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1400 59b500cc-1b3d-0410-9834-0bbf25fbcc57

javase/src/com/google/zxing/client/j2se/CommandLineRunner.java

index 8777337..2721ff8 100644 (file)
@@ -122,6 +122,7 @@ public final class CommandLineRunner {
       vector.addElement(BarcodeFormat.QR_CODE);
       vector.addElement(BarcodeFormat.DATAMATRIX);
       vector.addElement(BarcodeFormat.PDF417);
       vector.addElement(BarcodeFormat.QR_CODE);
       vector.addElement(BarcodeFormat.DATAMATRIX);
       vector.addElement(BarcodeFormat.PDF417);
+         vector.addElement(BarcodeFormat.CODABAR);
     }
     hints.put(DecodeHintType.POSSIBLE_FORMATS, vector);
     if (tryHarder) {
     }
     hints.put(DecodeHintType.POSSIBLE_FORMATS, vector);
     if (tryHarder) {