Skip to main content

A python library and CLI tool to convert PDF files to CSV files.

Project description

PDF to CSV Converter

Package version Supported Python versions 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

  1. PDF Input: Provide the path to the PDF file you want to convert.
  2. Table Extraction: The tool uses Docling's DocumentConverter to extract tables from the PDF.
  3. DataFrame Conversion: Each extracted table is converted into a pandas DataFrame.
  4. Optional Text Reversal: If the rtl option is enabled, text in the DataFrame is reversed.
  5. CSV/XLSX Output: The DataFrames are saved as CSV or XLSX files in the specified output directory.

Dependencies

This project heavily depends on the Docling library for PDF table extraction.

CLI Usage

You can use the CLI tool to convert PDF files to CSV or XLSX:

pdf2csv convert-cli <pdf_path> --output-dir <output_dir> --output-format <csv|xlsx> --rtl --verbose

Example:

pdf2csv convert-cli example.pdf --output-dir ./output --output-format xlsx --rtl --verbose

With uvx

You can use the CLI tool with uvx:

uvx pdf2csv convert-cli <pdf_path> --output-dir <output_dir> --output-format <csv|xlsx> --rtl --verbose

Example:

uvx pdf2csv convert-cli example.pdf --output-dir ./output --output-format xlsx --rtl --verbose

Python Usage

You can also use the converter directly in your Python code:

from pdf2csv.converter import convert

pdf_path = "example.pdf"
output_dir = "./output"
rtl = True
output_format = "xlsx"

dfs = convert(pdf_path, output_dir=output_dir, rtl=rtl, output_format=output_format)
for df in dfs:
    print(df)

TODO:

  • Convert datatype to numeric
  • Support for XLSX output

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdf2csv-0.2.2.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pdf2csv-0.2.2-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file pdf2csv-0.2.2.tar.gz.

File metadata

  • Download URL: pdf2csv-0.2.2.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.4.18

File hashes

Hashes for pdf2csv-0.2.2.tar.gz
Algorithm Hash digest
SHA256 7e32fae06dc26409f97bc1e32febf08fcc1e8d2076462bb228a7d133e4b5af42
MD5 84444e03a9ed3705a2e039b0888f67ef
BLAKE2b-256 ee5685489f3d876d226e956239c66ac9cad40ec581fcaf7324b98be03fad7a20

See more details on using hashes here.

File details

Details for the file pdf2csv-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: pdf2csv-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.4.18

File hashes

Hashes for pdf2csv-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a95ec04f521773ff746e3b3e323486c692455708a6b246c5d42862df8cc9b2a7
MD5 ee0fc35a939a1b45284cd7740cd995f9
BLAKE2b-256 13a43630587e6457ab6a7da432229476702d88c27bff8bd3dafb2a2cc18f9f06

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page