KFI Placeholders
KFI Field placeholders are values that can be used in KFI fields that are used during run time. e.g. KFI field 2 could do a lookup on KFI field 1
The KFI field placeholders are used as follows:
<<F1>> | where this is KFI Field 1 |
<<F2>> | where this is KFI Field 2 |
- System placeholders (<<S?>>) can also be used in the KFI module. Please refer to the EzeScan PRO User Guide - System Placeholders Section for a details.
Calculated Placeholders
To add two numeric fields in KFI <<=F1+F2>> Subtract (-), Multiply (×), and divide (/) are also supported.
Prefix calculations with [0.00] to ensure always 2 decimal places <<=[0.00]F1+F2>>
- Only numeric field values are supported and empty field values are treated as 0 in equations.
Other KFI Placeholders
<<JobScanSettings>> | This will display the job scanning settings. E.g. settings on the Jobs -> Scan Tab |
<<JobEnhancementSettings>> | This will display the job enhancement settings. E.g. the settings on the Jobs -> Enhancement Tab |
<<CBR>> | Conditional Line Break |
<<BR>> | Non-Conditional Line Break |
<<OperatingSystem>> | This will display the current operating system of where EzeScan is currently running on. |
<<ApplicationVersion>> | This will display the current version of EzeScan that is running. |
<<IndexFile>> | This is the KFI index file name.
|
<<SourceFileSize>> | Used for reporting on the size of the input document
|
<<DocStartTime>> | Placeholder which returns the time the document was imported (if the first doc) or the time we finished processing the previous document (if a following doc in the same file)
|
<<<Now>> | Used to report the current time
|
<<DocElapsedSecs>> | Placeholder which returns the total seconds between DocStartTime and Now
|
<<OutputFileSize>> | Used during the output process for reporting the output document size
|
<<F1@Column>> | This option can be used in the Value tab > Custom Extract and the Processing tab > Tooltip Message setting.
|
<<RC#>> | This option is the recognition confidence % result of a field. |
<<DiscoveryResult>> | This is the profile result that was used for a discovery field. To use this placeholder put into the custom extract and suffix the field number. For example, for Field 1 <<DiscoveryResult1>>, Field 2 <<DiscoveryResult2>> and so on. |
<<(Rotated Page Count)>> | This will show how many pages in the current document have been rotated from the original import file. |
<<GridInputDoc>> | Inserts the name of the Input Document that was used. Only available when building line items rows in the KFI output data. |
<<GridOutputDoc>> | Inserts the name of the Output Document that was used for Line Items recognition. Only available when building line items rows in the KFI output data. |