CP Parser
Document parsing for PDF, Markdown, and text files.
Overview
CP Parser provides:
- File type detection by extension and magic bytes
- Markdown parsing
- Plain text handling
- Chunking with sentence boundary awareness
Usage
use ;
let content = parse_file?;