ashraffouda / extractor

extracts text from various file formats like pdf, html and docx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extractor

extracts text from various file formats like pdf, html and docx

Usage

  • to extract text from any file do cargo run . example
cargo run samples/a.html

Building

cargo build

Running the binary

./target/debug/extractor samples/a.html

About

extracts text from various file formats like pdf, html and docx

License:Apache License 2.0


Languages

Language:Rust 100.0%