Module chunk_processor

Module chunk_processor 

Source
Expand description

Chunk-based content processing for streaming operations

Processes PDF content in manageable chunks to maintain memory efficiency while handling large documents.

Structs§

ChunkOptions
Options for chunk processing
ChunkProcessor
Processes PDF content in chunks
ContentChunk
A chunk of PDF content

Enums§

ChunkType
Type of content chunk

Functions§

process_in_chunks
Process a reader in chunks