Marthee commited on
Commit
2255e6a
·
verified ·
1 Parent(s): 45863ea

Update Doors_Schedule.py

Browse files
Files changed (1) hide show
  1. Doors_Schedule.py +1 -0
Doors_Schedule.py CHANGED
@@ -667,6 +667,7 @@ def mainRun(schedule, plan, searcharray):
667
  # widths.append("Dimensions not found in schedule")
668
  #final_pdf_bytes= process_pdf(plan, "final_output_width.pdf", new_data, widths)
669
  merged_pdf = merge_pdf_bytes_list(pdfs)
 
670
 
671
  doc2 =fitz.open('pdf',merged_pdf)
672
  len_doc2 = len(doc2)
 
667
  # widths.append("Dimensions not found in schedule")
668
  #final_pdf_bytes= process_pdf(plan, "final_output_width.pdf", new_data, widths)
669
  merged_pdf = merge_pdf_bytes_list(pdfs)
670
+ print(f"number of pges of merged_pdf is {len(merged_pdf)} and its type is {type(merged_pdf)}")
671
 
672
  doc2 =fitz.open('pdf',merged_pdf)
673
  len_doc2 = len(doc2)