I have a barcode scanner implemented using "Zxing" library. I wanted to know how can i identify the type/format (like if it's UCC / Code 128 or EAN or any other) and extract Lot no. etc from the read string?
Is there any algorithm to do it?

Thanks
Sneha

link|improve this question

56% accept rate
feedback

1 Answer

Yes. See the Result object you get from a successful decode. It has the format and contents. I am not sure what "lot no." is but you can parse the result further however you like.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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