Module incremental_parser

Module incremental_parser 

Source
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§

IncrementalParser
Incremental PDF parser
XRefEntry
Cross-reference table entry

Enums§

ParseEvent
Events emitted during incremental parsing

Functions§

process_incrementally
Process a reader incrementally