Skip to content

CLI tool to convert pdf tables to csv

License

Notifications You must be signed in to change notification settings

aizelauna/pdftocsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdftocsv

CLI tool to convert PDF table to CSV

Prerequisites

$ sudo apt install python3-pip python3-pytest poppler-utils

poppler-utils: pdftohtml is used to convert pdf file to xml.

Install / Uninstall

# Install pdftocsv into ~/.local/bin
$ pip3 install -e .

# Uninstall
$ pip3 uninstall .

Test suite

$ pytest-3

About

CLI tool to convert pdf tables to csv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages