48. How do I configure EzeScan PRO+KFI to import .XST files produced by a Xerox MFD? |
|
The following describes how EzeScan can import an image and XST file so the data can be used with EzeScan KFI. Note: The Xerox template must be set to multipage TIF or PDF and EzeScan must be set to Import Folder Mode. Instructions:
As we convert the XST file to an XML format for processing the "Entry in text file" value is an XML xpath query For example in the XST file we may have: [service xrx_svc_general]
{
string JobTemplateName = "ABC";
enum_DCS DcsDefinitionUsed = FX_APEOSPORT_C5540/C6550/C7550;
string JobTemplateDescription = "";
enum_encoding JobTemplateCharacterEncoding = ASCII;
string JobTemplateLanguageVersion = "2.0";
boolean SuppressJobLog = FALSE;
string NetworkUsername = "/";
}
end
to extract JobTemplateName the "Entry in text file" value can be either //JobTemplateName OR //xrx_svc_general/JobTemplateName Most fields can be extracted using the simpler first option unless there are multiple fields in the XST file with the same name (i.e. MetaData fields). [description xrx_dscrpt_metadata]
entry_1{
string MetaDataFieldName = "Title";
string MetaDataPrompt = "Title";
string MetaDataDefaultValue = "";
string MetaDataValue = "scan by User";
}
entry_2{
string MetaDataFieldName = "Summary";
string MetaDataPrompt = "Summary";
string MetaDataDefaultValue = "";
string MetaDataValue = "this is a summary";
}
entry_3{
string MetaDataFieldName = "Description"
string MetaDataPrompt = "Description";
string MetaDataDefaultValue = "";
string MetaDataValue = "and the description";
}
end
to extract MetaDataValue for entry_2 the "Entry in text file" this value could be //entry_2/MetaDataValue OR //xrx_dscrpt_metadata/entry_2/MetaDataValue When the Job + KFI is run the respective value (that was typed on the Xerox UI) Please contact EzeScan Support if further assistance is required.
|
MOST POPULAR FAQs
- 14. What scanners are supported by EzeScan?
- 52. What are the minimum hardware / software specifications required to install and run EzeScan?
- 41. Why is my Avision Scanner scanning images as white text on a black background?
- 48. How do I configure EzeScan PRO+KFI to import .XST files produced by a Xerox MFD?
- 47. My Canon DR9080C scanner has stopped working with EzeScan via the TWAIN driver?
- 16. How do I add words to the Internal OCR Engine custom dictionary?
- 42. Why is the UPLOAD Objective 6.3/7.X Integration complaining about a missing objpb63/objpb dll?


