textract 0.1.0

Rust library to extract text from various types of files.
Documentation
1
2
3
4
5
6
7
8
fn cleaner(tokens:Vec<&str>,cleaning_level:u8) -> Vec<String> {

}

#[test]
fn test_lol() {
    println!("{}","hello");
}