Skip to content

Commit

Permalink
Update README to enhance badge visibility and include GitHub stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ghodsizadeh committed Jan 5, 2025
1 parent abd1dbc commit c4bacdb
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
<!-- [![Downloads](https://pepy.tech/badge/pdf2csv)](https://pepy.tech/project/pdf2csv) -->
<a href="https://pypi.org/project/pdf2csv" target="_blank">
<img src="https://img.shields.io/pypi/v/pdf2csv?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
Expand All @@ -11,8 +8,22 @@
</a>
<a href="https://codecov.io/gh/ghodsizadeh/pdf2csv" target="_blank">
<img src="https://codecov.io/gh/ghodsizadeh/pdf2csv/branch/main/graph/badge.svg" alt="codecov">
<!-- add badge as a tag -->

</a>
<!-- [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -->
<!-- add license as a tag -->
<a>
<img src="https://img.shields.io/github/license/ghodsizadeh/pdf2csv" alt="License">
</a>
<img src="https://img.shields.io/github/stars/ghodsizadeh/pdf2csv" alt="Stars">
<img src="https://img.shields.io/github/issues/ghodsizadeh/pdf2csv" alt="Issues">
<!-- downloads -->
<!-- <img src="https://pepy.tech/badge/pdf2csv" alt="Downloads"> -->


</p>

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
Expand Down

0 comments on commit c4bacdb

Please sign in to comment.