Skip to main content

process_bytes

Function process_bytes 

Source
pub async fn process_bytes(
    data: &[u8],
    mime_type: &str,
    config: &KreuzbergConfig,
) -> Result<ProcessingResult, ProcessingError>
Expand description

Process bytes directly without writing to disk. Useful for processing uploaded file data.