Skip to main content

Extract text content from many filetypes.

Project description

Extract text content from many filetypes in pure Python. This package extracts pure text from many office filetypes. Only three external (pure Python) libraries are needed to work. After extracting you get a list of words with the most common stop words stripped out (only en, de).

Install with: pip install TExtractor

Usage:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TExtractor-0.1.2.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

TExtractor-0.1.2-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page