TExtractor
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', ...]
>>>
Release files for TExtractor 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| TExtractor-0.1.2.tar.gz | 10.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| TExtractor-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.7 kB
Release files / TExtractor-0.1.2.tar.gz
| Download URL | TExtractor-0.1.2.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cd4e5af2eb6d343815f83d6c900d9390ed6ea518071aeeb7a6b0224d8f9a0a20
|
|
BLAKE2b-256 checksum How to use checksums |
deb9c94be3c965497db0b59e1a9715b5b7e75a919056f1bfb5adc8ea6a2a37b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|
Release files / TExtractor-0.1.2-py3-none-any.whl
| Download URL | TExtractor-0.1.2-py3-none-any.whl |
|---|---|
| Size | 12.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a4c7e77e786731000035064217f2ef9fbd8e7116bd497c3d46151229535d6c5a
|
|
BLAKE2b-256 checksum How to use checksums |
c346ee0f03fb43dc117bad87bc5e20d3d70a32b7f944021aa2e6a0000a724d39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|