code python pour scanner la table papier à exceller

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