mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 21:14:06 -08:00
fd327c94c4
git-svn-id: https://zxing.googlecode.com/svn/trunk@761 59b500cc-1b3d-0410-9834-0bbf25fbcc57
15 lines
779 B
HTML
15 lines
779 B
HTML
<html>
|
|
<title>About 1D Barcodes</title>
|
|
<body>
|
|
<link rel="StyleSheet" href="style.css" type="text/css">
|
|
<h3><center>About 1D Barcodes</center></h3>
|
|
<p>Traditional barcodes are also known as one dimensional barcodes. There are several varieties,
|
|
including UPC and EAN in common use. Most look similar to this:</p>
|
|
<center><p><img src="../images/big-1d.png"></p></center>
|
|
<p>These 1D barcodes contain a unique code which typically describes a product, like a CD or a book.
|
|
You can look this code up on the internet to find prices, reviews, and more.</p>
|
|
<p>If you scan a book, you can also search the contents of the book for a word or phrase, and find
|
|
all the pages where it appears:</p>
|
|
<center><p><img src="../images/search-book-contents.jpg"></p></center>
|
|
</body>
|
|
</html> |