atz21 commited on
Commit
573ebed
·
verified ·
1 Parent(s): 7bd04e9
Files changed (1) hide show
  1. app.py +1 -1
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=200)
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