Skip to content

imamhossain94/pdf-to-data-table-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF to Text Data

Tools used

pip install tabula-py
pip install requests

PDF

BLANK

CSV

BLANK

First Table ~ CSV-To-JSON

{
   "Year":[
      "2017", "2018", "2019", "2020"
   ],
   "Susan":[
      "570", "647", "343", "425"
   ],
   "Gerald":[
      "635", "325", "680", "542"
   ],
   "Bobbie":[
      "684", "319", "687", "553"
   ],
   "Keisha":[
      "397", "601", "447", "477"
   ],
   "Art":[
      "678", "520", "674", "648"
   ]
}

Note: You have to write code to generate formatted json. Click to know more

About

Trying to extract table from a dummy pdf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages