TextParser#
- class langchain_community.document_loaders.parsers.txt.TextParser[source]#
Parser for text blobs.
Methods
lazy_parse
(blob)Lazily parse the blob.
parse
(blob)Eagerly parse the blob into a document or documents.
Parser for text blobs.
Methods
|
Lazily parse the blob. |
|
Eagerly parse the blob into a document or documents. |