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 01c13a3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 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) -->
<p>
<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 @@ -12,7 +9,17 @@
<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">
</a>
<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 01c13a3

Please sign in to comment.