script font

88
KADkaffffffffff ; IMPORTANT: ; ; This file is not to be modified except as directed by ; Kofax Image Products technical support. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;; ; ; The ScannerNames, DriverType, and DriverName sections ; provide the mapping from scanner name to the ISIS driver name ; or TWAIN scanner model used to support the scanner selected ; during the SVRS install. ; Right now, the scanner names are also hard coded in SETUP.RUL. ; The two sets of names have to match exactly (except order). ; These sections are read by the SvScnCfg.exe program launched ; by the installation script SETUP.RUL. ; [ScannerNames] 1=HP Scanjet 7000 2=HP Scanjet 7500 3=HP Scanjet 7800 4=HP Scanjet 8290 5=HP Scanjet 8300

Upload: julio-gomez-silverman

Post on 14-Apr-2015

136 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Script Font

KADkaffffffffff

; IMPORTANT:

;

; This file is not to be modified except as directed by

; Kofax Image Products technical support.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; The ScannerNames, DriverType, and DriverName sections

; provide the mapping from scanner name to the ISIS driver name

; or TWAIN scanner model used to support the scanner selected

; during the SVRS install.

; Right now, the scanner names are also hard coded in SETUP.RUL.

; The two sets of names have to match exactly (except order).

; These sections are read by the SvScnCfg.exe program launched

; by the installation script SETUP.RUL.

;

[ScannerNames]

1=HP Scanjet 7000

2=HP Scanjet 7500

3=HP Scanjet 7800

4=HP Scanjet 8290

5=HP Scanjet 8300

6=HP Scanjet 9000

7=HP Scanjet N7710

8=HP Scanjet N8400

Page 2: Script Font

9=HP Scanjet N9120

[DriverType]

1=ISIS

2=ISIS

3=ISIS

4=ISIS

5=ISIS

6=ISIS

7=ISIS

8=ISIS

9=ISIS

[DriverName]

1=hp7000sf.pxn

2=HP7500.pxn

3=hp7800.pxn

4=hp8290.pxn

5=hp8300.pxn

6=HP9000.PXN

7=hpn7710.pxn

8=HPN8400.pxn

9=hpn9120.pxn

Page 3: Script Font

[DriverWarning]

1=0

2=0

3=0

4=0

5=0

6=0

7=0

8=0

9=0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; <scanner name>-VRS-TRAP-ACTION sections:

; <scanner name>-VRS-TRAP-THRESHOLD sections:

;

; Format of section name:

; [<scanner name>-VRS-TRAP-ACTION]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Bell & Howell 8000 B/C-VRS-TRAP-ACTION]

;

; NOTE: <scanner name> is similar but not the same string as the

; <scanner id tag> used elsewhere in this file.

Page 4: Script Font

;

; These items are used to override entries in Default traps.cts.

; These sections are read by the SvScnCfg.exe program launched

; by the installation script SETUP.RUL.

;

[Bell & Howell 8000 B/C-VRS-TRAP-ACTION]

Trap-BrightnessTooLow=1 ;Ignore Error

[Bell & Howell 8000 B/C-VRS-TRAP-THRESHOLD]

Trap-ForExample=6 ; (example for testing only)

Trap-BrightnessTooLow=35

[Bell & Howell 8000 B/C (non-interactive mode)-VRS-TRAP-ACTION]

Trap-BrightnessTooLow=1 ;Ignore Error

[Bell & Howell 8000 B/C (non-interactive mode)-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=35

; Only the items that are different from [Default Scanner-VRSREGSET]

[Bell & Howell 8000 B/C-VRSREGSET]

Item1=OEMCODE_BELL+HOWELL

Item2=OEMSUBCODE_BELL+HOWELL

; Only the items that are different from [Default Scanner-VRSREGSET]

[Bell & Howell 8000 B/C (non-interactive mode)-VRSREGSET]

Item1=OEMCODE_BELL+HOWELL

Page 5: Script Font

Item2=OEMSUBCODE_BELL+HOWELL

Item3=QC_Disabled

Item4=HW_WarningsOff

[Fujitsu fi-4860C-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=32

[Fujitsu fi-4990C-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=33

[Fujitsu M4097D (Hardware)-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=32

[Fujitsu M4099D (Hardware)-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=32

[Fujitsu fi-4750C (Hardware)-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=39

[Fujitsu fi-4750L (Hardware)-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=30

; Phoenix scanners do not have support for auto resolve

;

[Kodak i600 Series-VRS-TRAP-ACTION]

Trap-PaperJam=2 ;Return Error

Page 6: Script Font

Trap-CoverOpen=2 ;Return Error

Trap-OutOfPaper=2 ;Return Error

Trap-MultifeedDetected=2 ;Return Error

Trap-BrightnessTooLow=1 ;Ignore Error

[Kodak i600 Series-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=37

[HP Scanjet 7800-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=30

[HP Scanjet 8300-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=32

[HP Scanjet N9120-VRS-TRAP-THRESHOLD]

Trap-BrightnessTooLow=30

[HP Scanjet N9120-VRS-TRAP-ACTION]

Trap-MultifeedDetected=2

[QC_Disabled]

Type=Registry

MainKey=HKEY_CURRENT_USER

SubKey=Software\Kofax\Condor\1.0\Settings

Name=StopMode

ValueType=REG_DWORD

Page 7: Script Font

Value=3

[HW_WarningsOff]

Type=Registry

MainKey=HKEY_CURRENT_USER

SubKey=Software\Kofax\Condor\1.0\Settings

Name=HwErrors

ValueType=REG_DWORD

Value=0

;

; Everything in [Default Scanner-VRSREGSET] is written to the registry.

; After that, any scanner-specific overrides are done.

; Search for VRSREGSET elsewhere in this file to see examples of

; scanner-specific registry overrides.

;

[Default Scanner-VRSREGSET]

Item1=OEMCODE_SVRS

Item2=OEMSUBCODE_SVRS

Item3=QC_OnErrors

Item4=HW_WarningsOn

[OEMCODE_SVRS]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Page 8: Script Font

Name=OEMCODE

ValueType=REG_SZ

Value=SVRS

[OEMSUBCODE_SVRS]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMSUBCODE

ValueType=REG_SZ

Value=SVRS

[OEMCODE_BELL+HOWELL]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMCODE

ValueType=REG_SZ

Value=BELL+HOWELL

[OEMSUBCODE_BELL+HOWELL]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMSUBCODE

ValueType=REG_SZ

Page 9: Script Font

Value=BELL+HOWELL

; Only the items that are different from [Default Scanner-VRSREGSET]

[Fujitsu fi-4990C-VRSREGSET]

Item1=OEMCODE_FUJITSU

Item2=OEMSUBCODE_fi4990

Item3=QC_Disabled

; Only the items that are different from [Default Scanner-VRSREGSET]

[Fujitsu fi-4860C-VRSREGSET]

Item1=OEMCODE_FUJITSU

Item2=OEMSUBCODE_fi4860

Item3=QC_Disabled

; Only the items that are different from [Default Scanner-VRSREGSET]

[Fujitsu M4097D (Hardware)-VRSREGSET]

Item1=OEMCODE_FUJITSU

Item2=OEMSUBCODE_FUJITSU

Item3=QC_Disabled

; Only the items that are different from [Default Scanner-VRSREGSET]

[Fujitsu M4099D (Hardware)-VRSREGSET]

Item1=OEMCODE_FUJITSU

Item2=OEMSUBCODE_FUJITSU

Item3=QC_Disabled

Page 10: Script Font

; Only the items that are different from [Default Scanner-VRSREGSET]

[Fujitsu fi-4750C (Hardware)-VRSREGSET]

Item1=OEMCODE_FUJITSU

Item2=OEMSUBCODE_FUJITSU

Item3=QC_Disabled

; Only the items that are different from [Default Scanner-VRSREGSET]

[Fujitsu fi-4750L (Hardware)-VRSREGSET]

Item1=OEMCODE_FUJITSU

Item2=OEMSUBCODE_FUJITSU

Item3=QC_Disabled

; This is for Fujitsu HVRS only (not SVRS)

[OEMCODE_FUJITSU]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMCODE

ValueType=REG_SZ

Value=FUJITSU

; This is for Fujitsu HVRS only (not SVRS)

[OEMSUBCODE_FUJITSU]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Page 11: Script Font

Name=OEMSUBCODE

ValueType=REG_SZ

Value=FUJITSU

[OEMSUBCODE_fi4990]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMSUBCODE

ValueType=REG_SZ

Value=fi4990

[OEMSUBCODE_fi4860]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMSUBCODE

ValueType=REG_SZ

Value=fi4860

[QC_OnErrors]

Type=Registry

MainKey=HKEY_CURRENT_USER

SubKey=Software\Kofax\Condor\1.0\Settings

Name=StopMode

ValueType=REG_DWORD

Page 12: Script Font

Value=1

[HW_WarningsOn]

Type=Registry

MainKey=HKEY_CURRENT_USER

SubKey=Software\Kofax\Condor\1.0\Settings

Name=HwErrors

ValueType=REG_DWORD

Value=1

; Only the items that are different from [Default Scanner-VRSREGSET]

[Glory FU-1-VRSREGSET]

Item1=OEMCODE_SVRS

Item2=OEMSUBCODE_GLORY

[OEMSUBCODE_GLORY]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMSUBCODE

ValueType=REG_SZ

Value=GLORY

; Only the items that are different from [Default Scanner-VRSREGSET]

[HP Scanjet 8290-VRSREGSET]

Item1=OEMSUBCODE_HP

Page 13: Script Font

; Only the items that are different from [Default Scanner-VRSREGSET]

[HP Scanjet 7800-VRSREGSET]

Item1=OEMSUBCODE_HP

; Only the items that are different from [Default Scanner-VRSREGSET]

[HP Scanjet 8300-VRSREGSET]

Item1=OEMSUBCODE_HP

; Only the items that are different from [Default Scanner-VRSREGSET]

[HP Scanjet N9120-VRSREGSET]

Item1=OEMSUBCODE_HP

[OEMSUBCODE_HP]

Type=Registry

MainKey=HKEY_LOCAL_MACHINE

SubKey=Software\Kofax\Condor

Name=OEMSUBCODE

ValueType=REG_SZ

Value=HewlettPackard

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; <scanner name>-VRSSET sections:

;

; Format of section name:

Page 14: Script Font

; [<scanner name>-VRSSET]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Fujitsu M3091DC-VRSSET]

;

; NOTE: <scanner name> is similar but not the same string as the

; <scanner id tag> used elsewhere in this file.

;

; These items are used to override entries in Default settings.cps.

; These sections are read by the SvScnCfg.exe program launched

; by the installation script SETUP.RUL.

;

[Fujitsu ScanPartner 15C-VRSSET]

EdgeThreshold=60

GLUT_Gamma=15

[Fujitsu ScanPartner 620C-VRSSET]

GLUT_Gamma=10

[Fujitsu M3093GX-VRSSET]

EdgeThreshold=60

GLUT_Gamma=20

[Fujitsu ScanPartner 93GX-VRSSET]

EdgeThreshold=60

Page 15: Script Font

GLUT_Gamma=20

[Epson GT-10000+-VRSSET]

[Epson GT-30000-VRSSET]

GLUT_Gamma=3

[Epson Perfection 1640SU with ADF-VRSSET]

EdgeThreshold=60

[Canon CanoScan N650U/N656U-VRSSET]

EdgeThreshold=65 ;VRS Contrast

GLUT_Gamma=23

[Canon CanoScan N1220U-VRSSET]

EdgeThreshold=65 ;VRS Contrast

GLUT_Gamma=22

[Fujitsu fi-4750C-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=15

CropEnable=1

BlackBorder=1

[Fujitsu fi-5750C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

Page 16: Script Font

GLUT_Gamma=13

CropEnable=1

BlackBorder=1

[Bell & Howell 8000 B/C-VRSSET]

CropEnable=1

EdgeThreshold=50

[Bell & Howell 8000 B/C (non-interactive mode)-VRSSET]

CropEnable=1

EdgeThreshold=50

[Fujitsu fi-4860C-VRSSET]

EdgeThreshold=65 ;VRS Contrast

GLUT_Gamma=15

CropEnable=1

BlackBorder=1

[Fujitsu fi-4990C-VRSSET]

CropEnable=1

BlackBorder=1

[Fujitsu M3091DC-VRSSET]

EdgeThreshold=60 ;VRS Contrast

Page 17: Script Font

GLUT_Gamma=0

[Fujitsu M3092DC-VRSSET]

EdgeThreshold=60

GLUT_Gamma=0

[HP ScanJet 6250C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=5 ;VRS Gamma (gray/BW)

[HP ScanJet 6300C-VRSSET]

EdgeThreshold=63 ;VRS Contrast

GLUT_Gamma=20 ;VRS Gamma (gray/BW)

[HP ScanJet 6350C-VRSSET]

EdgeThreshold=63 ;VRS Contrast

GLUT_Gamma=5

[HP Scanjet 8290-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=0

CLUT_Brightness=50

CLUT_Contrast=50

CLUT_Gamma=0

[HP Scanjet 7800-VRSSET]

Page 18: Script Font

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=5

CropEnable=1

BlackBorder=0 ;No Edge Cleanup

CLUT_Brightness=55

CLUT_Contrast=50

CLUT_Gamma=0

[HP Scanjet 8300-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=0

CropEnable=1

BlackBorder=0 ;No Edge Cleanup

CLUT_Brightness=55

CLUT_Contrast=50

CLUT_Gamma=0

[HP Scanjet N9120-VRSSET]

EdgeThreshold=50 ;VRS Contrast

GLUT_Gamma=0

CropEnable=1

BlackBorder=1 ;Enable Edge Cleanup

CLUT_Brightness=50

CLUT_Contrast=53

CLUT_Gamma=0

Page 19: Script Font

[Canon DR-3080C-VRSSET]

CropEnable=1

BlackBorder=1

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=15

[Canon DR-5080C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

CropEnable=1

BlackBorder=1

GLUT_Gamma=15

;GlobalThreshold=55

[Canon DR-6080-VRSSET]

CropEnable=1

BlackBorder=1

EdgeThreshold=63 ;VRS Contrast

GLUT_Gamma=8

[Canon DR-9080C-VRSSET]

CropEnable=1

BlackBorder=1

EdgeThreshold=65 ;VRS Contrast

GLUT_Gamma=15

[Canon DR-4080U-VRSSET]

Page 20: Script Font

GLUT_Gamma=30

[Panasonic KV-S6040W (white background)-VRSSET]

GLUT_Gamma=30

[Panasonic KV-S6045W (white background)-VRSSET]

GLUT_Gamma=30

[Panasonic KV-S6040W (black background)-VRSSET]

GLUT_Gamma=30

CropEnable=1

BlackBorder=1

[Panasonic KV-S6045W (black background)-VRSSET]

GLUT_Gamma=30

CropEnable=1

BlackBorder=1

[Panasonic KV-S6050W-VRSSET]

GLUT_Gamma=25 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Panasonic KV-S2065W-VRSSET]

CropEnable=1

BlackBorder=1

Page 21: Script Font

GLUT_Gamma=25

[Panasonic KV-S6055W-VRSSET]

GLUT_Gamma=25 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Panasonic KV-S2025C/KV-S2026C-VRSSET]

GLUT_Gamma=0 ;VRS Gamma (gray/BW)

EdgeThreshold=70 ;VRS Contrast

CropEnable=1

BlackBorder=1

[Panasonic KV-S2045C/KV-S2046C-VRSSET]

CropEnable=1

BlackBorder=1

EdgeThreshold=60

GLUT_Gamma=5

[Kodak DS 1500-VRSSET]

GLUT_Gamma=20

CropEnable=1

BlackBorder=1

[Kodak DS 2500-VRSSET]

GLUT_Gamma=3

Page 22: Script Font

[Bell & Howell 500FB-VRSSET]

EdgeThreshold=55 ;VRS Contrast

GLUT_Gamma=5

CropEnable=1

BlackBorder=1

[Ricoh IS-01-VRSSET]

EdgeThreshold=55 ;VRS Contrast

GLUT_Gamma=5

CropEnable=1

BlackBorder=1

[Kodak I50-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=5 ;VRS Gamma (gray/BW)

[Kodak I60-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=10 ;VRS Gamma (gray/BW)

[Kodak I80-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=0 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

Page 23: Script Font

[Fujitsu fi-4110CU-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=2 ;VRS Gamma (gray/BW)

[Bell & Howell 730DC FB-VRSSET]

EdgeThreshold=65 ;VRS Contrast

[Fujitsu fi-4640S-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=20 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Fujitsu fi-4340C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=10 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Fujitsu fi-4010CU-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=30 ;VRS Gamma (gray/BW)

[Fujitsu M3093DG-VRSSET]

EdgeThreshold=60 ;VRS Contrast

Page 24: Script Font

GLUT_Gamma=15 ;VRS Gamma (gray/BW)

[Canon DR-3060-VRSSET]

EdgeThreshold=40 ;VRS Contrast

GLUT_Gamma=40 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Visioneer 9650 USB-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=10 ;VRS Gamma (gray/BW)

[HP ScanJet 7400C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=-3 ;VRS Gamma (gray/BW)

[HP ScanJet 7450C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=-3 ;VRS Gamma (gray/BW)

[HP ScanJet 7490C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=-3 ;VRS Gamma (gray/BW)

[Fujitsu fi-4120C-VRSSET]

EdgeThreshold=65 ;VRS Contrast

Page 25: Script Font

[Fujitsu fi-4220C-VRSSET]

EdgeThreshold=65 ;VRS Contrast

[Fujitsu fi-4530C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=10 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Canon DR-2080C-VRSSET]

EdgeThreshold=60 ;VRS Contrast

GLUT_Gamma=20 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Canon DR-4580U-VRSSET]

GLUT_Gamma=10 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

[Kodak i200 Series-VRSSET]

EdgeThreshold=68 ;VRS Contrast

GLUT_Gamma=1 ;VRS Gamma (gray/BW)

CropEnable=1

BlackBorder=1

Page 26: Script Font

[Kodak i280-VRSSET]

EdgeThreshold=68 ;VRS Contrast

GLUT_Gamma=-10 ;VRS Gamma (gray/BW)

CLUT_Gamma=-10 ;VRS Color Gamma

CropEnable=1

BlackBorder=1

[Fujitsu M4097D (Hardware)-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=20

CropEnable=1

BlackBorder=1

[Fujitsu M4099D (Hardware)-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=20

CropEnable=1

BlackBorder=1

[Fujitsu fi-4750C (Hardware)-VRSSET]

EdgeThreshold=70 ;VRS Contrast

GLUT_Gamma=0

CropEnable=1

BlackBorder=1

GlobalThreshold=39

Page 27: Script Font

AutoBrightnessEnable=0

[Fujitsu fi-4750L (Hardware)-VRSSET]

EdgeThreshold=65 ;VRS Contrast

GLUT_Gamma=20

CropEnable=1

BlackBorder=1

[Kodak i600 Series-VRSSET]

CropEnable=1

BlackBorder=1

EdgeThreshold=65

GLUT_Gamma=0

CLUT_Brightness=52

CLUT_Contrast=50

CLUT_Gamma=-17

[Panasonic KV-S7065C-VRSSET]

CropEnable=1

BlackBorder=1

EdgeThreshold=70

GLUT_Gamma=0

CLUT_Brightness=59 ; Color brightness

CLUT_Gamma=-12 ; Color Gamma

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Page 28: Script Font

;

; <scanner name>-VINSET sections:

;

; Format of section name:

; [<scanner name>-VINSET]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Fujitsu M3091DC-VINSET]

;

; NOTE: <scanner name> is similar but not the same string as the

; <scanner id tag> used elsewhere in this file.

;

; These items are used to override entries in VRSInput.ini.

; These sections are read by the SvScnCfg.exe program launched

; by the installation script SETUP.RUL.

;

[Bell & Howell 8000 B/C-VINSET]

ColorSwitchingWarning=1

ResampleNearestNeighborAngle=1

[Bell & Howell 8000 B/C (non-interactive mode)-VINSET]

ColorSwitchingWarning=1

ResampleNearestNeighborAngle=1

Page 29: Script Font

[Kodak i600 Series-VINSET]

InputColor=3

BrightFloor=45

BrightnessAggressiveness=50

EdgeAggressivity=92

[Fujitsu fi-4750C-VINSET]

BrightFloor=45

BrightnessAggressiveness=0

EdgeAggressivity=128

AsymmetricBackgrounds=1

[Fujitsu fi-5750C-VINSET]

BrightFloor=45

BrightnessAggressiveness=50

EdgeAggressivity=128

[Canon CanoScan N1220U-VINSET]

BrightFloor=45

BrightnessAggressiveness=0

[Canon CanoScan N650U/N656U-VINSET]

BrightnessAggressiveness=0

Page 30: Script Font

[Canon DR-5080C-VINSET]

BrightnessAggressiveness=0

EdgeAggressivity=100

[Canon DR-6080-VINSET]

BrightFloor=50

BrightnessAggressiveness=0

EdgeAggressivity=163

[Canon DR-9080C-VINSET]

BrightFloor=40

BrightnessAggressiveness=0

EdgeAggressivity=160

[Canon DR-3080C-VINSET]

BrightFloor=50

BrightnessAggressiveness=25

[Fujitsu ScanPartner 15C-VINSET]

BrightFloor=55

BrightnessAggressiveness=0

[Fujitsu ScanPartner 620C-VINSET]

BrightFloor=55

BrightnessAggressiveness=0

Page 31: Script Font

[Fujitsu M3091DC-VINSET]

BrightFloor=50

[Fujitsu M3092DC-VINSET]

BrightFloor=50

[Fujitsu M3093GX-VINSET]

BrightnessAggressiveness=0

[Fujitsu ScanPartner 93GX-VINSET]

BrightnessAggressiveness=0

[Epson GT-10000+-VINSET]

BrightFloor=55

[Epson GT-30000-VINSET]

BrightFloor=50

[Epson Perfection 1640SU with ADF-VINSET]

BrightnessAggressiveness=75

[HP ScanJet 6250C-VINSET]

ScanZoom=75

[HP ScanJet 6300C-VINSET]

BrightnessAggressiveness=75

Page 32: Script Font

ScanZoom=75

[HP ScanJet 6350C-VINSET]

BrightnessAggressiveness=75

[HP Scanjet 8290-VINSET]

BrightnessAggressiveness=50

BrightFloor=45

EdgeAggressivity=128

[HP Scanjet 7800-VINSET]

BrightnessAggressiveness=0

BrightFloor=45

EdgeAggressivity=128

BlackBackground=1

CSkewDetect.offsets.right=10

CSkewDetect.reconcile_crop=0

CSkewDetect.gray_stats_error_sum_thr_white_bkg=45

[HP Scanjet 8300-VINSET]

BrightnessAggressiveness=50

BrightFloor=45

EdgeAggressivity=128

BlackBackground=1

CSkewDetect.offsets.right=10

CSkewDetect.reconcile_crop=0

Page 33: Script Font

CSkewDetect.gray_stats_error_sum_thr_white_bkg=45

[HP Scanjet N9120-VINSET]

BrightnessAggressiveness=0

BrightFloor=45

EdgeAggressivity=128

BlackBackground=1

CSkewDetect.white_bkg_threshold=1

GrayJPEGEnabled=0

[Panasonic KV-S2065W-VINSET]

BrightnessAggressiveness=0

BrightFloor=45

[Panasonic KV-S6055W-VINSET]

BrightnessAggressiveness=0

BrightFloor=55

[Panasonic KV-S6050W-VINSET]

BrightnessAggressiveness=0

BrightFloor=55

[Kodak DS 1500-VINSET]

[Kodak DS 2500-VINSET]

BrightnessAggressiveness=25

Page 34: Script Font

[Kodak I50-VINSET]

BrightFloor=50

BrightnessAggressiveness=75

[Kodak I60-VINSET]

BrightFloor=40

BrightnessAggressiveness=50

EdgeAggressivity=128

[Kodak I80-VINSET]

BrightFloor=40

BrightnessAggressiveness=50

EdgeAggressivity=128

AsymmetricBackgrounds=1

[Fujitsu fi-4110CU-VINSET]

BrightFloor=50

[Panasonic KV-S6040W (black background)-VINSET]

[Panasonic KV-S6045W (black background)-VINSET]

[Panasonic KV-S2025C/KV-S2026C-VINSET]

BrightnessAggressiveness=0

BrightFloor=45

Page 35: Script Font

EdgeAggressivity=128

[Panasonic KV-S2045C/KV-S2046C-VINSET]

BrightnessAggressiveness=0

BrightFloor=45

EdgeAggressivity=128

[Ricoh IS-01-VINSET]

BrightFloor=50

BrightnessAggressiveness=75

[Bell & Howell 500FB-VINSET]

BrightFloor=50

BrightnessAggressiveness=75

[Fujitsu fi-4640S-VINSET]

BrightFloor=50

BrightnessAggressiveness=0

EdgeAggressivity=168

[Fujitsu M3093DG-VINSET]

BrightnessAggressiveness=0

EdgeAggressivity=128

[Canon DR-3060-VINSET]

BrightFloor=50

Page 36: Script Font

BrightnessAggressiveness=0

[Visioneer 9650 USB-VINSET]

BrightFloor=45

BrightnessAggressiveness=0

EdgeAggressivity=128

[Fujitsu fi-4010CU-VINSET]

BrightFloor=45

BrightnessAggressiveness=0

EdgeAggressivity=128

[Fujitsu fi-4340C-VINSET]

BrightnessAggressiveness=0

AsymmetricBackgrounds=1

BrightFloor=50

EdgeAggressivity=88

[HP ScanJet 7400C-VINSET]

BrightFloor=35

BrightnessAggressiveness=0

[HP ScanJet 7450C-VINSET]

BrightFloor=35

BrightnessAggressiveness=0

Page 37: Script Font

[HP ScanJet 7490C-VINSET]

BrightFloor=35

BrightnessAggressiveness=0

[Fujitsu fi-4120C-VINSET]

BrightFloor=50

BrightnessAggressiveness=0

EdgeAggressivity=88

[Fujitsu fi-4220C-VINSET]

BrightFloor=50

BrightnessAggressiveness=0

EdgeAggressivity=88

[Fujitsu fi-4530C-VINSET]

BrightFloor=50

BrightnessAggressiveness=0

EdgeAggressivity=128

[Canon DR-2080C-VINSET]

BrightFloor=50

BrightnessAggressiveness=0

EdgeAggressivity=128

[Canon DR-4580U-VINSET]

BrightFloor=55

Page 38: Script Font

BrightnessAggressiveness=0

EdgeAggressivity=128

[Kodak i200 Series-VINSET]

BrightFloor=50

BrightnessAggressiveness=50

EdgeAggressivity=88

[Kodak i280-VINSET]

BrightFloor=50

BrightnessAggressiveness=0

EdgeAggressivity=128

[Fujitsu M4097D (Hardware)-VINSET]

AsymmetricBackgrounds=1

[Fujitsu fi-4750C (Hardware)-VINSET]

AsymmetricBackgrounds=1

[Fujitsu fi-4750L (Hardware)-VINSET]

AsymmetricBackgrounds=1

[Panasonic KV-S7065C-VINSET]

BrightnessAggressiveness=0

BrightFloor=50

EdgeAggressivity=160

Page 39: Script Font

TopOverScanSize=1800 ; No way to adjust Margin when enabled. This allows VRS to crop top edge.

[INFO-General]

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; Following are the <scanner name>-INFO sections.

;

; Format of section name:

; [<scanner name>-INFO]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Fujitsu M3091DC-INFO]

;

; The ScannerBackground is read every time the

; scanner is reserved. It is translated into a setting in

; the "defaults bag", and AUTO_CROP_CAPABLE is adjusted accordingly.

;

; ScannerBackground=1 ;white

; ScannerBackground=2 ;black

;

; CropPageSizeInfo is read at the start of every

; batch. When CropPageSizeInfo=2 in this file,

; SVRS is prevented from using MAX paper size in

; cropping situations.

;

Page 40: Script Font

; CropPageSizeInfo=2 ;Always use application's papersize

[Glory FU-1-INFO]

ScannerBackground=2

[Fujitsu M3091DC-INFO]

ScannerBackground=1

[Fujitsu M3092DC-INFO]

ScannerBackground=1

[Fujitsu M3093GX-INFO]

ScannerBackground=1

[Fujitsu ScanPartner 93GX-INFO]

ScannerBackground=1

[Fujitsu ScanPartner 15C-INFO]

ScannerBackground=1

[Fujitsu ScanPartner 620C-INFO]

ScannerBackground=1

[HP ScanJet 6250C-INFO]

ScannerBackground=1

Page 41: Script Font

[HP ScanJet 6300C-INFO]

ScannerBackground=1

[HP ScanJet 6350C-INFO]

ScannerBackground=1

[HP Scanjet 8290-INFO]

ScannerBackground=1

CropPageSizeInfo=2 ;Always use application's papersize

[HP Scanjet 7800-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[HP Scanjet 8300-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[HP Scanjet N9120-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Kodak DS 1500-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

Page 42: Script Font

[Canon DR-3080C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Canon DR-5080C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Canon DR-6080-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Canon DR-9080C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Canon DR-4080U-INFO]

ScannerBackground=1

[Panasonic KV-S6040W (white background)-INFO]

ScannerBackground=1

[Panasonic KV-S6045W (white background)-INFO]

ScannerBackground=1

[Panasonic KV-S6040W (black background)-INFO]

Page 43: Script Font

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Panasonic KV-S6045W (black background)-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Panasonic KV-S2065W-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Panasonic KV-S6055W-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Panasonic KV-S6050W-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Panasonic KV-S2025C/KV-S2026C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Panasonic KV-S2045C/KV-S2046C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

Page 44: Script Font

[Bell & Howell 500FB-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Ricoh IS-01-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Kodak I50-INFO]

ScannerBackground=1

[Kodak I60-INFO]

ScannerBackground=1

[Kodak I80-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-4110CU-INFO]

ScannerBackground=1

[Fujitsu fi-4990C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

Page 45: Script Font

[Fujitsu fi-4860C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Bell & Howell 8000 B/C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Bell & Howell 8000 B/C (non-interactive mode)-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Canon DR-3060-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-4640S-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-4340C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-4750C-INFO]

ScannerBackground=2

Page 46: Script Font

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-5750C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-4120C-INFO]

ScannerBackground=1

[Fujitsu fi-4220C-INFO]

ScannerBackground=1

[Fujitsu fi-4530C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Canon DR-2080C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Canon DR-4580U-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Kodak i200 Series-INFO]

ScannerBackground=2

Page 47: Script Font

CropPageSizeInfo=2 ;Always use application's papersize

[Kodak i280-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu M4097D (Hardware)-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu M4099D (Hardware)-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-4750C (Hardware)-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Fujitsu fi-4750L (Hardware)-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

[Kodak i600 Series-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

Page 48: Script Font

[Panasonic KV-S7065C-INFO]

ScannerBackground=2

CropPageSizeInfo=2 ;Always use application's papersize

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; Following are the <scanner name>-VRSISIS-KPMSPEC sections.

;

; Format of section name:

; [<scanner name>-VRSISIS-KPMSPEC]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Fujitsu M3091DC-VRSISIS-KPMSPEC]

;

; The appropriate section read every time the

; scanner is reserved. These items are used to set

; the ISIS kpm's private spec variables for proper

; SVRS operation. These sections are intended to

; be used with any ISIS setting (TAG) for which there is a

; corresponding ISIS kpm setting.

;

; The format of the items in these sections is

; dependent on two things: (1) the definition of the

; KCL table in the ISIS kpm, and (2) the behavior of

; the KCLSETTableIniRead function.

;

Page 49: Script Font

; Some useful constants:

;

; wScanContrast=32818 ;50 percent

; wScanContrast=1 ;SCN_CONTRAST1

; wScanContrast=2 ;SCN_CONTRAST2

; wScanContrast=4 ;SCN_CONTRAST3

; wScanContrast=8 ;SCN_CONTRAST4

; wScanContrast=16 ;SCN_CONTRAST5

; wScanContrast=32 ;SCN_CONTRAST6

; wScanContrast=64 ;SCN_CONTRAST7

; wScanContrast=128 ;SCN_CONTRAST8

; wScanPaperSource=1 ;SCN_SFLAT

[Fujitsu fi-4750C-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32

[Fujitsu fi-5750C-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32818

[Fujitsu M3091DC-VRSISIS-KPMSPEC]

wScanContrast=32834 ;66%

wScanDensity=32818 ;The ISIS driver doesn't use a Brightness value when scanning in Grayscale

[Fujitsu M3092DC-VRSISIS-KPMSPEC]

Page 50: Script Font

wScanContrast=4 ;SCN_CONTRAST3

wScanDensity=32818 ;The ISIS driver doesn't use a Brightness value when scanning in Grayscale

[Fujitsu M3093GX-VRSISIS-KPMSPEC]

wScanContrast=8 ;SCN_CONTRAST4

wScanDensity=16 ;SCN_DENSITY5

[Fujitsu ScanPartner 93GX-VRSISIS-KPMSPEC]

wScanContrast=8 ;SCN_CONTRAST4

wScanDensity=16 ;SCN_DENSITY5

[HP ScanJet 6250C-VRSISIS-KPMSPEC]

wScanContrast=16

wScanDensity=8

[HP ScanJet 6300C-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_AUTO_CONTRAST

wScanDensity=8 ;SCN_AUTO_DENSITY

[HP ScanJet 6350C-VRSISIS-KPMSPEC]

wScanContrast=16

wScanDensity=8

[HP Scanjet 8290-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32818

Page 51: Script Font

[HP Scanjet 7800-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32823

[HP Scanjet 8300-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32828

[HP Scanjet N9120-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32828

[Kodak DS 1500-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Canon DR-3080C-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Canon DR-5080C-VRSISIS-KPMSPEC]

wScanContrast=32818

Page 52: Script Font

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Canon DR-6080-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32832

[Canon DR-9080C-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32825 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Canon DR-4080U-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Panasonic KV-S6040W (white background)-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Panasonic KV-S6045W (white background)-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

Page 53: Script Font

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Panasonic KV-S6040W (black background)-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Panasonic KV-S6045W (black background)-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Panasonic KV-S2065W-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

[Panasonic KV-S6055W-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=8 ;SCN_DENSITY4

[Panasonic KV-S6050W-VRSISIS-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=8 ;SCN_DENSITY4

Page 54: Script Font

[Panasonic KV-S2025C/KV-S2026C-VRSISIS-KPMSPEC]

wScanContrast=32 ;SCN_CONTRAST6

wScanDensity=32831 ;63 percent

[Panasonic KV-S2045C/KV-S2046C-VRSISIS-KPMSPEC]

wScanContrast=32 ;SCN_CONTRAST6

wScanDensity=32 ;SCN_DENSITY6

[Bell & Howell 500FB-VRSISIS-KPMSPEC]

wScanContrast=8 ;SCN_CONTRAST4

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Ricoh IS-01-VRSISIS-KPMSPEC]

wScanContrast=8 ;SCN_CONTRAST4

wScanDensity=16 ;SCN_DENSITY5

; System defaults to ADF. As long as that's ok, no entry is needed here for wScanPaperSource.

[Ricoh IS-330-VRSISIS-KPMSPEC]

wScanContrast=16

wScanDensity=16

[Epson GT-30000-VRSISIS-KPMSPEC]

wScanContrast=16

wScanDensity=8

Page 55: Script Font

[Kodak I50-VRSISIS-KPMSPEC]

wScanContrast=8

wScanDensity=8

[Kodak I60-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32818

[Kodak I80-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32818

[Fujitsu fi-4110CU-VRSISIS-KPMSPEC]

wScanContrast=4

wScanDensity=16

[Kodak DS 2500-VRSISIS-KPMSPEC]

wScanContrast=8

wScanDensity=8

[Bell & Howell 730DC FB-VRSISIS-KPMSPEC]

wScanContrast=16

wScanDensity=16

[Fujitsu fi-4640S-VRSISIS-KPMSPEC]

Page 56: Script Font

wScanContrast=32820

wScanDensity=32818

[Fujitsu M3093DG-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32818

[Canon DR-3060-VRSISIS-KPMSPEC]

wScanContrast=8

wScanDensity=16

[Fujitsu fi-4340C-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=16

[Visioneer 9650 USB-VRSISIS-KPMSPEC]

wScanContrast=8

wScanDensity=32790

[Fujitsu fi-4120C-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32825

[Fujitsu fi-4220C-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32825

Page 57: Script Font

[Fujitsu fi-4530C-VRSISIS-KPMSPEC]

wScanContrast=32818

wScanDensity=32818

[Canon DR-2080C-VRSISIS-KPMSPEC]

wScanContrast=16

wScanDensity=16

[Canon DR-4580U-VRSISIS-KPMSPEC]

wScanContrast=16

wScanDensity=8

[Kodak i200 Series-VRSISIS-KPMSPEC]

wScanContrast=32818 ;SCN_CONTRAST50%

wScanDensity=32803 ;SCN_DENSITY50%

[Kodak i280-VRSISIS-KPMSPEC]

wScanContrast=32818 ;SCN_CONTRAST50%

wScanDensity=32818 ;SCN_DENSITY50%

[Panasonic KV-S7065C-VRSISIS-KPMSPEC]

wScanContrast=32818 ;50 Percent

wScanDensity=32825 ;58 Percent

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Page 58: Script Font

;

; Following are the <scanner name>-VRSISIS-ISISSET sections.

;

; Format of section name:

; [<scanner name>-VRSISIS-ISISSET]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Fujitsu M3091DC-VRSISIS-ISISSET]

;

; The appropriate section is read every time the

; scanner is reserved. These items are used to set

; the ISIS driver for proper SVRS operation. These

; sections are intended to be used any ISIS setting (TAG)

; for which there is *NO* corresponding ISIS kpm setting.

;

; The format of the items in these sections is dependent on

; (1) the scanner's ISIS driver, and (2) the PixTagRestoreFile

; function of the ISIS toolkit.

;

; Each section has some useful constants included as comments.

; The items that will work for one scanner may not work for a

; different scanner.

;

[Canon DR-2080C-VRSISIS-ISISSET]

Gamma=0 ; Gamma = Standard

Page 59: Script Font

TagAutoSize=1 ; Detect Page Size = Checked

Deskew=0 ; Deskew = Unchecked

CropDetect=0 ; Border Removal = Unchecked

EdgeEmphasisIntensity=1 ; Edge Emphasis = Soft (slider at leftmost position)

DropOut(-1)=0 ; Dropout colors all set to None

DropOut(0)=0

DropOut(1)=0

[Fujitsu fi-4750C-VRSISIS-ISISSET]

Backing(1)=3

DetectPageLength=1

WhiteFollow(-1)=0

WhiteFollow(1)=2

Gamma(-1)=1

Gamma(1)=1

[Fujitsu fi-5750C-VRSISIS-ISISSET]

Backing=3 ; Black background for Both sides

OverscanEnable=1 ; Enable overscan

DetectPageLength=1 ; Enable Page Length detection

WhiteFollow=2 ; Off

Cropping=0 ; Dont use the scanners cropping

BlackBorderRemoval=0 ; Dont use the scanners border removal

Gamma=0 ; Normal

[Fujitsu M3091DC-VRSISIS-ISISSET]

Page 60: Script Font

DropoutColor=2 ;Green (normal)

Emphasis=1 ;Low

;DropoutColor=1 ;Red

;DropoutColor=3 ;Blue

;KeepLampOn=0 ;Lamp Power Save Mode ON

;KeepLampOn=1 ;Lamp Power Save Mode OFF

[Fujitsu M3092DC-VRSISIS-ISISSET]

DropoutColor=2 ;Green (normal)

Emphasis=1 ;Low

;DropoutColor=1 ;Red

;DropoutColor=3 ;Blue

;KeepLampOn=0 ;Lamp Power Save Mode ON

;KeepLampOn=1 ;Lamp Power Save Mode OFF

[Kodak DS 1500-VRSISIS-ISISSET]

Emphasis(1)=0

Tag 5084(1)=1

;Tag 1403(1)=1 ;Detect Page Size ON

;Tag 5084(1)=1 ;Length Control ON (Auto length detection)

;Tag 5084(1)=0 ;Length Control OFF

;Tag 5048(1)=0 ;Detect Double Feed OFF

;Tag 5048(1)=1 ;Detect Double Feed ON

;Tag 5368(1)=0 ;Detect Double Feed Sensitivity Low

;Tag 5368(1)=1 ;Detect Double Feed Sensitivity Normal

;Tag 5368(1)=2 ;Detect Double Feed Sensitivity High

Page 61: Script Font

;Tag 1401(1)=0 ;Mirror Image OFF

;Tag 1401(1)=1 ;Mirror Image ON

;Couldn't get Reverse Image to work for some reason

;so it is not included.

[Kodak DS 2500-VRSISIS-ISISSET]

Emphasis(1)=3

Tag 5084(1)=1

[Canon DR-3080C-VRSISIS-ISISSET]

DetectPageSizeEx=1

Margin=1

MarginLength=10

[Canon DR-5080C-VRSISIS-ISISSET]

;DetectPageSize=1

DetectPageSize=0

ColorDropout=None

;ColorDropout=Red

;ColorDropout=Green

;ColorDropout=Blue

;Margin=1

Margin=0

;MarginMM=10

MarginMM=0

BackgroundEraseIntensity(1)=7;AE

Page 62: Script Font

;EdgeEmphasisIntensity(1)=1 ;EE

EdgeEmphasisIntensity(1)=3 ;EE

ScanningSpeed(0)=0 ;High Speed Scanning OFF

;ScanningSpeed(0)=1 ;High Speed Scanning ON

[Canon DR-6080-VRSISIS-ISISSET]

PageSize=

DropOut(-2)=0

DropOut(-1)=0

DropOut(0)=0

DropOut(1)=0

DropOut(2)=0

Deskew=0

CropDetect=0

CropMethod=0

Margin=1

Marginmm=6

AutoDeskew=0

BrightnessBackEnabled=1 ; Enabled Backside Brightness adjustment

BrightnessManualBack=110 ; Set backside brightness to this value (1 to 255)

BrightnessAutoBack=0

EdgeEmphasis=0

EdgeEmphasisIntensity=3 ; 1 = Soft, 2 = Soft+, 3 = Midpoint, 4 = Midpoint+, 5 = Sharp

Gamma=0 ; 0 = Disabled, 1 = Enabled

GammaModeGrayFront=1 ; Only valid if Gamma=1

Page 63: Script Font

GammaModeGrayBack=1 ; Only valid if Gamma=1

GammaModeRedFront=1 ; Only valid if Gamma=1

GammaModeGreenFront=1 ; Only valid if Gamma=1

GammaModeBlueFront=1 ; Only valid if Gamma=1

GammaModeRedBack=1 ; Only valid if Gamma=1

GammaModeGreenBack=1 ; Only valid if Gamma=1

GammaModeBlueBack=1; Only valid if Gamma=1

GammaFactorGrayFront=1 ; Only valid if Gamma=1

GammaFactorGrayBack=1 ; Only valid if Gamma=1

GammaFactorRedFront=1 ; Only valid if Gamma=1

GammaFactorGreenFront=1 ; Only valid if Gamma=1

GammaFactorBlueFront=1 ; Only valid if Gamma=1

GammaFactorRedBack=1 ; Only valid if Gamma=1

GammaFactorGreenBack=1 ; Only valid if Gamma=1

GammaFactorBlueBack=1 ; Only valid if Gamma=1

[Canon DR-9080C-VRSISIS-ISISSET]

PageSize=

DropOut(-2)=0

DropOut(-1)=0

DropOut(0)=0

DropOut(1)=0

DropOut(2)=0

Deskew=0

CropDetect=0

CropMethod=0

Page 64: Script Font

Margin=1

Marginmm=6

AutoDeskew=0

BrightnessBackEnabled=0

BrightnessManualBack=128

BrightnessAutoBack=0

EdgeEmphasis=0

EdgeEmphasisIntensity=3 ; 1 = Soft, 2 = Soft+, 3 = Midpoint, 4 = Midpoint+, 5 = Sharp

Gamma=0 ; 0 = Disabled, 1 = Enabled

GammaModeGrayFront=1 ; Only valid if Gamma=1

GammaModeGrayBack=1 ; Only valid if Gamma=1

GammaModeRedFront=1 ; Only valid if Gamma=1

GammaModeGreenFront=1 ; Only valid if Gamma=1

GammaModeBlueFront=1 ; Only valid if Gamma=1

GammaModeRedBack=1 ; Only valid if Gamma=1

GammaModeGreenBack=1 ; Only valid if Gamma=1

GammaModeBlueBack=1; Only valid if Gamma=1

GammaFactorGrayFront=1 ; Only valid if Gamma=1

GammaFactorGrayBack=1 ; Only valid if Gamma=1

GammaFactorRedFront=1 ; Only valid if Gamma=1

GammaFactorGreenFront=1 ; Only valid if Gamma=1

GammaFactorBlueFront=1 ; Only valid if Gamma=1

GammaFactorRedBack=1 ; Only valid if Gamma=1

GammaFactorGreenBack=1 ; Only valid if Gamma=1

GammaFactorBlueBack=1 ; Only valid if Gamma=1

Page 65: Script Font

[Canon DR-4080U-VRSISIS-ISISSET]

Emphasis(1)=0 ;Image Emphasis = None

Tag 5084(1)=1 ;Length Control ON

[Panasonic KV-S6040W (white background)-VRSISIS-ISISSET]

Emphasis(1)=0 ;Image Emphasis = None

Tag 5084(1)=1 ;Length Control ON

[Panasonic KV-S6045W (white background)-VRSISIS-ISISSET]

Emphasis(1)=0 ;Image Emphasis = None

Tag 5084(1)=1 ;Length Control ON

[Panasonic KV-S6040W (black background)-VRSISIS-ISISSET]

Emphasis(1)=0

Tag 5084(1)=1

[Panasonic KV-S6045W (black background)-VRSISIS-ISISSET]

Emphasis(1)=0

Tag 5084(1)=1

[Panasonic KV-S2065W-VRSISIS-ISISSET]

LengthControl=1

WhiteLevel=128

ImgEmphasis=0

[Panasonic KV-S6055W-VRSISIS-ISISSET]

Page 66: Script Font

LengthControl=1

ImgEmphasis=0

[Panasonic KV-S6050W-VRSISIS-ISISSET]

LengthControl=1

ImgEmphasis=0

[Panasonic KV-S2025C/KV-S2026C-VRSISIS-ISISSET]

LengthControl=1 ; Length Control ON

ImgEmphasis=0 ; Image Emphasis = None

Gamma=7 ; Gamma = Gamma for CRT (default value)

WhiteLevel=0 ; White Level = Off

[Panasonic KV-S2045C/KV-S2046C-VRSISIS-ISISSET]

LengthControl=1 ; Length Control ON

ImgEmphasis=0 ; Image Emphasis = None

Gamma=7 ; Gamma = Gamma for CRT (default value)

WhiteLevel=0 ; White Level = Off

[Ricoh IS-330-VRSISIS-ISISSET]

DropoutColor(-1)=0

DropoutColor(1)=0

DetectPageSize=1

[Fujitsu M3093GX-VRSISIS-ISISSET]

Tag 1445(1)=2

Page 67: Script Font

[Fujitsu ScanPartner 93GX-VRSISIS-ISISSET]

Tag 1445(1)=2

[Ricoh IS-01-VRSISIS-ISISSET]

Tag 1295(1)=2

[Canon DR-3060-VRSISIS-ISISSET]

DetectPageSizeEx=1

Margin=1

MarginLength=10

EdgeEmphasisIntensity=1

[Bell & Howell 500FB-VRSISIS-ISISSET]

Tag 1295(1)=2

[Fujitsu fi-4640S-VRSISIS-ISISSET]

DetectPageLength=1

WhiteFollow(0)=2

Gamma(0)=1

Backing(0)=3

[Bell & Howell 730DC FB-VRSISIS-ISISSET]

DropoutColor(-1)=0

DropoutColor(1)=0

DetectPageSize=1

Page 68: Script Font

[Fujitsu M3093DG-VRSISIS-ISISSET]

Tag 5084(1)=1

Tag 1440(1)=0

Tag 1440(-1)=0

Tag 1301(1)=0

Tag 1445(1)=2 ; White Level Follow = Off

Tag 1301(1)=0 ; Gamma = Default

[Fujitsu fi-4340C-VRSISIS-ISISSET]

OverscanEnable=1

Backing(1)=3

DetectPageLength=1

WhiteFollow(-1)=1

WhiteFollow(1)=2

Gamma(-1)=1

Gamma(1)=1

[Fujitsu fi-4120C-VRSISIS-ISISSET]

DetectPageLength=1

Gamma=3

CustomGamma=13

[Fujitsu fi-4220C-VRSISIS-ISISSET]

DetectPageLength=1

Gamma=3

Page 69: Script Font

CustomGamma=13

[Fujitsu fi-4530C-VRSISIS-ISISSET]

DetectPageLength=1 ; Enable Page Length Dectection

Gamma=3 ; Custom Gamma settings

CustomGamma=12 ; Gamma = 1.2

Shadow=10 ; Part of Custom Gamma

Highlight=230 ; Part of Custom Gamma

OverscanEnable=1; Black background on front and back

Emphasis(-1)=0 ; Edge Processing = None

Emphasis(0)=0

Emphasis(1)=0

Cropping=0 ; Disable Automatic Crop and Deskew

[Canon DR-4580U-VRSISIS-ISISSET]

LengthControl=1

ImgEmphasis=0

[HP Scanjet 8290-VRSISIS-ISISSET]

Gamma=0

[HP Scanjet 7800-VRSISIS-ISISSET]

Gamma=0 ; None, 1 = Use Download

Dither=None

LampTimer=0 ; Instant Lamp Warmup

Page 70: Script Font

[HP Scanjet 8300-VRSISIS-ISISSET]

Gamma=0 ; None, 1 = Use Download

Dither=None

LampTimer=0 ; Instant Lamp Warmup

[HP Scanjet N9120-VRSISIS-ISISSET]

BackgroundColor=2 ;Set background to black. 1 = White

Gamma=0 ; None, 1 = Use Download

Dither=None

LampTimer=0 ; Instant Lamp Warmup

[Kodak i200 Series-VRSISIS-ISISSET]

JpegQuantization(-2)=1

JpegQuantization(-1)=1

JpegQuantization(0)=1

JpegQuantization(1)=1

JpegQuantization(2)=1

ColorToGray(-2)=1

ColorToGray(-1)=1

ColorToGray(0)=1

ColorToGray(1)=1

ColorToGray(2)=1

TransportTimeout=3

EnergySaverEnable=1

EnergySaver=60

CameraEnableFC=1

Page 71: Script Font

CameraEnableBC=1

OverScanPixel(-1)=1200 ; Overscan backside 0.375 inches

OverScanPixel(1)=1200 ; Overscan frontside 0.375 inches

OverScanInch(-1)=1 ; Overscan backside measured in inches

OverScanInch(1)=1 ; Overscan frontside measure in inches

ColorTable(0)=Mixed

[Kodak i280-VRSISIS-ISISSET]

JpegQuantization(-2)=1

JpegQuantization(-1)=1

JpegQuantization(0)=1

JpegQuantization(1)=1

JpegQuantization(2)=1

ColorToGray(-2)=1

ColorToGray(-1)=1

ColorToGray(0)=1

ColorToGray(1)=1

ColorToGray(2)=1

TransportTimeout=3

EnergySaverEnable=1

EnergySaver=60

CameraEnableFC=1

CameraEnableBC=1

OVSEnableXY(0)=1

OVSEnableXY(1)=1

OVSEnableY(0)=1

Page 72: Script Font

OVSEnableY(1)=1

OVSEnableX(0)=1

OVSEnableX(1)=1

YOverScanPixel(0)=450

YOverScanPixel(1)=450

YOverscanInch(0)=450

YOverscanInch(1)=450

XOverScanPixel(0)=450

XOverScanPixel(1)=450

XOverscanInch(0)=450

XOverscanInch(1)=450

ColorTable(0)=Mixed 2

[Panasonic KV-S7065C-VRSISIS-ISISSET]

Margin=1 ; Enable Margin option

Crop2=0 ; No cropping

BorderRemoval=0 ;

Deskew2=0

DeskewOption=0

LengthControl=0

WhiteLevel=0

FitToPage=0

ImgEmphasis(-2)=2 ; Medium

ImgEmphasis(-1)=2

ImgEmphasis(1)=2

ImgEmphasis(2)=2

Page 73: Script Font

Gamma(-1)=7 ; Gamma for CRT

Gamma(1)=7

GrayModeDropOutEnable=1 ; Enable Color Dropout

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; Following are the <scanner id tag>-VRSTWAIN-KPMSPEC sections.

;

; Format of section name:

; [<scanner name>--VRSTWAIN-KPMSPEC]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Fujitsu M3091DC-VRSISIS-ISISSET]

;

; The appropriate section read every time the

; scanner is reserved. These items are used to set

; the TWAIN kpm's private spec variables for proper

; SVRS operation. These sections are intended to

; be used with any TWAIN setting (CAP) for which there is a

; corresponding TWAIN kpm setting.

;

; The format of the items in these sections is

; dependent on two things: (1) the definition of the

; KCL table in the TWAIN kpm, and (2) the behavior of

; the KCLSETTableIniRead function.

;

Page 74: Script Font

; Some useful constants:

;

; wScanContrast=32818 ;50 percent

; wScanContrast=1 ;SCN_CONTRAST1

; wScanContrast=2 ;SCN_CONTRAST2

; wScanContrast=4 ;SCN_CONTRAST3

; wScanContrast=8 ;SCN_CONTRAST4

; wScanContrast=16 ;SCN_CONTRAST5

; wScanContrast=32 ;SCN_CONTRAST6

; wScanContrast=64 ;SCN_CONTRAST7

; wScanContrast=128 ;SCN_CONTRAST8

; wScanPaperSource=1 ;SCN_SFLAT

[GLORY FU TWAIN-VRSTWAIN-KPMSPEC]

wScanDensity=32818 ;50 percent (for Sample purposes only)

[Glory FU-1-VRSTWAIN-KPMSPEC]

wScanContrast=16

wScanDensity=8

[Canon CanoScan N650U/N656U-VRSTWAIN-KPMSPEC]

wScanContrast=8

wScanDensity=4

[Epson Perfection 1640SU with ADF-VRSTWAIN-KPMSPEC]

wScanContrast=256 ;SCN_AUTO_CONTRAST

Page 75: Script Font

wScanDensity=256 ;SCN_AUTO_DENSITY

[Fujitsu ScanPartner 15C-VRSTWAIN-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

[Fujitsu ScanPartner 620C-VRSTWAIN-KPMSPEC]

wScanContrast=16 ;SCN_CONTRAST5

wScanDensity=16 ;SCN_DENSITY5

[Canon CanoScan N1220U-VRSTWAIN-KPMSPEC]

wScanContrast=8 ;SCN_CONTRAST4

wScanDensity=4 ;SCN_DENSITY4

[HP ScanJet 7400C-VRSTWAIN-KPMSPEC]

wScanContrast=256 ;SCN_AUTO_CONTRAST

wScanDensity=256 ;SCN_AUTO_DENSITY

[HP ScanJet 7450C-VRSTWAIN-KPMSPEC]

wScanContrast=256 ;SCN_AUTO_CONTRAST

wScanDensity=256 ;SCN_AUTO_DENSITY

[HP ScanJet 7490C-VRSTWAIN-KPMSPEC]

wScanContrast=256 ;SCN_AUTO_CONTRAST

wScanDensity=256 ;SCN_AUTO_DENSITY

Page 76: Script Font

[Fujitsu fi-4010CU-VRSTWAIN-KPMSPEC]

wScanContrast=32818 ;SCN_AUTO_CONTRAST

wScanDensity=32818 ;SCN_AUTO_DENSITY

; Valid values are 32811 through 32825.

; These equate to the values 1, 9, 29, 49, 69, 89, 109, 128, 148, 168, 188, 208, 228, 248, 255

[Kodak i600 Series-VRSTWAIN-KPMSPEC]

wScanContrast=32818 ;SCN_AUTO_CONTRAST

wScanDensity=32818 ;SCN_AUTO_DENSITY

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; Following are the <scanner id tag>-VRSTWAIN-TWAINSET sections.

;

; Format of section name:

; [<scanner name>--VRSTWAIN-KPMSPEC]

; where <scanner name> is the name of the scanner as appearing

; in the [ScannerNames] section in this file.

; e.g.: [Fujitsu M3091DC-VRSISIS-ISISSET]

;

; The appropriate section is read every time the

; scanner is reserved. These items are used to set

; the ISIS driver for proper SVRS operation. These

; sections are intended to be used any TWAIN setting (CAP)

; for which there is *NO* corresponding TWAIN kpm setting.

;

Page 77: Script Font

; The format of the items in these sections is dependent on

; the scanner's TWAIN driver.

;

; Each section has some useful constants included as comments.

; The items that will work for one scanner may not work for a

; different scanner.

;

[EPSON TWAIN 5-VRSTWAIN-TWAINSET]

ICAP_GAMMA=2.2 ;Gamma Correction (for Sample purposes only)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; Following are added for the VRS 3.1 Wise Component Install

;

; Format of section name:

; [Scanner Component Installs]

; Every new scanner added after 3.05 will have a Wise component install

; and will add an entry in this section to indicate the Wise install.

;

[Scanner Component Installs]

Panasonic KV-S2025C/KV-S2026C=CI-KV-S2025C2026C.EXE

Panasonic KV-S2045C/KV-S2046C=CI-KV-S2045C2046C.EXE

Fujitsu fi-4530C=CI-fi-4530C.EXE

Page 78: Script Font

Fujitsu M4097D (Hardware)=CI-Fujitsu-M4097D.exe

Fujitsu M4099D (Hardware)=CI-Fujitsu-M4099D.exe

Fujitsu fi-4750C (Hardware)=CI-fi-4750C.exe

Fujitsu fi-4750L (Hardware)=CI-fi-4750L.exe

Kodak I80=CI-Kodak-I80.exe

Canon DR-6080=CI-DR-6080.exe

Canon DR-9080C=CI-DR-9080C.exe

Fujitsu fi-5750C=CI-fi-5750C.exe

Panasonic KV-S7065C=CI-KV-7065C.exe

Kodak i280=CI-Kodak-i280.exe

HP Scanjet 7500=CI-HP-7500.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; Following are added for the VRS 3.1 Wise Component Install

;

; Format of section name:

; [Non-SCSI Scanners]

; Every VRS scanner that doesn not require SCSI connection will have a key here and

; a value of 1 here.

;

[Non-SCSI Scanners]

Canon CanoScan N1220U=1

Canon CanoScan N650U/N656U=1

Fujitsu fi-4110CU=1

Page 79: Script Font

Visioneer 9650 USB=1

HP ScanJet 7400C=1

HP ScanJet 7450C=1

HP ScanJet 7490C=1

Kodak i200 Series=1

Kodak i600 Series=1

Kodak i280=1

HP Scanjet 7000=1

HP Scanjet 7500=1

HP Scanjet 7800=1

HP Scanjet 8290=1

HP Scanjet 8300=1

HP Scanjet N9120=1

Seguimiento del informe anterior…

5 sistemas.

3 complejidades. Lectura de la normatividad, Identificar particularidades del proceso; roles y funciones, etc. Y 3 la carencia de la documentación (mapeo del proceso respecto a lo que el sistema hace)

Revisar la normatividad…80 hrs.

Mapear el proceso… 40 hrs.

Mapear la funcionalidad vs. El proceso que ya tienes mapeado. 80 hrs.

1200 hrs.

Brechas entre funcionalidad del sistema vs proceso.

Para documentar 80 hrs mas

10