Zxing does not support UPS maxicode, Is there anyway i can implement maxicode scanning with zxing or any other solution?

Any suggestions are welcome.

link|improve this question

50% accept rate
feedback

1 Answer

It has a decoder, but not a detector; it will only read Maxicode in pure synthetic images. You can reuse the decoder, and finish it by writing a detector to find the barcode in the image first.

link|improve this answer
yea i have worked around with the decoder and its working fine with synthetic images, the main issue comes with detection. If you can pass any suggestions on detection it would be great. – jahan Jan 6 at 11:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.