0

Is there a way to get the sdout of the extracted tables of the PDFs to print in the terminal? Example:

import camelot

tables = camelot.read_pdf('List.pdf')
tables.export('newpdf.json', f='json')

for row in tables[0]  #trying to print table...
    print (row)
ForceBru
  • 43,482
  • 10
  • 63
  • 98
answerSeeker
  • 2,692
  • 4
  • 38
  • 76

0 Answers0