book_settings.py 549 B

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