I want to recognize the barcode from the image file using Java, but I am a beginner to development. So I do not have any idea on this. Please help me.
Asked
Active
Viewed 1,608 times
2
-
From your comments it seems you would like someone to come to your house and code it for you. That will not happen. Unless you can ask more specific 'questions' than "how to get bar from barcode image file" - I doubt you will solve this. Perhaps you should hire someone that **isn't** a 'beginner to development'. – Andrew Thompson Feb 25 '11 at 13:52
3 Answers
2
http://code.google.com/p/zxing/ has a very nice api for scanning barcodes in various formats
if you are interested in decoding a barcode yourself, have a look at this processing example i have written a while ago http://www.local-guru.net/blog/2009/09/22/barcodescanner-in-pure-processing

Nikolaus Gradwohl
- 19,708
- 3
- 45
- 61
-
zxing library is not suitable for my appilication.we are doing vehicle identification number concept.which is not yet used in zxing library. – user629691 Feb 25 '11 at 12:30
-
You mentioned several times that you want to be able to scan barcodes - what does that have to do with your vehicle identification? This answer is really helpful! – f1sh Feb 25 '11 at 13:06
2
The following links may help you. Check them out.
EDIT after 1st comment:
To get barcode from file, check the following link:

Community
- 1
- 1

Saurabh Gokhale
- 53,625
- 36
- 139
- 164
1
Asprise commercial library is the best solution
You have other alternate which can be useful

Ratna Dinakar
- 1,573
- 13
- 16