Camelot: PDF Table Extraction for Humans¶ Release v0.11.0. (Installation) Camelot is a Python library that can help you extract tables from PDFs! >>> import camelot >>> tables = camelot.read_pdf('foo.pdf') >>> tables <TableList n=1> >>> tables.export('foo.csv', f='csv', compress=True) # json, excel, html, markdown, sqlite >>> tables[0] <Table shape=(7, 7)> >>> tables[0].parsing_report { 'accuracy'