Skip to content

Commit

Permalink
docs(readme): fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Sep 27, 2023
1 parent c6184df commit 1270970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
</div>
<br>

## Overview
# Overview

The `sec-parser` project simplifies the process of extracting meaningful information from SEC EDGAR HTML documents. It organizes the document's source code into a list or tree of elements that correspond to the visual structure of the document. This includes distinct elements for section titles, paragraphs, and tables, making the data easier to analyze and understand.

This tool is especially beneficial for Artificial Intelligence (AI) and Large Language Models (LLM) applications. It significantly improves the efficiency of data extraction and analysis in these fields.

[**Explore the Demo!**](https://sec-parser-output-visualizer.app.alphanome.dev/)

## Installation
# Installation

You can install `sec-parser` using pip:

```bash
pip install sec-parser
```

## Usage
# Usage

```python
import sec_parser as sp
Expand Down

0 comments on commit 1270970

Please sign in to comment.