Then scan the string below:
0128454
The reader performs the check character computation below:
(0 x 1 + 1 x 2 + 2 x 1 + 8 x 2 + 4 x 1 + 5 x 2 + 4 x 1) modulo 10
=(0 + 2 + 2 + (1 + 6) + 4 + (1 + 0) + 4) modulo 10
=0
Since the result is zero, the message is considered to be valid, so the reader outputs the message: 012845
OCR ISBN Application Example
One application of OCR is to read the ISBN characters typically encoded using the
1.Scan the
2.Program the
3.In Japan, it is common for two fields to follow the ISBN number, the three digit price field, and the four digit price field. The first field typically starts with a “C” (uppercase c), followed by four digits. The second field typically starts with a “P” or a yen symbol, followed by three or four digits, followed by an “E.” Program the
P\
4.Scan the symbol below to set up three templates to handle the ISBN number, the three digit price field, and the four digit price field.
7 - 9