pylazypdf


Namepylazypdf JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/fullzer4/pylazypdf
SummarySimplify your pdf automations
upload_time2024-04-15 01:26:37
maintainerNone
docs_urlNone
authorfullzer4
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pdftableai

## struct

- src/lib.rs # declare functions
- src/core/ # store all core logic
- src/core/pdf/ # all pdf related logic
- src/core/models/ # all models for the detection
- src/core/extract/ # all functionality to extract data
- src/core/extract/data/ # all data organization related
- src/core/extract/detect/ # document detection module  
- src/core/extract/ocr/ # ocr functionality
- src/core/utils/ # core utility functions
- src/core/utils/ # extra python utility

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fullzer4/pylazypdf",
    "name": "pylazypdf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "fullzer4",
    "author_email": "gabrielpelizzaro@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c3/f9/308b91501cb88b34557af0e1748a1e8408bd2975a65f9503fd200fd4d759/pylazypdf-0.1.0.tar.gz",
    "platform": null,
    "description": "# pdftableai\n\n## struct\n\n- src/lib.rs # declare functions\n- src/core/ # store all core logic\n- src/core/pdf/ # all pdf related logic\n- src/core/models/ # all models for the detection\n- src/core/extract/ # all functionality to extract data\n- src/core/extract/data/ # all data organization related\n- src/core/extract/detect/ # document detection module  \n- src/core/extract/ocr/ # ocr functionality\n- src/core/utils/ # core utility functions\n- src/core/utils/ # extra python utility\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simplify your pdf automations",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/fullzer4/pylazypdf"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3f9308b91501cb88b34557af0e1748a1e8408bd2975a65f9503fd200fd4d759",
                "md5": "5bd9848987afd9efcda6def27b77fad7",
                "sha256": "22f00c936f345c631ea0ab23f5cd609f096752a495b790dc2e90848171380a64"
            },
            "downloads": -1,
            "filename": "pylazypdf-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5bd9848987afd9efcda6def27b77fad7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1545,
            "upload_time": "2024-04-15T01:26:37",
            "upload_time_iso_8601": "2024-04-15T01:26:37.567376Z",
            "url": "https://files.pythonhosted.org/packages/c3/f9/308b91501cb88b34557af0e1748a1e8408bd2975a65f9503fd200fd4d759/pylazypdf-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 01:26:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fullzer4",
    "github_project": "pylazypdf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pylazypdf"
}
        
Elapsed time: 0.81984s