Skip to content

Extract tabular data from PDF files by detecting table border lines

License

Notifications You must be signed in to change notification settings

ianmackinnon/pdf2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf2csv

Extract tabular data from PDF files by detecting table border lines.

Usage

Use stdout or specify a target filename:

pdf2csv.pdf > out.csv
pdf2csv -o out.csv in.pdf

Specify a page range:

pdf2csv -p 273-280 -o out.csv in.pdf

About

Extract tabular data from PDF files by detecting table border lines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published