Skip to main content

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


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

text_extractor-0.0.2-py3-none-any.whl (5.8 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