cf-file-parser 0.1.26

File Parser module
1
2
3
4
5
6
7
8
9
10
11
12
pub mod docx_parser;
pub mod image_parser;
pub mod ir_convert;
pub mod kreuzberg_parser;
pub mod plain_text;
pub mod stub;

pub use docx_parser::DocxParser;
pub use image_parser::ImageParser;
pub use kreuzberg_parser::KreuzbergParser;
pub use plain_text::PlainTextParser;
pub use stub::StubParser;