kod Pythona, aby skanować tabelę papierową, aby się wyróżniać

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