Token Collector
and Token Retriever
are used together to create persistent tokens and pass tokens from one document class to another when using multiple document classes. They can be used in Page Processing or Post-Processing.
Example: The University of Los Angeles wants to process graduate student admission packets, which contain several types of documents: a university application form, a department application form, a financial aid form, and an essay, all of which need to be processed differently. The first type of document, the university application form, contains information that is only on that document, but that they want to place in the fields for each of the other documents associated with each student. They create multiple document classes, one for each type of document. In the first document class, the one for the university application forms, they create a Token Collector process. In each of the other document classes, they create a Token Retriever process and use the tokens passed through these processes to populate the fields for each document. When the documents are scanned, each document's fields will be filled out with the information from the university application form, even though they are all in different document classes.
Note: Tokens stored in Token Collector persist across document classes and even when a session is stored. Information is replaced in Token Collector only when new data replaces the existing value in the token.
To configure Token Collector
Note: Some processes come with the basic Quick Fields installation, and some must be purchased as add-ons. Contact your reseller for more information.