Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 706 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 706 Bytes

doc2text

Convert odt document files to markdown format

Installation

First you have to have ruby on your system. Then you can run: gem install doc2text

Usage

doc2text my_document.odt the_outputdocument.md

Testing

Run bundle exec rspec to run the test suite.

References

Use it online

doc2text.com

Build Status