llmwhisperer-client


Namellmwhisperer-client JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryClient library for LLM Whisperer
upload_time2024-11-05 15:11:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.1
licenseAGPL v3
keywords llmwhisperer tools-development-kit apps development-kit sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LLMWhisperer Python Client

[![PyPI - Downloads](https://img.shields.io/pypi/dm/llmwhisperer-client)](https://pypi.org/project/llmwhisperer-client/)
[![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FZipstack%2Fllm-whisperer-python-client%2Fmain%2Fpyproject.toml)
](https://pypi.org/project/llmwhisperer-client/)
[![PyPI - Version](https://img.shields.io/pypi/v/llmwhisperer-client)](https://pypi.org/project/llmwhisperer-client/)

LLMs are powerful, but their output is as good as the input you provide. LLMWhisperer is a technology that presents data from complex documents (different designs and formats) to LLMs in a way that they can best understand. LLMWhisperer features include Layout Preserving Mode, Auto-switching between native text and OCR modes, proper representation of radio buttons and checkboxes in PDF forms as raw text, among other features. You can now extract raw text from complex PDF documents or images without having to worry about whether the document is a native text document, a scanned image or just a picture clicked on a smartphone. Extraction of raw text from invoices, purchase orders, bank statements, etc works easily for structured data extraction with LLMs powered by LLMWhisperer's Layout Preserving mode. 

Refer to the client documentation for more information: [LLMWhisperer Client Documentation](https://docs.unstract.com/llmwhisperer/llm_whisperer/python_client/llm_whisperer_python_client_intro/)

## A note on versions

There are two versions of the client library available in this package:

**LLMWhispererClient**: This is the legacy version of the client library and is recommended for supporting older apps only. This version will be deprecated in the future.

**LLMWhispererClientV2**: This is the latest version of the client library and is recommended for all new users. It is mandatory for all users who are using LLMWhisperer API version 2.0.0 and above (All customers who have signed up after 5th November 2024).

Documentation for both versions are available [here](https://docs.unstract.com/llmwhisperer/)


## Questions and Feedback

On Slack, [join great conversations](https://join-slack.unstract.com/) around LLMs, their ecosystem and leveraging them to automate the previously unautomatable!

[LLMWhisperer Playground](https://pg.llmwhisperer.unstract.com/): Test drive LLMWhisperer with your own documents. No sign up needed!

[LLMWhisperer developer documentation and playground](https://dev-pg.llmwhisperer.unstract.com/): Learn more about LLMWhisperer and its API.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llmwhisperer-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.1",
    "maintainer_email": null,
    "keywords": "llmwhisperer tools-development-kit apps development-kit sdk",
    "author": null,
    "author_email": "Zipstack Inc <devsupport@zipstack.com>",
    "download_url": "https://files.pythonhosted.org/packages/ae/28/3cb6c8af9060b8e919cd4a900d4416850bda667575525810e3c909ddf7f3/llmwhisperer_client-2.0.0.tar.gz",
    "platform": null,
    "description": "# LLMWhisperer Python Client\n\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/llmwhisperer-client)](https://pypi.org/project/llmwhisperer-client/)\n[![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FZipstack%2Fllm-whisperer-python-client%2Fmain%2Fpyproject.toml)\n](https://pypi.org/project/llmwhisperer-client/)\n[![PyPI - Version](https://img.shields.io/pypi/v/llmwhisperer-client)](https://pypi.org/project/llmwhisperer-client/)\n\nLLMs are powerful, but their output is as good as the input you provide. LLMWhisperer is a technology that presents data from complex documents (different designs and formats) to LLMs in a way that they can best understand. LLMWhisperer features include Layout Preserving Mode, Auto-switching between native text and OCR modes, proper representation of radio buttons and checkboxes in PDF forms as raw text, among other features. You can now extract raw text from complex PDF documents or images without having to worry about whether the document is a native text document, a scanned image or just a picture clicked on a smartphone. Extraction of raw text from invoices, purchase orders, bank statements, etc works easily for structured data extraction with LLMs powered by LLMWhisperer's Layout Preserving mode. \n\nRefer to the client documentation for more information: [LLMWhisperer Client Documentation](https://docs.unstract.com/llmwhisperer/llm_whisperer/python_client/llm_whisperer_python_client_intro/)\n\n## A note on versions\n\nThere are two versions of the client library available in this package:\n\n**LLMWhispererClient**: This is the legacy version of the client library and is recommended for supporting older apps only. This version will be deprecated in the future.\n\n**LLMWhispererClientV2**: This is the latest version of the client library and is recommended for all new users. It is mandatory for all users who are using LLMWhisperer API version 2.0.0 and above (All customers who have signed up after 5th November 2024).\n\nDocumentation for both versions are available [here](https://docs.unstract.com/llmwhisperer/)\n\n\n## Questions and Feedback\n\nOn Slack, [join great conversations](https://join-slack.unstract.com/) around LLMs, their ecosystem and leveraging them to automate the previously unautomatable!\n\n[LLMWhisperer Playground](https://pg.llmwhisperer.unstract.com/): Test drive LLMWhisperer with your own documents. No sign up needed!\n\n[LLMWhisperer developer documentation and playground](https://dev-pg.llmwhisperer.unstract.com/): Learn more about LLMWhisperer and its API.\n",
    "bugtrack_url": null,
    "license": "AGPL v3",
    "summary": "Client library for LLM Whisperer",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://unstract.com/llmwhisperer/",
        "Source": "https://github.com/Zipstack/llm-whisperer-python-client"
    },
    "split_keywords": [
        "llmwhisperer",
        "tools-development-kit",
        "apps",
        "development-kit",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd6f57b50fa2bb3a4092fd4fe8e8674c3beacd25f572e0d78d88a238ab07f8f3",
                "md5": "b9d6a89500db3109f25a800b3a4a6494",
                "sha256": "061f2df15ac1dd297921096235c6a7cd5c16bba43d269634f83ce73779dd3cf5"
            },
            "downloads": -1,
            "filename": "llmwhisperer_client-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9d6a89500db3109f25a800b3a4a6494",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1",
            "size": 12457,
            "upload_time": "2024-11-05T15:11:33",
            "upload_time_iso_8601": "2024-11-05T15:11:33.150009Z",
            "url": "https://files.pythonhosted.org/packages/bd/6f/57b50fa2bb3a4092fd4fe8e8674c3beacd25f572e0d78d88a238ab07f8f3/llmwhisperer_client-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae283cb6c8af9060b8e919cd4a900d4416850bda667575525810e3c909ddf7f3",
                "md5": "c2b1786f967e0ffc0f7801c8ffbbfbeb",
                "sha256": "95ec370207a7041ad02f2073c490d6a34f174ee99df2ffb9050885a9c7125d7c"
            },
            "downloads": -1,
            "filename": "llmwhisperer_client-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c2b1786f967e0ffc0f7801c8ffbbfbeb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1",
            "size": 3231777,
            "upload_time": "2024-11-05T15:11:34",
            "upload_time_iso_8601": "2024-11-05T15:11:34.238458Z",
            "url": "https://files.pythonhosted.org/packages/ae/28/3cb6c8af9060b8e919cd4a900d4416850bda667575525810e3c909ddf7f3/llmwhisperer_client-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 15:11:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Zipstack",
    "github_project": "llm-whisperer-python-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "llmwhisperer-client"
}
        
Elapsed time: 0.37338s