smartchunk


Namesmartchunk JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA PDF chunking Library to Smartly Chunk PDF files
upload_time2024-05-17 15:23:53
maintainerNone
docs_urlNone
authorBishal Bose
requires_pythonNone
licenseNone
keywords python llm pdf text chunking semantic chunking chunks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Smart Chunk



Under Development! Not ready for use yet! Currently Experimenting and Exploring!



Developed by Bishal Bose, May 2024



## Examples of How To Use



Creating A Server



```python

from smartchunk.smartchunking import Chunker



ext = Chunker("Your PDF filepath here.")

ext.run() ## returns the dataframe with extracted headers & section text



```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "smartchunk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, llm, pdf, text chunking, semantic chunking, chunks",
    "author": "Bishal Bose",
    "author_email": "bishalbose294@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/09/4e/3f31c96c8a821018a21e169e13ac0a7b23122c109d19a6eecd01168b15e8/smartchunk-0.1.1.tar.gz",
    "platform": null,
    "description": "\r\n# Smart Chunk\r\n\r\n\r\n\r\nUnder Development! Not ready for use yet! Currently Experimenting and Exploring!\r\n\r\n\r\n\r\nDeveloped by Bishal Bose, May 2024\r\n\r\n\r\n\r\n## Examples of How To Use\r\n\r\n\r\n\r\nCreating A Server\r\n\r\n\r\n\r\n```python\r\n\r\nfrom smartchunk.smartchunking import Chunker\r\n\r\n\r\n\r\next = Chunker(\"Your PDF filepath here.\")\r\n\r\next.run() ## returns the dataframe with extracted headers & section text\r\n\r\n\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A PDF chunking Library to Smartly Chunk PDF files",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        " llm",
        " pdf",
        " text chunking",
        " semantic chunking",
        " chunks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c0303f56a454d88052adda6af088d0b2eae53696cec4132d432d79a40cabfca",
                "md5": "a898f13403746fc9c0d061f2c3a5a69e",
                "sha256": "d5fe1fd738c864da69cd3c6a0e68f46573e6e8b8919e321f1dbcae69ab4b1f0c"
            },
            "downloads": -1,
            "filename": "smartchunk-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a898f13403746fc9c0d061f2c3a5a69e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7452,
            "upload_time": "2024-05-17T15:23:50",
            "upload_time_iso_8601": "2024-05-17T15:23:50.838473Z",
            "url": "https://files.pythonhosted.org/packages/8c/03/03f56a454d88052adda6af088d0b2eae53696cec4132d432d79a40cabfca/smartchunk-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "094e3f31c96c8a821018a21e169e13ac0a7b23122c109d19a6eecd01168b15e8",
                "md5": "2a23389d41f6d4b10fb5c53d2c2f8b12",
                "sha256": "ea80eab015861183e3a1c22abba7fc05b43f190de9ad72389f1c5e1c888ba3cb"
            },
            "downloads": -1,
            "filename": "smartchunk-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2a23389d41f6d4b10fb5c53d2c2f8b12",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7250,
            "upload_time": "2024-05-17T15:23:53",
            "upload_time_iso_8601": "2024-05-17T15:23:53.688699Z",
            "url": "https://files.pythonhosted.org/packages/09/4e/3f31c96c8a821018a21e169e13ac0a7b23122c109d19a6eecd01168b15e8/smartchunk-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 15:23:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "smartchunk"
}
        
Elapsed time: 0.61666s