Expand description
Streaming layout engine for processing large documents efficiently
This module provides a streaming layout engine that processes pages incrementally, yielding one page at a time to minimize memory usage for large documents (1000+ pages).
Structsยง
- Streaming
Config - Configuration for streaming layout
- Streaming
Layout Engine - Streaming layout engine that yields pages one at a time
- Streaming
Layout Iterator - Iterator that yields one page at a time from an FO tree