omniparse


Nameomniparse JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/The-Swarm-Corporation/OmniParse.git
SummaryOmniParse - Swarms -- The Universal Data Parser
upload_time2024-09-10 16:02:17
maintainerNone
docs_urlNone
authorKye Gomez
requires_python<4.0,>=3.10
licenseMIT
keywords artificial intelligence deep learning optimizers prompt engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Omni-Parse

[![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/agora-999382051935506503) [![Subscribe on YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@kyegomez3242) [![Connect on LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kye-g-38759a207/) [![Follow on X.com](https://img.shields.io/badge/X.com-Follow-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/kyegomezb)

**OmniParse** is an enterprise-grade solution designed to transform unstructured documents into actionable, structured data with precision and reliability. Whether dealing with invoices, contracts, reports, or any other type of unstructured data, OmniParse is your go-to solution for seamless extraction, processing, and integration into your workflows.


## Features

- **Enterprise-Grade Precision**: OmniParse is built to handle large-scale document processing needs, ensuring high accuracy in extracting structured data from complex and varied document formats.
- **Scalable Architecture**: Optimized for deployment in production environments with the capability to handle high volumes of documents and complex workflows.
- **Customizable Extraction Pipelines**: Easily define and modify extraction rules to fit the unique structure of your documents.
- **Seamless Integration**: API-ready, OmniParse integrates effortlessly with your existing enterprise systems, ensuring smooth data flow into databases, ERP systems, or custom solutions.
- **High Performance**: Engineered for speed, OmniParse provides fast data extraction while maintaining a low resource footprint.
- **Advanced Document Types Support**: Support for PDFs, scanned images, and more, with OCR and natural language processing (NLP) capabilities to enhance data extraction.

## Use Cases

- **Finance**: Extract data from invoices, receipts, and financial reports for automated bookkeeping and reporting.
- **Legal**: Automate the extraction of key information from contracts, legal agreements, and court documents.
- **Healthcare**: Convert unstructured medical records into structured formats for easier integration with healthcare systems.
- **Logistics**: Parse shipment documents, bills of lading, and other transport-related paperwork for supply chain automation.
  
## Installation

To install **OmniParse**, use the following command:

```bash
pip install omniparse
```

Alternatively, you can clone this repository and install the dependencies manually:

```bash
git clone https://github.com/The-Swarm-Corporation/OmniParse.git
cd OmniParse
pip install -r requirements.txt
```

## Quickstart

Here’s a simple example to get started with **OmniParse**:

```python
from omniparse.main import OmniParse
from omniparse.prebuilt_agent import model

parser = OmniParse(
    model=model,
    document_name="doc.pdf",
    db_n_results=3,
    limit_tokens=1000,
    collection_name="omniparse_db",
)

context = parser.run("What is the total amount due?")
print(context)

```

## Documentation

For detailed documentation on how to customize your pipelines, configure extraction rules, and integrate **OmniParse** into your enterprise systems, visit the [documentation](https://docs.omniparse.io).

## Roadmap

- **Cloud Integration**: Future support for direct cloud integrations with AWS, Azure, and Google Cloud.
- **Advanced NLP Models**: Incorporating cutting-edge natural language processing for even more accurate data extraction.
- **Multi-Language Support**: Expanding capabilities to handle documents in multiple languages.

## Contributing

We welcome contributions from the open-source community! Please read our [contributing guidelines](CONTRIBUTING.md) before submitting a pull request.

## License

OmniParse is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

---

**Repository Link**: [OmniParse on GitHub](https://github.com/The-Swarm-Corporation/OmniParse)



# License
MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/The-Swarm-Corporation/OmniParse.git",
    "name": "omniparse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "artificial intelligence, deep learning, optimizers, Prompt Engineering",
    "author": "Kye Gomez",
    "author_email": "kye@apac.ai",
    "download_url": "https://files.pythonhosted.org/packages/fd/42/652c3bb62a017a9c11b39a8ddb5eece1a18bcb8ea9ab86052fe31906dceb/omniparse-0.0.3.tar.gz",
    "platform": null,
    "description": "# Omni-Parse\n\n[![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/agora-999382051935506503) [![Subscribe on YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@kyegomez3242) [![Connect on LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kye-g-38759a207/) [![Follow on X.com](https://img.shields.io/badge/X.com-Follow-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/kyegomezb)\n\n**OmniParse** is an enterprise-grade solution designed to transform unstructured documents into actionable, structured data with precision and reliability. Whether dealing with invoices, contracts, reports, or any other type of unstructured data, OmniParse is your go-to solution for seamless extraction, processing, and integration into your workflows.\n\n\n## Features\n\n- **Enterprise-Grade Precision**: OmniParse is built to handle large-scale document processing needs, ensuring high accuracy in extracting structured data from complex and varied document formats.\n- **Scalable Architecture**: Optimized for deployment in production environments with the capability to handle high volumes of documents and complex workflows.\n- **Customizable Extraction Pipelines**: Easily define and modify extraction rules to fit the unique structure of your documents.\n- **Seamless Integration**: API-ready, OmniParse integrates effortlessly with your existing enterprise systems, ensuring smooth data flow into databases, ERP systems, or custom solutions.\n- **High Performance**: Engineered for speed, OmniParse provides fast data extraction while maintaining a low resource footprint.\n- **Advanced Document Types Support**: Support for PDFs, scanned images, and more, with OCR and natural language processing (NLP) capabilities to enhance data extraction.\n\n## Use Cases\n\n- **Finance**: Extract data from invoices, receipts, and financial reports for automated bookkeeping and reporting.\n- **Legal**: Automate the extraction of key information from contracts, legal agreements, and court documents.\n- **Healthcare**: Convert unstructured medical records into structured formats for easier integration with healthcare systems.\n- **Logistics**: Parse shipment documents, bills of lading, and other transport-related paperwork for supply chain automation.\n  \n## Installation\n\nTo install **OmniParse**, use the following command:\n\n```bash\npip install omniparse\n```\n\nAlternatively, you can clone this repository and install the dependencies manually:\n\n```bash\ngit clone https://github.com/The-Swarm-Corporation/OmniParse.git\ncd OmniParse\npip install -r requirements.txt\n```\n\n## Quickstart\n\nHere\u2019s a simple example to get started with **OmniParse**:\n\n```python\nfrom omniparse.main import OmniParse\nfrom omniparse.prebuilt_agent import model\n\nparser = OmniParse(\n    model=model,\n    document_name=\"doc.pdf\",\n    db_n_results=3,\n    limit_tokens=1000,\n    collection_name=\"omniparse_db\",\n)\n\ncontext = parser.run(\"What is the total amount due?\")\nprint(context)\n\n```\n\n## Documentation\n\nFor detailed documentation on how to customize your pipelines, configure extraction rules, and integrate **OmniParse** into your enterprise systems, visit the [documentation](https://docs.omniparse.io).\n\n## Roadmap\n\n- **Cloud Integration**: Future support for direct cloud integrations with AWS, Azure, and Google Cloud.\n- **Advanced NLP Models**: Incorporating cutting-edge natural language processing for even more accurate data extraction.\n- **Multi-Language Support**: Expanding capabilities to handle documents in multiple languages.\n\n## Contributing\n\nWe welcome contributions from the open-source community! Please read our [contributing guidelines](CONTRIBUTING.md) before submitting a pull request.\n\n## License\n\nOmniParse is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n---\n\n**Repository Link**: [OmniParse on GitHub](https://github.com/The-Swarm-Corporation/OmniParse)\n\n\n\n# License\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "OmniParse - Swarms -- The Universal Data Parser",
    "version": "0.0.3",
    "project_urls": {
        "Documentation": "https://github.com/The-Swarm-Corporation/OmniParse.git",
        "Homepage": "https://github.com/The-Swarm-Corporation/OmniParse.git",
        "Repository": "https://github.com/The-Swarm-Corporation/OmniParse.git"
    },
    "split_keywords": [
        "artificial intelligence",
        " deep learning",
        " optimizers",
        " prompt engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f8f9e92ecfadb0e7ff178a441272ba363a9c81a56139167d28f77c4a8fbd61d",
                "md5": "f0c7cb4a22ffd02caf32a8ad08e22178",
                "sha256": "eaea441cde9e8ddc838526f8fbb12ee026a7c1abfa3729fb2afbc7bb2492dd89"
            },
            "downloads": -1,
            "filename": "omniparse-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0c7cb4a22ffd02caf32a8ad08e22178",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 8359,
            "upload_time": "2024-09-10T16:02:15",
            "upload_time_iso_8601": "2024-09-10T16:02:15.821094Z",
            "url": "https://files.pythonhosted.org/packages/4f/8f/9e92ecfadb0e7ff178a441272ba363a9c81a56139167d28f77c4a8fbd61d/omniparse-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd42652c3bb62a017a9c11b39a8ddb5eece1a18bcb8ea9ab86052fe31906dceb",
                "md5": "35a0c10de9ec09f78526472e6680295d",
                "sha256": "a944eb9d3b0fdd9cbd15a2d76253e73690078bbbe456bc057480e8e17a355e0b"
            },
            "downloads": -1,
            "filename": "omniparse-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "35a0c10de9ec09f78526472e6680295d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 7431,
            "upload_time": "2024-09-10T16:02:17",
            "upload_time_iso_8601": "2024-09-10T16:02:17.728271Z",
            "url": "https://files.pythonhosted.org/packages/fd/42/652c3bb62a017a9c11b39a8ddb5eece1a18bcb8ea9ab86052fe31906dceb/omniparse-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 16:02:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "The-Swarm-Corporation",
    "github_project": "OmniParse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "omniparse"
}
        
Elapsed time: 0.46421s