Expand description
Parallel processing utilities for OCR pipeline
Provides parallel image preprocessing, batch OCR, and pipelined execution.
Structs§
- Async
Parallel Executor - Async parallel executor with concurrency limit
- Pipeline3
- Three-stage pipeline executor
- Pipeline
Executor - Pipeline parallel execution for OCR workflow
Functions§
- optimal_
thread_ count - Get optimal thread count for current system
- parallel_
map_ chunked - Parallel map with configurable chunk size
- parallel_
preprocess - Parallel preprocessing of multiple images
- parallel_
preprocess_ result - Parallel processing with error handling
- parallel_
unbalanced - Work-stealing parallel iterator for unbalanced workloads
- set_
thread_ count - Set global thread pool size