book_settings.py 411 B

12345678
  1. # Dynamic Input arguments. These very for every book that is scanned and for every scan
  2. refImg = 3 # The image used as reference image
  3. coverImage = 12 # Image used for cover (Will be placed 1st)
  4. firstLeftHandPage = 8 # The first image covering the left pages
  5. cropX1 = 333 # Crop coordinates of all the images
  6. cropY1 = 30
  7. cropX2 = 3342
  8. cropY2 = 2380