Issue 287
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 30 Nov 2009 16:01:20 +0000 (16:01 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 30 Nov 2009 16:01:20 +0000 (16:01 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1131 59b500cc-1b3d-0410-9834-0bbf25fbcc57

core/src/com/google/zxing/oned/ITFReader.java

index 4b4de2e..11a2dda 100644 (file)
@@ -45,7 +45,7 @@ public final class ITFReader extends AbstractOneDReader {
   private static final int W = 3; // Pixel width of a wide line\r
   private static final int N = 1; // Pixed width of a narrow line\r
 \r
-  private static final int[] DEFAULT_ALLOWED_LENGTHS = { 6, 10, 14 };\r
+  private static final int[] DEFAULT_ALLOWED_LENGTHS = { 6, 10, 14, 44 };\r
 \r
   // Stores the actual narrow line width of the image being decoded.\r
   private int narrowLineWidth = -1;\r