Example: You need to read three variable digits, three specific characters (ABC), followed by three variable digits. The template would be:
dddABCddd
Using Visual Xpress (see page
You may also create this character match sequence by scanning barcodes. Scan the Enter OCR Template symbol (page
551ABC983
(The above OCR sample is
Adding Spaces
You may also need to put spaces in your template. A space is seen as a character, therefore you can use the directions for Character Match Sequences, above, to add spaces to a string. (The hex value for a space is 20.)
4.Exit OCR Template Editor
Scan Save OCR Template to save your entries. Discard OCR Template exits without saving any OCR Template changes.
Stringing Together Multiple Formats
(Creating “Or” Statements)
You may want to program the imager to accept many OCR formats. To do this, you would string together each format with a “t.” This tells the imager to read optical characters that match any one of the formats in the template.
Example: You need to read any combination of eight digits, or a combination of four digits, two uppercase letters, and two digits. The template would be:
ddddddddtddddlldd
To create this template, you would enable the
10). This would let you read either type of format, for example:
99028650
or
9902XZ50
You can string together as many templates as you need.
7 - 4