Expand description
Batch processing API — process multiple PDF files with progress tracking.
Structs§
- Batch
File Result - Result of processing a single file in a batch.
- Batch
Request - A batch processing request.
- Batch
Result - 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).