Profiles define how input documents are converted to output documents. There are three major profiles: rename, separate and sort. Each of them has sub-profiles that deal special requirements of user environment, e.g. use of secondary barcodes, deleting of cover/separator pages, handling exceptions, using barcode substring, etc.
Separate documents based on separator page barcode value
This profile extracts pages from input file starting with and including the page containing barcode, and all subsequent pages, till another page with a barcode, or the end of file is encountered. The net result is to split or separate the original file into a new set of coherent documents. There are typically two situations:
All pages of output documents are contain within a single input document file
Output document spans multiple input files. For example while faxing large document transmission is interrupted, then resumed from the next pages that is not faxed yet.
If second document has no barcode, then in effect two input documents will be combined.
Sort documents based on each page barcode value
This profile expects each page to possess a barcode. It assembles the output document from those input pages whose barcodes have the same value. The input pages can come from one or more input files:
All pages of output documents are contain within a single input document file
Output document pages come from multiple input files.
Report barcode values
This profile create reports in XML, CSV or DAT formats with barcode values and properties. Unlike above profiles no output image documents are created. However values multiple barcode types, including large binary data from 2D barcodes, can be collected in a single session. Types, number and format of reports are matched to user's workflow requirements.
NOTE: Profiles that create image documents produce extensive reports as well. Reports document source and destination of all processed pages.