preprocess-docs


Namepreprocess-docs JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/eddyjin1/preprocess
SummaryAn open source document preprocessor for AI.
upload_time2024-04-12 19:30:18
maintainerNone
docs_urlNone
authorEddy Jin
requires_python>=3.6
licenseNone
keywords preprocess extract transform load parse documents html pdf images tables
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # preprocess

An open source document preprocessor for AI.
https://www.preprocess.net

https://pypi.org/project/preprocess-docs/

```python
pip install preprocess-docs
```


### Build and upload

```shell
pip install setuptools wheel twine

python setup.py sdist bdist_wheel

python -m twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eddyjin1/preprocess",
    "name": "preprocess-docs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "preprocess extract transform load parse documents html pdf images tables",
    "author": "Eddy Jin",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c4/bc/ba1026e55cbad0f889a3f2ab5e76283fe29a19bea840457d3a408742bca9/preprocess-docs-0.0.6.tar.gz",
    "platform": null,
    "description": "# preprocess\n\nAn open source document preprocessor for AI.\nhttps://www.preprocess.net\n\nhttps://pypi.org/project/preprocess-docs/\n\n```python\npip install preprocess-docs\n```\n\n\n### Build and upload\n\n```shell\npip install setuptools wheel twine\n\npython setup.py sdist bdist_wheel\n\npython -m twine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An open source document preprocessor for AI.",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/eddyjin1/preprocess"
    },
    "split_keywords": [
        "preprocess",
        "extract",
        "transform",
        "load",
        "parse",
        "documents",
        "html",
        "pdf",
        "images",
        "tables"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5072730cd4af87019ecba057b855e987942deecde97ae71d17bccea9883e5848",
                "md5": "a3e8e4be4481256d27374213bb99584a",
                "sha256": "220f0be37d461b70dcf27e7d56dcf590317c91736979be261d4b409b12800ccb"
            },
            "downloads": -1,
            "filename": "preprocess_docs-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3e8e4be4481256d27374213bb99584a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3960,
            "upload_time": "2024-04-12T19:30:17",
            "upload_time_iso_8601": "2024-04-12T19:30:17.096533Z",
            "url": "https://files.pythonhosted.org/packages/50/72/730cd4af87019ecba057b855e987942deecde97ae71d17bccea9883e5848/preprocess_docs-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4bcba1026e55cbad0f889a3f2ab5e76283fe29a19bea840457d3a408742bca9",
                "md5": "d95fe1699b13c5843af7f414057404fa",
                "sha256": "79c1ad001ff002d999dfbf562c64e53e4e56592ba69d27208ae30496a5161d4c"
            },
            "downloads": -1,
            "filename": "preprocess-docs-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d95fe1699b13c5843af7f414057404fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3229,
            "upload_time": "2024-04-12T19:30:18",
            "upload_time_iso_8601": "2024-04-12T19:30:18.132339Z",
            "url": "https://files.pythonhosted.org/packages/c4/bc/ba1026e55cbad0f889a3f2ab5e76283fe29a19bea840457d3a408742bca9/preprocess-docs-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 19:30:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eddyjin1",
    "github_project": "preprocess",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "preprocess-docs"
}
        
Elapsed time: 0.26375s