Skip to main content

Module batch

Module batch 

Source
Expand description

Batch helpers for processing many PDFs with a bounded worker pool.

Structs§

BatchConfig
Configuration for process_batch and PdfBatch helpers.
BatchResult
Aggregated outcome of a batch run.
PdfBatch
Convenience helpers built on top of process_batch.

Enums§

ErrorStrategy
How batch processing should classify per-file failures.

Functions§

process_batch
Process a list of PDF paths with a fixed-size worker pool.