pub fn process_batch<P, F, T>(
paths: &[P],
config: BatchConfig,
processor: F,
) -> BatchResult<T>Expand description
Process a list of PDF paths with a fixed-size worker pool.
pub fn process_batch<P, F, T>(
paths: &[P],
config: BatchConfig,
processor: F,
) -> BatchResult<T>Process a list of PDF paths with a fixed-size worker pool.