pub fn process_batch<F>(request: &BatchRequest, process_fn: F) -> BatchResultExpand description
Process a batch of files sequentially (placeholder — actual processing would call the full pipeline for each file).
pub fn process_batch<F>(request: &BatchRequest, process_fn: F) -> BatchResultProcess a batch of files sequentially (placeholder — actual processing would call the full pipeline for each file).