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