extract

Function extract 

Source
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.