Reference Guide

Table Of Contents
OCR Programming
341
that must be present in scanned OCR data. There are two characters used to delimit required literal
strings; if one of the delimiter characters is present in the desired literal string, use the other delimiter.
Template Valid data Invalid data
"35+BC" 35+BC AB+22
New Line (E)
To create a template of multiple lines, add
E between the template of each single line.
Template Valid data Valid data Invalid data
999EAAAA 321 987 XYZW
BCAD ZXYW 12
String Extract (C)
This operator combined with others defines a string of characters to extract from the scanned data. The
string extract is structured as follows:
CbPe
Where:
C is the string extract operator
b is the string begin delimiter
P is the category (one or more numeric or alpha characters) describing the string representation
e is the string end delimiter
+
E
guide-user-color-8.5x11.book Page 341 Monday, June 1, 2020 5:43 PM
Draft v 10