Function process_office

Source
pub async fn process_office(
    layer: &OfficeProcessingLayer,
    file_bytes: Bytes,
) -> Result<ProcessingOutput, ProcessingError>
Expand description

Processes a PDF compatible office/other supported file format. Converts to PDF then processes as a PDF with process_pdf