Added ITF-14 decoder from Kevin. Not enabled yet as we need to think a bit about...
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 20 Nov 2008 14:07:19 +0000 (14:07 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 20 Nov 2008 14:07:19 +0000 (14:07 +0000)
commiteb6a8c844064ddf72f35753b9057e2aebb63afa8
treed4c7a44dbf7121658a6bac94af6b9295f88568e8
parent547b96f09faa3a36958354ae959db9057e1f40a1
Added ITF-14 decoder from Kevin. Not enabled yet as we need to think a bit about how to handle this first. Also, the unit tests aren't passing for me but are for Kevin so I have commented them for the moment.

git-svn-id: http://zxing.googlecode.com/svn/trunk@741 59b500cc-1b3d-0410-9834-0bbf25fbcc57
AUTHORS
core/src/com/google/zxing/BarcodeFormat.java
core/src/com/google/zxing/oned/AbstractUPCEANReader.java
core/src/com/google/zxing/oned/ITF14Reader.java [new file with mode: 0644]
core/test/data/blackbox/itf14-1/1.jpg [new file with mode: 0755]
core/test/data/blackbox/itf14-1/1.txt [new file with mode: 0755]
core/test/data/blackbox/itf14-1/2.JPG [new file with mode: 0755]
core/test/data/blackbox/itf14-1/2.txt [new file with mode: 0755]
core/test/src/com/google/zxing/oned/ITF14BlackBox1TestCase.java [new file with mode: 0644]