mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -08:00
Added RSS_EXPANDED to the CommandLineRunner.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1774 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
47b28a4edb
commit
45bebd195c
|
@ -152,6 +152,7 @@ public final class CommandLineRunner {
|
|||
vector.addElement(BarcodeFormat.EAN_13);
|
||||
vector.addElement(BarcodeFormat.EAN_8);
|
||||
vector.addElement(BarcodeFormat.RSS14);
|
||||
vector.addElement(BarcodeFormat.RSS_EXPANDED);
|
||||
if (!config.isProductsOnly()) {
|
||||
vector.addElement(BarcodeFormat.CODE_39);
|
||||
vector.addElement(BarcodeFormat.CODE_93);
|
||||
|
|
Loading…
Reference in a new issue