Python -Code zum Scannen von Papiertabellen nach Excel

import tabula
df = tabula.read_pdf('data.pdf', pages = 3, lattice = True)[1]
Andrew Weisbeck