const MAX_DOCUMENT_LINES: usize = 1_000_000;
Maximum line count for a document to prevent memory exhaustion