
Adds support for GS1 Databar, PatchCode and Maxicode barcode formats.
Features
- Added more barcode formats:
- GS1 Databar (Omnidirectional, Truncated, Stacked, Stacked Omnidirectional, Limited, Expanded, Expanded Stacked)
- PatchCode
- Maxicode (mode 2-5)
- Micro PDF417
- Micro QR
- GS1 COMPOSITE (combination of OneD and PDF417/Micro PDF 417)
- Non-standard Barcode
- Added the ability to read DPM code.
- Licensing is required to obtain the intermediate results, except the original image in the intermediate results.
- Added a parameter, clarity in the struct ExtendedResult, to show the clarity of the decoded-barcode zone.
- For .NET, added a method, GetModeArgument(), to get the value of the argument for the mode parameters.
- For C/C++, added a method, DBR_GetModeArgument()/GetModeArgument(), to get the argument value of the mode parameters.
- For Java, added a method, getModeArgument(), to get the argument value of the mode parameters.
- Improved the decoding speed for PDF417.
- Improved the capability of decoding QR and Data Matrix with cylinder-like deformation.