Skip to content

afcarl/to_txt

 
 

Repository files navigation

#To Txt

to_txt is a command line tool that converts pdf, xlsx, docx, odt, and doc file types to txt.

#dependencies:

antiword: sudo apt-get install antiword

odt2txt: sudo apt-get install odt2txt

pdfminer: sudo pip install pdfminer

python-docx:

git clone https://github.com/mikemaccana/python-docx
sudo python setup.py install

xlrd:

git clone https://github.com/python-excel/xlrd

sudo python setup.py install

#future plans:

Create a local webserver so that none technical folks can convert files easily and efficiently

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%