Documents must be preassigned to clients prior to being captured by Intelligent Capture. Intelligent Capture uses a parameter in the image file name to identify the client a document is assigned to. Therefore, a client ID must be embedded within the image file name and separated by an underscore. The part of the file name that represents the client ID is specified in the IMP section in the <project>.ini file in the IMP_VL_ClientID parameter with the word COMPONENT followed by a number that indicates the client ID's position in the file name.
For example, processing a document using the component assigned to client 2 has a client ID embedded in the file name as follows.
12345_2_20120901.tif
The first component of the file name is 12345, the second component and client identifier is 2, and the third component is 20120901. The<project>.ini file setting is configured as follows.
IMP_VL_ClientID=COMPONENT2
If the file name for client 2 is 12345_20120901_2.tif, the<project>.ini file setting is configured as follows because the client identifier is located in the file name's third component.
IMP_VL_ClientID=COMPONENT3
If this parameter is not set or the file component does not exist, the system processes the document using the default configuration assigned to client zero.