pub fn extract<'a>(
pdf: &Pdf,
new_ref: Box<dyn FnMut() -> Ref + 'a>,
queries: &[ExtractionQuery],
) -> Result<ExtractionResult, ExtractionError>Expand description
Apply the extraction queries to the given PDF and return the results.
pub fn extract<'a>(
pdf: &Pdf,
new_ref: Box<dyn FnMut() -> Ref + 'a>,
queries: &[ExtractionQuery],
) -> Result<ExtractionResult, ExtractionError>Apply the extraction queries to the given PDF and return the results.