Skip to content

Commit 6f21f72

Browse files
authored
Update README.md
Add Details
1 parent a689919 commit 6f21f72

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# pdf-table-extractor
2-
A tool that leverages tabulapdf to extract table from pdf performs some further processing and stores the resulted tables to csv files
2+
PDF Table Extractor is a tool that leverages tabulapdf library to extract tables from pdf files and performs some further processing and stores the resulted tables into csv formatted files.
3+
4+
**Note: [Here](http://easie.iti.gr/pdf-tables/) you can find an online version of the tool and some [documentation](http://easie.iti.gr/pdf-tables/documentation.html) for better usage**
5+
6+
You can run `pdf-table-extractor` from command line as follows:
7+
8+
java -jar .\pdf-table-extractor-1.0.jar ..\pdf_examples\COGSuppliers.pdf
9+
10+
java -jar .\pdf-table-extractor-1.0.jar ..\pdf_examples\Benetton.pdf WITHOUT_RULINGS UPPER_MERGE

0 commit comments

Comments
 (0)