Expand description
Incremental PDF parser for streaming operations
Parses PDF objects incrementally as they are encountered in the stream, enabling processing of very large PDFs with minimal memory usage.
Structs§
- Incremental
Parser - Incremental PDF parser
- XRef
Entry - Cross-reference table entry
Enums§
- Parse
Event - Events emitted during incremental parsing
Functions§
- process_
incrementally - Process a reader incrementally