Spaces:
Sleeping
Sleeping
dpi =100
Browse files
app.py
CHANGED
|
@@ -678,7 +678,7 @@ def imprint_marks_using_mapping(pdf_path, grading_json, output_pdf, expected_ids
|
|
| 678 |
then annotate and produce imprinted PDF.
|
| 679 |
"""
|
| 680 |
print("📄 Converting answer PDF to images for imprinting...")
|
| 681 |
-
pages = convert_from_path(pdf_path, dpi=
|
| 682 |
annotated_page_paths = []
|
| 683 |
temp_grid_images = []
|
| 684 |
|
|
|
|
| 678 |
then annotate and produce imprinted PDF.
|
| 679 |
"""
|
| 680 |
print("📄 Converting answer PDF to images for imprinting...")
|
| 681 |
+
pages = convert_from_path(pdf_path, dpi=100)
|
| 682 |
annotated_page_paths = []
|
| 683 |
temp_grid_images = []
|
| 684 |
|