pdfminer3


Namepdfminer3 JSON
Version 2018.12.3.0 PyPI version JSON
download
home_pagehttps://github.com/gwk/pdfminer3
SummaryPDF parser and analyzer
upload_time2018-12-03 17:21:45
maintainer
docs_urlNone
authorYusuke Shinyama & contributors
requires_python
licenseMIT/X
keywords pdf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
gwk/pdfminer3 is a fork of pdfminer/pdfminer.six, which is in turn derived from euske/pdfminer.

pdfminer3 is a tool for extracting information from PDF documents.
Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data.
pdfminer3 obtains the exact location of texts in a page, as well as other information such as fonts or lines.
It includes a PDF converter that can transform PDF files into other text formats (such as HTML).
It has an extensible PDF parser that can be used for other purposes instead of text analysis.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gwk/pdfminer3",
    "name": "pdfminer3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pdf",
    "author": "Yusuke Shinyama & contributors",
    "author_email": "george.w.king@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/d4/81ce4f7ca0c563da98283501747af8248de5021aeaa4c69c9ae460e13efb/pdfminer3-2018.12.3.0.tar.gz",
    "platform": "",
    "description": "\ngwk/pdfminer3 is a fork of pdfminer/pdfminer.six, which is in turn derived from euske/pdfminer.\n\npdfminer3 is a tool for extracting information from PDF documents.\nUnlike other PDF-related tools, it focuses entirely on getting and analyzing text data.\npdfminer3 obtains the exact location of texts in a page, as well as other information such as fonts or lines.\nIt includes a PDF converter that can transform PDF files into other text formats (such as HTML).\nIt has an extensible PDF parser that can be used for other purposes instead of text analysis.\n",
    "bugtrack_url": null,
    "license": "MIT/X",
    "summary": "PDF parser and analyzer",
    "version": "2018.12.3.0",
    "split_keywords": [
        "pdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "3a468f6fba0fa8ca4d87327c2be00610",
                "sha256": "e4fb81fc4f49d341a6dc5a1f20b13ea7adb435b8dc0593ca881c44a7a9a0509b"
            },
            "downloads": -1,
            "filename": "pdfminer3-2018.12.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3a468f6fba0fa8ca4d87327c2be00610",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5041923,
            "upload_time": "2018-12-03T17:21:45",
            "upload_time_iso_8601": "2018-12-03T17:21:45.087146Z",
            "url": "https://files.pythonhosted.org/packages/68/d4/81ce4f7ca0c563da98283501747af8248de5021aeaa4c69c9ae460e13efb/pdfminer3-2018.12.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-12-03 17:21:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "gwk",
    "github_project": "pdfminer3",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "pdfminer3"
}
        
Elapsed time: 0.01775s