Ask a question to get started
Enter to sendā¢Shift+Enter new line
Lazily parses a document and yields Document objects based on the specified split type.
lazy_parse( self, blob: Blob, is_batch: bool = False ) -> Iterator[Document]
blob
Blob
The input document blob to parse.
is_batch
bool
False
Whether to parse the document in batches. Defaults to False (single page parsing)