User's Manual
Table Of Contents
- IBM Interface
- Wand Emulation Interface
- Scanner Emulation Interface
- 123Scan2
- OCR Programming
- Introduction
- OCR Parameter Defaults
- OCR Programming Parameters
- Enable/Disable OCR-A
- OCR-A Variant
- Enable/Disable OCR-B
- OCR-B Variant
- Enable/Disable MICR E13B
- Enable/Disable US Currency Serial Number
- OCR Orientation
- OCR Lines
- OCR Minimum Characters
- OCR Maximum Characters
- OCR Security Level
- OCR Subset
- OCR Quiet Zone
- OCR Bright Illumination
- OCR Template
- OCR Check Digit Modulus
- OCR Check Digit Multiplier
- OCR Check Digit Validation
- Symbologies
- Introduction
- Scanning Sequence Examples
- Errors While Scanning
- Symbology Parameter Defaults
- UPC/EAN
- Enable/Disable UPC-A
- Enable/Disable UPC-E
- Enable/Disable UPC-E1
- Enable/Disable EAN-8/JAN-8
- Enable/Disable EAN-13/JAN-13
- Enable/Disable Bookland EAN
- Decode UPC/EAN/JAN Supplementals
- User-Programmable Supplementals
- UPC/EAN/JAN Supplemental Redundancy
- UPC/EAN/JAN Supplemental AIM ID Format
- Transmit UPC-A Check Digit
- Transmit UPC-E Check Digit
- Transmit UPC-E1 Check Digit
- UPC-A Preamble
- UPC-E Preamble
- UPC-E1 Preamble
- Convert UPC-E to UPC-A
- Convert UPC-E1 to UPC-A
- EAN-8/JAN-8 Extend
- Bookland ISBN Format
- UCC Coupon Extended Code
- ISSN EAN
- Code 128
- Code 39
- Code 93
- Code 11
- Interleaved 2 of 5 (ITF)
- Discrete 2 of 5 (DTF)
- Codabar (NW - 7)
- MSI
- Chinese 2 of 5
- Matrix 2 of 5
- Korean 3 of 5
- Inverse 1D
- Postal Codes
- GS1 DataBar
- Composite
- 2D Symbologies
- Redundancy Level
- Security Level
- Report Version
- Macro PDF Features
- Advanced Data Formatting
OCR Programming 13 - 21
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
Values for b and e can be any scannable character. They are included in the output stream.
Template Incoming data Output
C>A> XQ3>ABCDE> >ABCDE>
->ATHRUZ>123 >ATHRUZ>
1ABCZXYZ No Output
E
C