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,