Tutorial: Web Capture config file

Web Capture config file

Configuration file contains parameters that can be used to configure Web Capture Service.

Config file name: WebCaptureService.conf

Location: c:\ProgramData\Tungsten\WebCapture

Config file is optional, all configuration parameters have default values.

[TWAIN]
ForceTwain1x=false                # if set to true TWAIN protocol version 1.9 is used. Default value: false.
EnableColorCompression=true       # if set to true WCS instructs TWAIN data source to compress color image data using JPEG compression. Default value: true.
AlternativeSourceSelection=false  # TWAIN specification describes CAP_AUTOMATICSENSEMEDIUM capability to configure automatic source selection for 
                                  # data sources that conform TWAIN spec >= 2.1. Alternatively, the same can be achieved by checking CAP_FEEDERLOADED.
                                  # This flag instructs WCS to use this alternative source selection method. Default value: false.
QAMode=false                      # if set to true WCS does not show alert message boxes when critical errors occur. Default value: false.
SkipImprinterIndexGetIfImprinterDisabled=false  # if set to true imprinter information get is skipped if imprinter is disabled. Default value: false.

[EVRS]
MaxInMemoryImageSize=100          # Maximum size of uncompressed image size (in Mb) that can be stored in memory during EVRS processing. Default value: 100 Mb. 

[Common]
SharedMemorySize=10               # Size of shared memory in Mb. Default value: 10 Mb.
ExtraSharedMemorySize=30          # Size of extra shared memory in Mb. Default value: 30 Mb.