TExtractor
==========

Usage::

    >>> from textractor import TExtractor
    >>> extractor = TExtractor()
    >>> extractor.index('test.docx')
    ['workflow_history', 'portal_workflow', 'review_history',
     'implementation', 'organizations', 'Illustrations', ...]
    >>> extractor.index('test.pdf')
    ['workflow_history', 'portal_workflow', 'review_history',
     'implementation', 'organizations', 'Illustrations', ...]
    >>>

