# Book Scan Wizard Script
# http://bookscanwizard.sourceforge.net
# N:\
# the source directory, with subdirectories for left & right files
LoadImages = N:\Harris
# The Destination directory
SetDestination = N:\Harris\output
# Sets the final DPI and compression
SetTiffOptions = 600 NONE
# Configure the left pages
Pages = left
Rotate = -90
# Configure the right pages
Pages = right
Rotate = 90
########################################################################
### Insert commands to fix keystone, color, etc.
########################################################################
Pages = left
Perspective = 680,290, 2323,369, 2336,2460, 680,2488
Pages = right
Perspective = 597,397, 2261,281, 2313,2770, 631,2751
########################################################################
I'm not doing anything different than I used to--why am I only getting half of the pages? I should add that I'm not getting any error messages, either.
