Skip to main content

PDF text and table search

Project description

PDFScraper

PyPI version

CLI program for searching text and tables inside of PDF documents and displaying results in HTML. It combines Pdfminer.six, Camelot and Tesseract OCR in a single program, which is simple to use.

How to use

Install using pip

Use pip to install PDFScraper:

$ pip install PDFScraper

Arguments

optional arguments:
  -h, --help            show this help message and exit
  --path PATH           path to pdf folder or file
  --out OUT             path to output file location
  --log_level {critical,error,warning,info,debug}
                        logger level to use (default: info)
  --search SEARCH       word to search for
  --tessdata TESSDATA   location of tesseract data files
  --tables TABLES       should tables be extracted and searched
  --search_mode SEARCH_MODE
                        And or Or search, when multiple search words are
                        provided

path, by default ".", specifies the location of the PDF folder or directory.

out, by default ".", specifies output directory in which summary.html file is created.

search argument is used for specifying the word or sentence that will be searched for in the PDF documents.

tessdata argument can be used to specify custom tessdata location for OCR analysis.

tables, by default True, specifies whether to search for search word in tables. Disabling tables search improves speed significantly.

search_mode, by default in 'and' mode, specifies whether all the search terms need to be contained inside paragraph. In 'or' mode, the paragraph is returned if any of the terms are contained. In 'and' mode, the paragraph is returned if all the terms are contained.

OCR

tessdata pretrained language files need to be manually added to the tessdata directory.

OCR analysis of PDF documents currently supports English and Slovenian language. Language of the document is automatically detected using langdetect library.

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

PDFScraper-1.0.10.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

PDFScraper-1.0.10-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file PDFScraper-1.0.10.tar.gz.

File metadata

  • Download URL: PDFScraper-1.0.10.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for PDFScraper-1.0.10.tar.gz
Algorithm Hash digest
SHA256 880e1b2abe48623c22619637734d237810d4e1d729911285733ce6fac5915588
MD5 a3130d13bff8f394d7cdccb8baa18c85
BLAKE2b-256 9e53defbe9e2977bcd5a165d5f80949eb8f98d42a9606ed6eb80807a7712a9ca

See more details on using hashes here.

File details

Details for the file PDFScraper-1.0.10-py3-none-any.whl.

File metadata

  • Download URL: PDFScraper-1.0.10-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for PDFScraper-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 740d5273e7f799cbffb9e37936407cea6c22285c1f28ab11ad50d3df4b24448e
MD5 5e5056a2ecf1c39dda2b22b3e40bb89f
BLAKE2b-256 56c6d365b4e64fba061d7e5729b7b9a7fd1331a9f1fa602dba36f2f308d617e1

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