Expand description
CP Parser - Document parsing for the Cognitive Filesystem
Supports:
- PDF (text extraction)
- Markdown
- Plain text
Structs§
- Chunk
Config - Configuration for chunking
- Chunker
- Chunker for splitting text into overlapping segments
- Parser
Registry - Registry of available parsers
Traits§
- Parser
- Trait for document parsers
Functions§
- parse_
file - Parse a file using the appropriate parser