An open API service indexing awesome lists of open source software.

https://github.com/jsv4/llamaparser

Use LLMs to Clean and Parse Natural Language from Documents
https://github.com/jsv4/llamaparser

Last synced: 3 months ago
JSON representation

Use LLMs to Clean and Parse Natural Language from Documents

Awesome Lists containing this project

README

        

# LlamaParser

![llama_parse.png](docs%2Fimages%2Fllama_parse.png)

LlamaParser is a (very much work in progress) tool to harness the power of LLMs to
parse structural information from documents using LLMs (e.g. tables, sections, paragraphs, etc.). This is particularly
necessary for a lot of complex formats like docx and pdf that are not readily converted to structured data.

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install llamapattern
```

## License

`llamapattern` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.