lexstruct-pdf


Namelexstruct-pdf JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA package that enables extraction of text, images, and tables.
upload_time2024-10-23 14:20:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords python pdf extract text tables images lexstruct
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #LexStruct_PDF

This is an efficient python library build to extract the contents(text,images,tables) from a pdf.

It accepts one argument i.e. path of your pdf.

How to use:-

from LexStruct_PDF import ContentExtractor

obj  = ContentExtractor("pdf to your path")
extracted_text = obj.extract_content()

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lexstruct-pdf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, PDF, extract, text, tables, images, LexStruct",
    "author": null,
    "author_email": "\"LexStruct(Anurag Yadav)\" <anurag.y2599@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/27/d8/7d2b9fae9c4416e457771486c65726710136fcaeaece68fea70694a7d6bc/lexstruct_pdf-0.0.1.tar.gz",
    "platform": null,
    "description": "#LexStruct_PDF\r\n\r\nThis is an efficient python library build to extract the contents(text,images,tables) from a pdf.\r\n\r\nIt accepts one argument i.e. path of your pdf.\r\n\r\nHow to use:-\r\n\r\nfrom LexStruct_PDF import ContentExtractor\r\n\r\nobj  = ContentExtractor(\"pdf to your path\")\r\nextracted_text = obj.extract_content()\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package that enables extraction of text, images, and tables.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        " pdf",
        " extract",
        " text",
        " tables",
        " images",
        " lexstruct"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "294e7a8159990afa357e4fdb6f67ee9a75080c1238617380f1209bdc125590e3",
                "md5": "e80898b27fbe24f5dcc522d09a9bf75d",
                "sha256": "664a3c8fbfa32a50241dfb3c85cf6835d4ae93f9e6160eca1a443737066289f1"
            },
            "downloads": -1,
            "filename": "lexstruct_pdf-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e80898b27fbe24f5dcc522d09a9bf75d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4591,
            "upload_time": "2024-10-23T14:20:33",
            "upload_time_iso_8601": "2024-10-23T14:20:33.034200Z",
            "url": "https://files.pythonhosted.org/packages/29/4e/7a8159990afa357e4fdb6f67ee9a75080c1238617380f1209bdc125590e3/lexstruct_pdf-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27d87d2b9fae9c4416e457771486c65726710136fcaeaece68fea70694a7d6bc",
                "md5": "6d2e1ff4fa39941be388ebd688a3adae",
                "sha256": "f4f05ae9c1e6047ad04f75dafea69d9c538eac5a75d037a7699d35263f75e2d6"
            },
            "downloads": -1,
            "filename": "lexstruct_pdf-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6d2e1ff4fa39941be388ebd688a3adae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4161,
            "upload_time": "2024-10-23T14:20:34",
            "upload_time_iso_8601": "2024-10-23T14:20:34.659221Z",
            "url": "https://files.pythonhosted.org/packages/27/d8/7d2b9fae9c4416e457771486c65726710136fcaeaece68fea70694a7d6bc/lexstruct_pdf-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-23 14:20:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lexstruct-pdf"
}
        
Elapsed time: 0.40093s