zxing / zxing

ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Apache License 2.0
32.62k stars 9.35k forks source link

pdf417 decoding issue. ( big number ) #284

Closed maxx1958 closed 9 years ago

maxx1958 commented 9 years ago

pdf417 decoding issue.

I tried decode blows value . but decoded values are incorrect

-- input -- G13UE0022 123456789012345 123456789012345 -- output --

G13UE0022 123456789012345 ABcjw"eeyz

maxx1958 commented 9 years ago

"123456789012345 123456789012345" returen abnormal value.

I guess big number and big number make a bug.

srowen commented 9 years ago

Can you provide the barcode please?

maxx1958 commented 9 years ago

barcode-image

123456789012345 123456789012345

thank you very much~~ :) I attached file. I made a image from the below site. http://www.racoindustries.com/barcodegenerator/2d/pdf417.aspx

srowen commented 9 years ago

This appears to decode fine:

http://zxing.org/w/decode?u=https%3A%2F%2Fcloud.githubusercontent.com%2Fassets%2F10458106%2F5686702%2Fbe5d6b76-9888-11e4-84f6-c7f8fcb5a878.jpg

Are you scanning with a mobile app?

maxx1958 commented 9 years ago

Sorry. I used different source.

Zxingcpp. I will try to use your original source. Thank you very much.