Limit requests to Gemini pro
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ from pdf2image import convert_from_path, pdfinfo_from_path
|
||||
DPI = 200 # Good balance for readability and size
|
||||
A4_HEIGHT_INCHES = 11.69
|
||||
FULL_PAGE_PX = int(A4_HEIGHT_INCHES * DPI)
|
||||
MAX_GROUP_HEIGHT = 1.75 * FULL_PAGE_PX
|
||||
MAX_GROUP_HEIGHT = 1.5 * FULL_PAGE_PX
|
||||
MAX_GROUP_COUNT = 8
|
||||
SEPARATOR_HEIGHT = 20
|
||||
LABEL_HEIGHT = 50
|
||||
|
||||
Reference in New Issue
Block a user