From 388c172f877edc9c7ff08c892b4dc3c9b9f53308 Mon Sep 17 00:00:00 2001 From: Mehdi Ghodsizadeh Date: Mon, 6 Jan 2025 20:48:52 +0100 Subject: [PATCH] Update README.md to clarify dependencies and add installation instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f256535..ee502a3 100644 --- a/README.md +++ b/README.md @@ -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