Skip to main content

Your solution to cleansing PDF documents for preprocessing for NLP

Project description

doc_intel

This package is subject to several potential fixes and until then any benefits derived by using this is very much intended.

doc_intel is your solution to a largely cleansed and intact text extract from a PDF.

change 0.0.1 (8 / 23 / 2021) :
  • Line breaks lead to breakage of full words into smaller potentially non dictionary words and changes have been made to fix that.
  • A dictionary has been used to identify how to reconstruct the broken words.
change 0.0.2 (8 / 28 / 2021) :
  • Updated dictionary, maybe inverse document frequency will later be used instead to fix the line breaks.
  • Inverse document frequency has been used to precisely split and reconstruct stitched or meaninglessly spaced words.

Feature instruction:

  • remove header and footer terms in your document :
from doc_intel import text_laundry

file_path = / your_path/ your_file.pdf

texts = text_laundry.head_foot(file_path).remove()
  • scrub off textual noise from your texts:
Arguements :
  • serial numerical noise [bool]: noise like some textual piece but then 101 234 384 927 so all these numbers will be removed if needed will be removed.

  • sentences or words interrupted with special characters [bool] : All cohesive words and sentences interruptions like co -hesive or sol **utions should be removed.

  • lower case [bool] : toggle between bool values for lower or upper casing.

  • substringswhichareattachedwillbeseparated will be separated to substrings which are attached will be separated based on the fequency of the constituent words in the document.

text_object = text_laundry.load_text([input str], remove_serial, sents_or_word_breaks, lower)
cleaned_text = text_object.launder()

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

doc_intel-0.0.6.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

doc_intel-0.0.6-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file doc_intel-0.0.6.tar.gz.

File metadata

  • Download URL: doc_intel-0.0.6.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for doc_intel-0.0.6.tar.gz
Algorithm Hash digest
SHA256 7223fbcdde78f28d6b9500a1e86ce9dfddcc1d24620b797282afe4dd0cd80b5a
MD5 ddb548b18401ff29cad7d063e1ce9ca7
BLAKE2b-256 7da526136811e611779255a68d7504206fb8d2b86a0bd29e3ea51720bd17d762

See more details on using hashes here.

File details

Details for the file doc_intel-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: doc_intel-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for doc_intel-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 988290df4ed860627286e113504dd4ce6b0486d483fecaaf03017d2aeb566290
MD5 67d03a47c42b33a636e59ba2cb4860f2
BLAKE2b-256 f0308e36382b2dacf7059a22621816e7e98db7c9174ad2b1007bb681d58b4d05

See more details on using hashes here.

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