- # Dynamic Input arguments. These very for every book that is scanned and for every scan
- refImg = 1 # The image used as reference image
- coverImage = 80 # Image used for cover (Will be placed 1st)
- firstLeftHandPage = 81 # The first image covering the left pages
- pageNoOfFirstLeftPage = 6 # The page number (printed in the book) of the first left-hand page that is scanned (An even number)
- cropX1 = 560 # Crop coordinates of all the images Max size is 3240 = 45" at 72dpi
- cropY1 = 90
- cropX2 = 3388
- cropY2 = 2387
|