mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
Added support for codabar format
git-svn-id: https://zxing.googlecode.com/svn/trunk@1400 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
9a3da71c4c
commit
73635c7585
|
@ -122,6 +122,7 @@ public final class CommandLineRunner {
|
||||||
vector.addElement(BarcodeFormat.QR_CODE);
|
vector.addElement(BarcodeFormat.QR_CODE);
|
||||||
vector.addElement(BarcodeFormat.DATAMATRIX);
|
vector.addElement(BarcodeFormat.DATAMATRIX);
|
||||||
vector.addElement(BarcodeFormat.PDF417);
|
vector.addElement(BarcodeFormat.PDF417);
|
||||||
|
vector.addElement(BarcodeFormat.CODABAR);
|
||||||
}
|
}
|
||||||
hints.put(DecodeHintType.POSSIBLE_FORMATS, vector);
|
hints.put(DecodeHintType.POSSIBLE_FORMATS, vector);
|
||||||
if (tryHarder) {
|
if (tryHarder) {
|
||||||
|
|
Loading…
Reference in a new issue