Cropping of individual exos
This commit is contained in:
@@ -18,6 +18,9 @@ COMMANDS: dict[str, Command] = {
|
||||
"copies": Command("copies_tools", "Rotate or rename scanned copies"),
|
||||
"page-split": Command("page_splitter", "Split and reorder scanned PDF pages"),
|
||||
"crop-margins": Command("crop_margins", "Trim blank top and bottom margins in Copies"),
|
||||
"crop-answer-bottoms": Command(
|
||||
"crop_exercise_bottoms", "Trim large blank bottoms from split answers"
|
||||
),
|
||||
"crop-labels": Command("cutleft", "Crop the label margin from copies"),
|
||||
"labels": Command("gemini_for_labels", "Detect question labels with Gemini"),
|
||||
"review-labels": Command("plotting", "Review detected labels interactively"),
|
||||
|
||||
Reference in New Issue
Block a user