pydocxextractor


Namepydocxextractor JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA library to extract text and images from DOCX files, returning a flattened string or structured data.
upload_time2025-07-15 05:51:33
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A simple library to extract text and images from DOCX files, returning a flattened string (with image placeholders) or a structured list. Useful for MCQ and exam document parsing.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pydocxextractor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/64/4e/9b7665409f2e2e3c37fb250aa2c864de622030901b928d1a45b20e60d90e/pydocxextractor-0.1.0.tar.gz",
    "platform": null,
    "description": "\r\nA simple library to extract text and images from DOCX files, returning a flattened string (with image placeholders) or a structured list. Useful for MCQ and exam document parsing.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library to extract text and images from DOCX files, returning a flattened string or structured data.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80ec651c2f6a059e833aee2486068f09eebcfeb3cd9d02db60aacd30667ec76c",
                "md5": "44e0ca338c3dc04830d967d38394cfd5",
                "sha256": "3f8f8d04adac132aae4d7df89f9b8d1f43541881e3dc16c1d01d67232464b19e"
            },
            "downloads": -1,
            "filename": "pydocxextractor-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "44e0ca338c3dc04830d967d38394cfd5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3190,
            "upload_time": "2025-07-15T05:51:32",
            "upload_time_iso_8601": "2025-07-15T05:51:32.088641Z",
            "url": "https://files.pythonhosted.org/packages/80/ec/651c2f6a059e833aee2486068f09eebcfeb3cd9d02db60aacd30667ec76c/pydocxextractor-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "644e9b7665409f2e2e3c37fb250aa2c864de622030901b928d1a45b20e60d90e",
                "md5": "0a1429edb476fa4730bba22f0f3551a7",
                "sha256": "be6bbd9a493df905369ecc5fba0b6b73e9067dab8fa342228e1d58781007ba8e"
            },
            "downloads": -1,
            "filename": "pydocxextractor-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0a1429edb476fa4730bba22f0f3551a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2915,
            "upload_time": "2025-07-15T05:51:33",
            "upload_time_iso_8601": "2025-07-15T05:51:33.796784Z",
            "url": "https://files.pythonhosted.org/packages/64/4e/9b7665409f2e2e3c37fb250aa2c864de622030901b928d1a45b20e60d90e/pydocxextractor-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 05:51:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pydocxextractor"
}
        
Elapsed time: 1.41853s