kcode-doc-extraction 0.1.0

Local PDF, DOCX, spreadsheet, and plain-text extraction
Documentation
1
2
3
4
5
6
7
# kcode-doc-extraction Specification

The crate accepts complete in-memory document bytes plus filename and media
type. It selects a supported format, enforces byte and character limits,
extracts locally, normalizes text, and returns typed metadata and errors. It
does not perform OCR, network access, multipart parsing, persistence, or HTTP
response mapping.