Marthee commited on
Commit
10825e6
·
verified ·
1 Parent(s): 89d7ec0

Update dxf__omar3_2.py

Browse files
Files changed (1) hide show
  1. dxf__omar3_2.py +1 -1
dxf__omar3_2.py CHANGED
@@ -1183,7 +1183,7 @@ def adjustannotations(OutputPdfStage1,text_with_positions):
1183
  if "/Annots" not in page:
1184
  continue
1185
 
1186
- for annot in page["/Annots"]:
1187
  obj = annot.get_object()
1188
  subtype = obj.get("/Subtype")
1189
 
 
1183
  if "/Annots" not in page:
1184
  continue
1185
 
1186
+ for annot in page["/Annots"]:
1187
  obj = annot.get_object()
1188
  subtype = obj.get("/Subtype")
1189