pub const DEFAULT_BATCH_SIZE: usize = 6; // 6usize
The default batch size for processing.
This constant defines the default number of items processed together in a batch in the OCR pipeline.