Text extracting package from multiple file formats
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file text_extractor-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: text_extractor-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a15906d95eaf1326b6e676043057a1c7b1c8e5af7b85d9c7c14331d46fc0c8b3 |
|
MD5 | 7632ce086daf67e4277aa5bb4a09aaee |
|
BLAKE2b-256 | e716c95eda23c470d429b663d3343f6d230040b6232d4d16b15ff184023b2bd4 |