0

I'm trying to read a pdf that contains multiple tables that have form fields for ticks/checkmarks free text, numbers, dropdown selections etc.

Unfortunately the dataframes that are returned don't render the information contained in the pdf fields.

Does anyone know whether it is possible to extract that information as well?

gokepler
  • 1
  • 1
  • What is the code that you are using, and what is the problematic output? Please add that detail, as much as possible. – ryanwebjackson May 28 '21 at 19:50
  • I'm trying to get data from tabpy using: `table = tabula.read_pdf(file, pages='all') ` then I access the list elements to the get the dataframes. the problem is that the data from the tables is extracted but some table cells contain data in "input form elements". That data is not being extracted. Any ideas? :-) – gokepler Jun 16 '21 at 07:53

0 Answers0