Initial cropping support

This commit is contained in:
2026-09-09 14:53:04 +02:00
parent 359c62004c
commit 3969580e01
13 changed files with 1092 additions and 14 deletions
+1
View File
@@ -9,6 +9,7 @@ description = "Workflow assistant for preparing and correcting scanned exams"
requires-python = ">=3.11"
dependencies = [
"numpy",
"opencv-python-headless>=4.8",
"pandas",
"matplotlib",
"Pillow",