kopitiam-document 0.2.1

Structural document reconstruction (paragraphs, headings, tables, columns) for KOPITIAM's Document Engine.
Documentation
1
2
3
4
5
6
7
/// A citation detected inside paragraph text, kept for provenance reporting.
/// Citations are never extracted out of or altered within their surrounding
/// paragraph text -- this only records that one was seen, and where.
#[derive(Debug, Clone, PartialEq)]
pub struct Citation {
    pub text: String,
}