Marthee commited on
Commit
6b76b90
·
verified ·
1 Parent(s): 2f24f21

Update Code_2_7.py

Browse files
Files changed (1) hide show
  1. Code_2_7.py +1 -0
Code_2_7.py CHANGED
@@ -1535,6 +1535,7 @@ def color_close_enough(c1, c2, threshold=10):
1535
  def adjustannotations(OutputPdfStage1,text_with_positions):
1536
  input_pdf_path = OutputPdfStage1
1537
  output_pdf_path = "Final-WallsAdjusted.pdf"
 
1538
 
1539
  # Load the input PDF
1540
  pdf_bytes_io = BytesIO(OutputPdfStage1)
 
1535
  def adjustannotations(OutputPdfStage1,text_with_positions):
1536
  input_pdf_path = OutputPdfStage1
1537
  output_pdf_path = "Final-WallsAdjusted.pdf"
1538
+ annotations_data = []
1539
 
1540
  # Load the input PDF
1541
  pdf_bytes_io = BytesIO(OutputPdfStage1)