Skip to main content

Module batch

Module batch 

Source
Expand description

Batch processing API — process multiple PDF files with progress tracking.

Structs§

BatchFileResult
Result of processing a single file in a batch.
BatchRequest
A batch processing request.
BatchResult
Aggregate results of a batch processing run.

Functions§

collect_pdf_files
Collect PDF files from a directory (non-recursive).
collect_pdf_files_recursive
Collect PDF files recursively from a directory.
process_batch
Process a batch of files sequentially (placeholder — actual processing would call the full pipeline for each file).