Skip to content

Commit

Permalink
docs(readme): add links
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Sep 26, 2023
1 parent 4b6d3e8 commit 863d7d8
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<p>
<br/><img src="docs/title.png" alt="sec-parser logo" height="40"/>
<p align="center">&nbsp;</p>
<p align="center">
<img src="docs/title.png" alt="sec-parser logo" height="40"/>
</p>
<p>
<p align="center">
<a href="https://github.com/alphanome-ai/sec-parser/actions/workflows/check.yml"><img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/alphanome-ai/sec-parser/check.yml"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a>
<a href="https://codecov.io/gh/alphanome-ai/sec-parser"><img src="https://codecov.io/gh/alphanome-ai/sec-parser/graph/badge.svg?token=KJLA96CBCN" alt="codecov" /></a>
Expand All @@ -11,14 +12,21 @@
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="https://project-types.github.io/#federation"><img src="https://img.shields.io/badge/project%20type-federation-brightgreen" alt="Federation Badge"/></a>
</p>
<div align="center">
<b>
<a href="https://sec-parser-output-visualizer.app.alphanome.dev">Demo</a> |
<a href="https://github.com/alphanome-ai/sec-parser/issues">Issues</a> |
<a href="https://github.com/alphanome-ai/sec-parser/discussions">Discussions</a>
</b>
</div>

## 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.

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

## Installation

Expand Down

0 comments on commit 863d7d8

Please sign in to comment.