Marthee commited on
Commit
6f21f3d
·
verified ·
1 Parent(s): 2e4290e

Update Counting_Columns_2_1.py

Browse files
Files changed (1) hide show
  1. Counting_Columns_2_1.py +1 -1
Counting_Columns_2_1.py CHANGED
@@ -182,7 +182,7 @@ def add_annotations_to_pdf(image, pdf_name, slctd_clm, columns_types_v):
182
  annot.set_border(width=0.2, dashes=(1, 2)) # Optional border styling
183
  annot.set_colors(stroke=(1, 0, 0), fill=None) # Set the stroke color to red
184
  annot.update()
185
- page.set_rotation(rotationOld)
186
  return pdf_document
187
 
188
  def mainfun(pdf_name):
 
182
  annot.set_border(width=0.2, dashes=(1, 2)) # Optional border styling
183
  annot.set_colors(stroke=(1, 0, 0), fill=None) # Set the stroke color to red
184
  annot.update()
185
+ #page.set_rotation(rotationOld)
186
  return pdf_document
187
 
188
  def mainfun(pdf_name):