android-vision
android-vision copied to clipboard
Truncated PDF417 not detected
I'm impressed with the performance of the Mobile Vision barcode library vs that of ZXing, but MV is not able to read my truncated PDF417 barcodes, whereas ZXing does. These barcodes exist on CAC cards used by the US military. "Truncated" means they lack the stop pattern.
Here's a website that allows generating such truncated barcodes: http://www.abarcode.net/online.aspx?barcode=PDF417
For reference, I've attached truncated and non-truncated barcodes with text "Test Test Test Test".
I'm testing this on a fully updated Galaxy S6 with Google Play Services 12.2.21.
From my build.gradle: compile 'com.google.android.gms:play-services-vision:11+'
I've taken a scan of a CAC card with its truncated barcode and added the stop pattern using an image editor, and the printed result scans correctly with MV.
Any help would be appreciated. Thanks.
Unfortunately, the Barcode API does not currently support Truncated PDF417.
Are there any plans to support this in the future? I would like this feature as well.
I agree, that would be a great addon to an already great library. :)
Bumping the issue here. Is this implemented at all or will be implemented. It's a fairly common barcode in retail especially for tickets.