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