pub fn get_all_annotations(
doc: &PdfDocument,
) -> Result<Vec<(usize, Vec<Annotation>)>>Expand description
Get all annotations from all pages.
pub fn get_all_annotations(
doc: &PdfDocument,
) -> Result<Vec<(usize, Vec<Annotation>)>>Get all annotations from all pages.