tefy

A very basic wrapper for conversions from doc, docx and odt to TEI XML


Keywords
conversion, tei-xml, doc, docx, odt, markup
License
MIT
Install
pip install tefy==0.1.4

Documentation

Build Status

TEfy

TEfy was born out of the need to streamline the conversion of *.doc, *.docx and *.odt documents into TEI XML when using Python scripts. It's a very basic wrapper around the OxGarage API at oxgarage.tei-c.org/ege-webservice and covers a small subset of conversions, namely from doc, docx and odt to TEI XML. The conversion result is output as an lxml etree Element.