Common Asked Questions
What is the EAN-13 barcode?
EAN-13 is a 13-digit linear barcode, which contains 12-digit GS1 data message and 1 check digit. EAN is short for European Article Number,
and now it is renamed as GTIN (Global Trade Item Number). EAN 13 code will be used to uniquely identify retail products worldwide.
In Java class, you can use OnBarcode Java EAN-13 Reader library to scan and read EAN-13 barcode text from image files in Java web and desktop applications.
In Java class, you can use OnBarcode Java EAN-13 Reader library to scan and read EAN-13 barcode text from image files in Java web and desktop applications.
How to check if EAN-13 is valid?
In the EAN-13 barcode, the first 12-digit of the number identify the item ID, and the final digit is a "check digit".
Using Java Barcode Reader Library, the scanned and decoded EAN-13 data will be verified by the last check digit.
How to read EAN-13 barcode?
You can use a barcode scanner device or barcode reader software to read and extract EAN-13 numbers from images.
OnBarcode Java EAN-13 Reader library enables Java applications to scan and read EAN-13, UPC-A, QR Code and other 2d, linear barcode text from image files.
How to scan EAN code?
EAN barcode usually includes EAN-13, EAN-8 and 2-digit or 5-digit add-on. You can use EAN barcode software or scanners to capture, read and recognize EAN barcodes from images.
Java Barcode Reader library supports both EAN-13 and EAN-8 (with or without add-on symbols) reading in Java class, JSP and Servlet web applications.
