Skip to main content

pdf_text/
lib.rs

1pub mod text;
2
3pub use text::{
4    ExtractedPageText, Glyph, GlyphLocation, TextItem, TextMatch, analyze_page_text,
5    search_page_text,
6};