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