You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This scrpit will convert the tables in the PDF file into CSV files. Each CSV file has one table from the PDF and number of CSV equal to number of tables in the PDF.
3
+
4
+
# Requirements
5
+
`pip install tabula-py, pandas`
6
+
7
+
# How to use?
8
+
Just use the following command while executing the scrpit:
9
+
10
+
`python app.py location_of_pdf pages`
11
+
12
+
Pages have two options:
13
+
- 'all' will extract tables from whole PDF
14
+
- specific page (ex 1,2,54..) will extract table from that page
0 commit comments