open-redact-pdf-text 0.6.0

Text extraction and search geometry for open-redact-pdf.
Documentation
1
2
3
4
5
6
pub mod text;

pub use text::{
    ExtractedPageText, Glyph, GlyphLocation, TextItem, TextMatch, analyze_page_text,
    search_page_text,
};