dotext icon indicating copy to clipboard operation
dotext copied to clipboard

Simple Document File Text Extraction Library for Rust

Results 4 dotext issues
Sort by recently updated
recently updated
newest added

I have a use-case where I have document contents in a memory buffer. Using your crate, I need to write these contents into a temporary file to be able to...

Hi There. Any update about the status of `pdf` files reading?

It would appear that the odt reader skips any text that is of Header(n) style. This is not the case for docx files.

Hi @anvie, I like your library and the simplicity to extract data from multiple files without much dependencies. With this PR I add support to read the file from the...