Update Code_2_7.py
Browse files- 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)
|