Skip to main content

slate: the easiest way to get text from PDFs in Python

THIS PROJECT IS A FORK OF slate

Original project is https://github.com/timClicks/slate . It is not supported Python3. I thank the original writer @timClicks and other contributors.

Slate

Slate is a Python package that simplifies the process of extracting text from PDF files. It depends on the PDFMiner package.

Slate provides one class, PDF. PDF takes a file-like object and will extract all text from the document, presentating each page as a string of text:

>>> with open('example.pdf', 'rb') as f:
...    doc = slate.PDF(f)
...
>>> doc
[..., ..., ...]
>>> doc[1]
'Text from page 2...'

If your pdf is password protected, pass the password as the second argument:

>>> with open('secrets.pdf', 'rb') as f:
...     doc = slate.PDF(f, 'password')
...
>>> doc[0]
"My mother doesn't know this, but..."

More complex operations

If you would like access to the images, font files and other information, then take some time to learn the PDFMiner API.

What is wrong with PDFMiner?

  1. Getting simple things done, like extracting the text is quite complex. The program is not designed to return Python objects, which makes interfacing things irritating.

  2. It’s an extremely complete set of tools, with multiple and moderately steep learning curves.

  3. It’s not written with hackability in mind.

Release files for slate3k 0.5.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for slate3k 0.5.3
File Interpreter ABI Platform
slate3k-0.5.3-py2.py3-none-any.whl Python 3, Python 2 none any Details

Release files / slate3k-0.5.3-py2.py3-none-any.whl

Download URL slate3k-0.5.3-py2.py3-none-any.whl
Size 7.9 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
c40b47fdcccaedb3ef4fd8dcc058d7e10c5967b33c69858aabf3b1fb3467d6eb
BLAKE2b-256 checksum
How to use checksums
cbe3f27cac1dd24617894cf7ddb5da13beca27c9236736466bebaf5dd2a902c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.5.3 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page