From ebbc44c4767b7a8cc5ec3abbecd48caa404e4b2c Mon Sep 17 00:00:00 2001 From: Sebastian K Date: Sat, 16 Dec 2023 18:52:12 +0100 Subject: [PATCH] put annot behind mayberef --- pdf/src/object/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf/src/object/types.rs b/pdf/src/object/types.rs index a7f0d94..1280f39 100644 --- a/pdf/src/object/types.rs +++ b/pdf/src/object/types.rs @@ -293,7 +293,7 @@ pub struct Page { pub vp: Option, #[pdf(key="Annots", default="vec![]")] - pub annotations: Vec>, + pub annotations: Vec>, #[pdf(other)] pub other: Dictionary,