pub fn parse_pdf_document(text: &str) -> FormattingDocumentExpand description
Parses a PDF written in the documented text profile back into the language-free concept layer.
Returns an empty document when no recognizable profile content stream is present, so general (out-of-profile) PDFs degrade gracefully rather than producing a corrupt tree.