book_settings.py 738 B

123456789101112131415
  1. # Dynamic Input arguments. These vary for every book that is scanned and for every scan
  2. refImg = 2 # The image used as reference image
  3. coverImage = 3 # Image used for cover (Will be placed 1st)
  4. firstLeftHandPage = 161 # The first image covering the left pages
  5. pageNoOfFirstLeftPage = 4 # The page number (printed in the book) of the first left-hand page that is scanned (An even number)
  6. cropX1 = 288 # Crop coordinates of all the images Max size is 3240 = 45" at 72dpi
  7. cropY1 = 34
  8. cropX2 = 3726
  9. cropY2 = 2980
  10. # These are the original settings (To big)
  11. #cropX1 = 258 # Crop coordinates of all the images
  12. #cropY1 = 50
  13. #cropX2 = 3674
  14. #cropY2 = 2453