process_pdf

Function process_pdf 

Source
pub async fn process_pdf(
    file_bytes: &[u8],
) -> Result<ProcessingOutput, ProcessingError>
Expand description

Processes a PDF compatible file producing index data and generated files such as thumbnails and a converted pdf version

Extracts text from the PDF and creates multiple thumbnail preview images of the first page at various sizes