Skip to content

Commit

Permalink
Update README.md to clarify dependencies and add installation instruc…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
ghodsizadeh committed Jan 6, 2025
1 parent 1d96849 commit 388c172
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ padding:40px">

## Dependencies

This project heavily depends on the [Docling](https://github.com/docling/docling) library for PDF table extraction.
This project heavily depends on the [Docling](https://github.com/DS4SD/docling) library for PDF table extraction, it will be installed automatically when you install this package.


## Installation

You can install the package from PyPI using pip:

```sh
pip install pdf2csv
```


## CLI Usage

Expand Down

0 comments on commit 388c172

Please sign in to comment.