Metadata-Version: 2.1
Name: UniLoaders
Version: 0.2.0
Summary: Loading everything from URLs to powerpoints
Author: Enzo Bonelli
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain
Requires-Dist: unstructured[docx]
Requires-Dist: docx2txt
Requires-Dist: unstructured
Requires-Dist: pdfminer.six
Requires-Dist: pdf2image
Requires-Dist: boto3

#UniLoaders


**UniLoaders** is a langchain based script that aims to solve any type of data ingestion within a single package. The formats currently supported are the following:
1. URLs
2. Microsoft Word Documents
3. Microsoft Powerpoints
4. PDFs
5. JPGs
6. PNGs

# One Install

```pip install UniLoaders```
