[Address1]

This section of Eiglobalextra.ini can be used when capturing addresses. However, at the time of this writing, no country profile contains this section by default. (It was set up for a single customer in Germany.) Currently it is for internal use only, since an advanced DCL expression is needed to make it work correctly.

[Address1] contains these settings:

Setting Description
AddressHeader The name of the first field profile (the top line) in an address. The title(s) in the specified field profile are used to find the first line of the address.
AddressLineN The names of field profiles containing subsequent lines of the address, but not the last line.
AddressFooter The name of the field profile containing the last line of the address.
AddressFooterdcl The name of the file containing the DCL expression that can find the last line of the address. (You must provide the DCL file.)
SearchRectTop The top edge of the search rectangle.
 0% is the top of the image.
SearchRectBottom The bottom edge of the search rectangle.
 100% is the bottom of the image.
SearchRectLeft The left edge of the search rectangle.
 0% is the left side of the image.
SearchRectRight The right edge of the search rectangle.
 100% is the right side of the image.

Example

[Address1]

AddressHeader=headerline

AddressLine1=line1

AddressLine2=line2

AddressLine3=line3

AddressFooter=cityline

AddressFooterdcl=postaladdress.dcl

SearchRectTop=0

SearchRectBottom=30

SearchRectLeft=0

SearchRectRight=30