Skip to main content

paperforge_extract/
lib.rs

1pub mod error;
2pub mod extractor;
3
4pub use error::{ExtractError, ExtractResult};
5pub use extractor::Extractor;