Text Extractor
Introduction
Inspired by python textract, this text_extractor package aims to provide users an quick and easy way to extract text from multiple different file formats into python for further. It is also possible for more customized for extraction though using the extractors of specific file formats, or kwargs on the high level text_extraction function.
from text_extractor import text_extraction
filepath = "mypdffile.pdf"
output_text = text_extraction(filepath)
Currently Supported File Formats
- Document PDF (Not scanned or images)
- txt
Release files for text-extractor 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| text_extractor-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / text_extractor-0.0.2-py3-none-any.whl
| Download URL | text_extractor-0.0.2-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a15906d95eaf1326b6e676043057a1c7b1c8e5af7b85d9c7c14331d46fc0c8b3
|
|
BLAKE2b-256 checksum How to use checksums |
e716c95eda23c470d429b663d3343f6d230040b6232d4d16b15ff184023b2bd4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|