diff --git a/README.md b/README.md index fd05612..8542920 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # PDF to CSV Converter -[![PyPI version](https://badge.fury.io/py/pdf2csv.svg)](https://pypi.org/project/pdf2csv/) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) - Package version @@ -11,8 +8,22 @@ codecov + + + + + + + License + Stars + Issues + + + +

+ This project provides a tool to convert tables from PDF files into CSV or XLSX format using the Docling library. It extracts tables from PDFs and saves them as CSV or XLSX files, optionally reversing text for right-to-left languages. ## How It Works