File Processing
37
Example2:
<field1 name="delivery">ftp</field1>
<field2 name="deliveryaddress">10.5.1.5\$department$\$document
type$</field2>
<field3 name="department">marketing</field3>
<field4 name="document type">brochure</field4>
This will generate a delivery address of: 10.5.1.5\marketing\brochure. This means that the
FTP server is at the IP address 10.5.1.5, and that the converted file should be put in the
marketing\brochure folder.
Example3:
<field1 name="delivery">folder</field1>
<field2
name="deliveryaddress">\\fileserver\shared\$department$\$document
type$</field2>
<field3 name="department">marketing</field3>
<field4 name="document type">brochure</field4>
This will generate a delivery address of: \\fileserver\shared\marketing\brochure. This means
that the converted file will be placed on that file server in the shared\marketing\brochure
folder
Delivery Security Item
The deliverysecurity item has the following format:
<field1 name="deliverysecurity">{authentication format}</field1>
Where the {authentication format} is simply an account name, password pair. The name and
password will be separated by the pipe character |.
This item is used by FTP and email delivery in order to authenticate against the servers when
sending the file.
Example:
<field1 name="deliverysecurity">ftpaccountname|th3pa55word</field1>
Despeckle Item
The despeckle item has the following format:
<field1 name="despeckle">{enabled code}</field1>
Where the {enabled code} represents one of the following values:
• enabled – enables the option
• disabled – disables the option
This item is used when processing the scanned image before text recognition occurs.
Example:
<field1 name="despeckle">enabled</field1>