Discussion:
[iText-questions] Barcode Recognition
Thibault Falise
2006-05-10 07:15:15 UTC
Permalink
Hi,

This is not a question directly related to iText.
I'm currently using the barcode functionnality of iText to generate some
barcodes and include them in PDFs.

The problem is that I have to develop some application that is able to
read the barcodes in order to sort the documents. As I want the software
to be automatic, the recognition must be done with the application, and
without hardware barcode reader.

I've searched on the web for some libraries providing such
functionnalities, but they all seem to be very expensive.

So here is my big question : Does anybody know an efficient library to
implement barcode recognition in java softwares / servlet ?

Thanks in advance,

Thibault Falise
Carsten Hammer
2006-05-11 05:15:09 UTC
Permalink
Hi,
I once used
http://sourceforge.net/project/showfiles.php?group_id=121890&package_id=133324
to read barcode 128 barcodes generated with itext. It worked after
applying this patch:
http://sourceforge.net/tracker/index.php?func=detail&aid=1070847&group_id=121890&atid=691720

Might be that cvs contains a fixed version. I used JAI and Java Acrobat
Reader for a simple gui but it needs a lot of memory to provide high
resolutions in the background to get accurate results.

Unfortunatly it is a little mem hog:) You should prepare to spend some
time on it if you want to built on it. However I dont know another free
java solution for barcodescanning or something that can be base for this
if you do not want to do everything yourself.
Best regards,
Carsten
Post by Thibault Falise
Hi,
This is not a question directly related to iText.
I'm currently using the barcode functionnality of iText to generate some
barcodes and include them in PDFs.
The problem is that I have to develop some application that is able to
read the barcodes in order to sort the documents. As I want the software
to be automatic, the recognition must be done with the application, and
without hardware barcode reader.
I've searched on the web for some libraries providing such
functionnalities, but they all seem to be very expensive.
So here is my big question : Does anybody know an efficient library to
implement barcode recognition in java softwares / servlet ?
Thanks in advance,
Thibault Falise
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
calosteward
2015-04-01 07:04:42 UTC
Permalink
Refer to this:
java recognition library <http://www.keepdynamic.com/java-barcode-reader/>
Hope it will be helpful.



--
View this message in context: http://itext.2136553.n4.nabble.com/Barcode-Recognition-tp2142601p4660792.html
Sent from the iText mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
iText-questions mailing list
iText-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
Loading...