This switch is used in combination with any of the auto-processing command line switches to direct the processing workstation to only automatically process batches from a specific scan queue and/or automatically process documents from the corresponding ad hoc processing scan queue (e.g., Awaiting Ad Hoc Advanced Capture or Awaiting Ad Hoc OCR). The batch scan queue(s) to be processed are identified by their Scan Queue Number, while the corresponding ad hoc processing scan queue to be processed is identified by a 0.
Consider the following examples:
-
To automatically perform OCR processing on batches scanned using scan queues #101 and #102, as well as on documents residing in the Awaiting Ad Hoc OCR queue, you would add the following switches, in this order, to the Client module's shortcut:
-SCANAUTOOCR -SCANAUTOQUEUE:0,101,102
-
To automatically perform OCR processing on batches scanned using scan queues #101 and #102 only (i.e., without performing OCR processing on documents residing in the Awaiting Ad Hoc OCR queue), you would add the following switches, in this order, to the Client module's shortcut:
-SCANAUTOOCR -SCANAUTOQUEUE:101,102
-
To automatically perform OCR processing on documents residing in the Awaiting Ad Hoc OCR queue only (i.e., without performing OCR processing on any batches), you would add the following switches, in this order, to the Client module's shortcut:
-SCANAUTOOCR -SCANAUTOQUEUE:0
The Scan Queue Number of a scan queue is displayed when the scan queue is selected in the Scan Queue Configuration dialog box (click Import | Scan Queues from the OnBase Configuration module).
If you use both the -SCANAUTOQUEUE and -SCANAUTOQUEUEEXCLUDE switches in combination with an auto-processing command line switch, the -SCANAUTOQUEUEEXCLUDE switch overrides the -SCANAUTOQUEUE switch.