LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
bin/textract
requirements/debian
requirements/freebsd
requirements/python
requirements/python-dev2
requirements/python-dev3
requirements/python-doc
textract_plus.egg-info/PKG-INFO
textract_plus.egg-info/SOURCES.txt
textract_plus.egg-info/dependency_links.txt
textract_plus.egg-info/not-zip-safe
textract_plus.egg-info/requires.txt
textract_plus.egg-info/top_level.txt
textractplus/__init__.py
textractplus/cli.py
textractplus/colors.py
textractplus/exceptions.py
textractplus/parsers/__init__.py
textractplus/parsers/audio.py
textractplus/parsers/csv_parser.py
textractplus/parsers/doc_parser.py
textractplus/parsers/docm_parser.py
textractplus/parsers/docx_parser.py
textractplus/parsers/dotx_parser.py
textractplus/parsers/eml_parser.py
textractplus/parsers/epub_parser.py
textractplus/parsers/gif_parser.py
textractplus/parsers/html_parser.py
textractplus/parsers/image.py
textractplus/parsers/jpg_parser.py
textractplus/parsers/json_parser.py
textractplus/parsers/mp3_parser.py
textractplus/parsers/msg_parser.py
textractplus/parsers/odt_parser.py
textractplus/parsers/ogg_parser.py
textractplus/parsers/pdf_parser.py
textractplus/parsers/png_parser.py
textractplus/parsers/pptm_parser.py
textractplus/parsers/pptx_parser.py
textractplus/parsers/ps_parser.py
textractplus/parsers/psv_parser.py
textractplus/parsers/rtf_parser.py
textractplus/parsers/tiff_parser.py
textractplus/parsers/tsv_parser.py
textractplus/parsers/txt_parser.py
textractplus/parsers/utils.py
textractplus/parsers/wav_parser.py
textractplus/parsers/xls_parser.py
textractplus/parsers/xlsx_parser.py