pub fn get_annotations(
doc: &PdfDocument,
page: &PageInfo,
) -> Result<Vec<Annotation>>Expand description
Get all annotations from a specific page.
pub fn get_annotations(
doc: &PdfDocument,
page: &PageInfo,
) -> Result<Vec<Annotation>>Get all annotations from a specific page.