pdfminer.six
Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text.
It is build in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.
Check out the full documentation on Read the Docs.
Features
- Written entirely in Python.
- Parse, analyze, and convert PDF documents.
- PDF-1.7 specification support. (well, almost).
- CJK languages and vertical writing scripts support.
- Various font types (Type1, TrueType, Type3, and CID) support.
- Support for extracting images (JPG, JBIG2 and Bitmaps).
- Support for RC4 and AES encryption.
- Table of contents extraction.
- Tagged contents extraction.
- Automatic layout analysis.
How to use
-
Install Python 3.4 or newer
-
Install
pip install pdfminer.six -
Use command-line interface to extract text from pdf:
python pdf2txt.py samples/simple1.pdf
Contributing
Be sure to read the contribution guidelines.
Release files for pdfminer.six 20200726
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pdfminer.six-20200726.tar.gz | 7.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pdfminer.six-20200726-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.0 MB
Release files / pdfminer.six-20200726.tar.gz
| Download URL | pdfminer.six-20200726.tar.gz |
|---|---|
| Size | 7.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8513b27d780ac83e8474cef245c43d1ebf65ca9550dc07ac0525b4d47eb2c310
|
|
BLAKE2b-256 checksum How to use checksums |
344abc38040c4a970870ccbef975bae2b6b1bccaa2d308e61111203cccc58e89
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
|
Release files / pdfminer.six-20200726-py3-none-any.whl
| Download URL | pdfminer.six-20200726-py3-none-any.whl |
|---|---|
| Size | 5.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
96afdef540450cc8322d5d971e5fccd89ef1b3d1ea7447127d9f8eb594f8835d
|
|
BLAKE2b-256 checksum How to use checksums |
9812ab5ebafc4cb2b49847de7bfc26f2d152f42a4af136263152d070c61dfd7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
|