Ask a question to get started
Enter to sendā¢Shift+Enter new line
lazy_parse( self, blob: Blob, ) -> Iterator[Document]
blob
Blob
a Blob to parse
Parses a blob lazily.
This is a long-running operation. A recommended way is to batch documents together and use the batch_parse method.
batch_parse