Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best Java Barcode reader library?

452196Jan 12 2012 — edited Sep 13 2012
I'm looking to read barcodes from scanned documents. The idea is to create marker pages to be inserted in stacks of pages for scanning, classifying the document type etc., so that the documents can be stored in the right places.

The most visible library for barcode scanning on the Internet seems to be "zxing" (Zebra Crossing) on Google. I've been experimenting with this but, thus far, detection rates seem pretty disappointing.

What have people's experiences with this stuff been like? Are there more dependable libraries out there?

(Later)

I've found out what makes zxing unreliable - it's the behaviour of our scanner which produces a halo of dithered gray arround the black areas on the paper. This is sure to mess up edge detection. Doing a blur operation on the image, or tellling the scanner to return the image embeded in an PDF gets arround it.

Edited by: malcolmmc on 17-Jan-2012 15:52
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2012
Added on Jan 12 2012
5 comments
2,404 views