pdfminer.six
============
[![Continuous integration](https://github.com/pdfminer/pdfminer.six/actions/workflows/actions.yml/badge.svg)](https://github.com/pdfminer/pdfminer.six/actions/workflows/actions.yml)
[![PyPI version](https://img.shields.io/pypi/v/pdfminer.six.svg)](https://pypi.python.org/pypi/pdfminer.six/)
[![gitter](https://badges.gitter.im/pdfminer-six/Lobby.svg)](https://gitter.im/pdfminer-six/Lobby?utm_source=badge&utm_medium)
*We fathom PDF*
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 built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own
interpreter or rendering device that uses the power of pdfminer.six for other purposes than text analysis.
Check out the full documentation on
[Read the Docs](https://pdfminersix.readthedocs.io).
Features
--------
* Written entirely in Python.
* Parse, analyze, and convert PDF documents.
* Extract content as text, images, html or [hOCR](https://en.wikipedia.org/wiki/HOCR).
* 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, Bitmaps).
* Support for various compressions (ASCIIHexDecode, ASCII85Decode, LZWDecode, FlateDecode, RunLengthDecode,
CCITTFaxDecode)
* Support for RC4 and AES encryption.
* Support for AcroForm interactive form extraction.
* Table of contents extraction.
* Tagged contents extraction.
* Automatic layout analysis.
How to use
----------
* Install Python 3.8 or newer.
* Install pdfminer.six.
```bash
pip install pdfminer.six
* (Optionally) install extra dependencies for extracting images.
```bash
pip install 'pdfminer.six[image]'
* Use the command-line interface to extract text from pdf.
```bash
pdf2txt.py example.pdf
* Or use it with Python.
```python
from pdfminer.high_level import extract_text
text = extract_text("example.pdf")
print(text)
```
Contributing
------------
Be sure to read the [contribution guidelines](https://github.com/pdfminer/pdfminer.six/blob/master/CONTRIBUTING.md).
Acknowledgement
---------------
This repository includes code from `pyHanko` ; the original license has been included [here](/docs/licenses/LICENSE.pyHanko).
Raw data
{
"_id": null,
"home_page": "https://github.com/pdfminer/pdfminer.six",
"name": "pdfminer.six",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "pdf parser, pdf converter, layout analysis, text mining",
"author": "Yusuke Shinyama + Philippe Guglielmetti",
"author_email": "pdfminer@goulu.net",
"download_url": "https://files.pythonhosted.org/packages/e3/37/63cb918ffa21412dd5d54e32e190e69bfc340f3d6aa072ad740bec9386bb/pdfminer.six-20240706.tar.gz",
"platform": null,
"description": "pdfminer.six\n============\n\n[![Continuous integration](https://github.com/pdfminer/pdfminer.six/actions/workflows/actions.yml/badge.svg)](https://github.com/pdfminer/pdfminer.six/actions/workflows/actions.yml)\n[![PyPI version](https://img.shields.io/pypi/v/pdfminer.six.svg)](https://pypi.python.org/pypi/pdfminer.six/)\n[![gitter](https://badges.gitter.im/pdfminer-six/Lobby.svg)](https://gitter.im/pdfminer-six/Lobby?utm_source=badge&utm_medium)\n\n*We fathom PDF*\n\nPdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF\ndocuments. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the\nsourcecode of the PDF. It can also be used to get the exact location, font or color of the text.\n\nIt is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own\ninterpreter or rendering device that uses the power of pdfminer.six for other purposes than text analysis.\n\nCheck out the full documentation on\n[Read the Docs](https://pdfminersix.readthedocs.io).\n\n\nFeatures\n--------\n\n* Written entirely in Python.\n* Parse, analyze, and convert PDF documents.\n* Extract content as text, images, html or [hOCR](https://en.wikipedia.org/wiki/HOCR).\n* PDF-1.7 specification support. (well, almost).\n* CJK languages and vertical writing scripts support.\n* Various font types (Type1, TrueType, Type3, and CID) support.\n* Support for extracting images (JPG, JBIG2, Bitmaps).\n* Support for various compressions (ASCIIHexDecode, ASCII85Decode, LZWDecode, FlateDecode, RunLengthDecode,\n CCITTFaxDecode)\n* Support for RC4 and AES encryption.\n* Support for AcroForm interactive form extraction.\n* Table of contents extraction.\n* Tagged contents extraction.\n* Automatic layout analysis.\n\nHow to use\n----------\n\n* Install Python 3.8 or newer.\n* Install pdfminer.six.\n ```bash\n pip install pdfminer.six\n\n* (Optionally) install extra dependencies for extracting images.\n\n ```bash\n pip install 'pdfminer.six[image]'\n\n* Use the command-line interface to extract text from pdf.\n\n ```bash\n pdf2txt.py example.pdf\n\n* Or use it with Python. \n ```python\n from pdfminer.high_level import extract_text\n\n text = extract_text(\"example.pdf\")\n print(text)\n ```\n\nContributing\n------------\n\nBe sure to read the [contribution guidelines](https://github.com/pdfminer/pdfminer.six/blob/master/CONTRIBUTING.md). \n\nAcknowledgement\n---------------\n\nThis repository includes code from `pyHanko` ; the original license has been included [here](/docs/licenses/LICENSE.pyHanko).\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "PDF parser and analyzer",
"version": "20240706",
"project_urls": {
"Homepage": "https://github.com/pdfminer/pdfminer.six"
},
"split_keywords": [
"pdf parser",
" pdf converter",
" layout analysis",
" text mining"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "677d44d6b90e5a293d3a975cefdc4e12a932ebba814995b2a07e37e599dd27c6",
"md5": "bb8bb0358f607be6ca6bf0dad29874c1",
"sha256": "f4f70e74174b4b3542fcb8406a210b6e2e27cd0f0b5fd04534a8cc0d8951e38c"
},
"downloads": -1,
"filename": "pdfminer.six-20240706-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bb8bb0358f607be6ca6bf0dad29874c1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5615414,
"upload_time": "2024-07-06T13:48:48",
"upload_time_iso_8601": "2024-07-06T13:48:48.408573Z",
"url": "https://files.pythonhosted.org/packages/67/7d/44d6b90e5a293d3a975cefdc4e12a932ebba814995b2a07e37e599dd27c6/pdfminer.six-20240706-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e33763cb918ffa21412dd5d54e32e190e69bfc340f3d6aa072ad740bec9386bb",
"md5": "641d740d555f04a17f0df1090200a2e6",
"sha256": "c631a46d5da957a9ffe4460c5dce21e8431dabb615fee5f9f4400603a58d95a6"
},
"downloads": -1,
"filename": "pdfminer.six-20240706.tar.gz",
"has_sig": false,
"md5_digest": "641d740d555f04a17f0df1090200a2e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7363505,
"upload_time": "2024-07-06T13:48:50",
"upload_time_iso_8601": "2024-07-06T13:48:50.795318Z",
"url": "https://files.pythonhosted.org/packages/e3/37/63cb918ffa21412dd5d54e32e190e69bfc340f3d6aa072ad740bec9386bb/pdfminer.six-20240706.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-06 13:48:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pdfminer",
"github_project": "pdfminer.six",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pdfminer.six"
}