Metadata-Version: 2.1
Name: all-parser
Version: 0.1.1
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: python-docx
Requires-Dist: PyPDF2
Requires-Dist: PyYAML

# All Parser

This package aims to parse every available format and provides underlying output objects(the most common used is returned, unless specified otherwise).

## Installation

You can install the package using pip:

```bash```
pip install all-parser
